IF_ConfigurationAdvanced - GetCoordinateSystem (Method)
Type: |
Method |
Available as of: |
V1.0.0.0 |
This chapter provides information on:
oTask
Reading a configured robot coordinate system.
With the method GetCoordinateSystem(…), the parameters of a configured robot coordinate system can be read.
Input |
Data type |
Description |
---|---|---|
i_etName |
Name of the coordinate system from which the configured parameters have to be read. |
Output |
Data type |
Description |
---|---|---|
q_etDiag |
General library-independent statement on the diagnostic. A value not equal to ET_Diag.Ok corresponds to a diagnostic message. |
|
q_etDiagExt |
POU-specific output on the diagnostic. q_etDiag = ET_Diag.Ok -> Status message q_etDiag <> ET_Diag.Ok -> Diagnostic message |
|
q_sMsg |
STRING[80] |
Event-triggered message that gives additional information on the diagnostic state. |
q_stOffset |
Configured shift of the coordinate system in relation to the world coordinate system. Unit: [Units] |
|
q_etOrientationConvention |
Configured convention of the rotation angles of the orientation q_stOrientation. |
|
q_stOrientation |
Configured rotation of the coordinate system in relation to the world coordinate system. Unit: [°] |
|
q_xInvertDirectionX |
BOOL |
Invert the positive X direction of the coordinate system. |
q_xInvertDirectionY |
BOOL |
Invert the positive Y direction of the coordinate system. |
q_xInvertDirectionZ |
BOOL |
Invert the positive Z direction of the coordinate system. |
q_stDirectionEx |
Direction vector of the positive cartesian X axis of the coordinate system. |
|
q_stDirectionEy |
Direction vector of the positive cartesian Y axis of the coordinate system. |
|
q_stDirectionEz |
Direction vector of the positive cartesian Z axis of the coordinate system. |
q_etDiag |
q_etDiagExt |
Enumeration value |
Description |
---|---|---|---|
OK |
0 |
Ok |
|
ExecutionAborted |
357 |
The external position source is configured. |
|
InputParameterInvalid |
93 |
The coordinate system is invalid. |
Enumeration name: |
CoordinateSystemInvalid |
Enumeration value: |
93 |
Description: |
The coordinate system is invalid. |
Issue |
Cause |
Solution |
---|---|---|
Reading the parameters of a coordinate system of the robot was unsuccessful. |
The value transferred at the input i_etName is invalid. |
At the input i_etName, a value of ROB.ET_CoordinateSystem must be transferred. |
ExternalPositionSourceConfigured
Enumeration name: |
ExternalPositionSourceConfigured |
Enumeration value: |
357 |
Description: |
The external position source is configured. |
Issue |
Cause |
Solution |
---|---|---|
Reading parameters of a coordinate system of the robot was unsuccessful. |
An external position source for the robot components cartesian, orientation and auxiliary axes is configured. |
Reading parameters of a tracking coordinate system of the robot is not possible when an external position source for the robot components is configured. Do not read parameters of a tracking coordinate system. |
Enumeration name: |
Ok |
Enumeration value: |
0 |
Description: |
Ok |
Reading the parameters of a coordinate system of the robot was successful.