Input |
Data type |
Description |
---|---|---|
i_udiToolId |
UDINT |
ID of the tool. |
Output |
Data type |
Description |
---|---|---|
q_etDiag |
General library-independent statement on the diagnostic. A value not equal to GD.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_stPositionOffset |
Position offset of the tool. |
|
q_stOrientationOffset |
Orientation offset of the tool. |
|
q_etOrientationConvention |
Orientation convention of the tool. |
q_etDiag |
q_etDiagExt |
Enumeration value |
Description |
---|---|---|---|
OK |
OK |
0 |
Ok |
InputParameterInvalid |
ToolIdInvalid |
401 |
The tool ID is invalid. |
InputParameterInvalid |
ToolNotConfigured |
402 |
The selected tool is not configured. |
Enumeration name: |
ToolIdInvalid |
Enumeration value: |
401 |
Description: |
The tool ID is invalid. |
Issue |
Cause |
Solution |
---|---|---|
The tool data was not read. |
The value provided at the input i_udiToolId is invalid. |
Ensure that a valid value is transferred at the input i_udiToolId. Valid values are >0 |
Enumeration name: |
ToolNotConfigured |
Enumeration value: |
402 |
Description: |
The selected tool is not configured. |
Issue |
Cause |
Solution |
---|---|---|
The tool data was not read. |
The tool selected with the input i_udiToolId is not configured. |
Ensure that the tool with the tool ID was configured successfully. |