Click or drag to resize
RsRobTargetSetExternalAxes Method
Sets the ExternalAxisValues of the robtarget.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public void SetExternalAxes(
	ExternalAxisValues value,
	bool convertFromSIToRapidData
)

Parameters

value
Type: ABB.Robotics.RobotStudio.StationsExternalAxisValues
The ExternalAxisValues to be set for the robtarget.
convertFromSIToRapidData
Type: SystemBoolean
Specifies whether the ExternalAxisValues should be converted from the SI to RAPID data format or not.
Version Information

Supported in: 1.0.0.0
See Also