Status Links
Status Monitoring Parameters
These parameters are used to monitor the controller and software states. When certain conditions are met, they activate signal elements (e.g., lights or indicators) in the user interface.
1. ControlStatus,[number]
This parameter is used to monitor various statuses of the controller and software.
Function | Description |
---|---|
ControlStatus,[1-16] | The number must be between 1 and 16. |
ControlStatus,1 | Turns on the signal element when the controller is online. |
ControlStatus,2 | Turns on the signal element when a file is opened. |
ControlStatus,3 | Turns on the signal element when the Home process is active. |
ControlStatus,4 | Turns on the signal element when the program is running. |
ControlStatus,5 | Turns on the signal element when the Emergency input is triggered. |
ControlStatus,6 | Turns on the signal element if any axis is in an alarm state. |
ControlStatus,7 | Turns on the signal element when a registration code is entered. |
ControlStatus,8 | Turns on the signal element when the software is in simulation mode. |
ControlStatus,9 | Turns on the signal element when the Home process is completed. |
ControlStatus,10 | Turns on the signal element when G-Code is executed forward (from first to last line). |
ControlStatus,11 | Turns on the signal element when G-Code is executed backward (from last to first line). |
ControlStatus,12 | Turns on the signal element when the Hold function is active. (See Table 4, row 26 for more info.) |
ControlStatus,13 | Turns on the signal element when the Remote function is active. |
ControlStatus,14 | Turns on the signal element when any axis limit input is triggered. |
ControlStatus,15 | Turns on the signal element when any axis is in Jog (manual movement) mode. |
ControlStatus,16 | Turns on the signal element when the program execution is complete. |
2. EnabledStatus,[axis name]
Activates the signal element when the specified axis is enabled or active.
Function | Description |
---|---|
EnabledStatus,[axis name] | Axis name can be X, Y, Z, A, B, or C. |
3. JogStatus,[axis name]
Activates the signal element when the specified axis is in Jog (manual movement) mode.
Function | Description |
---|---|
JogStatus,[axis name] | Axis name can be X, Y, Z, A, B, or C. |
4. RunStatus,[axis name]
Activates the signal element when the specified axis is in a Ready state and no Alarm is active.
Function | Description |
---|---|
RunStatus,[axis name] | Axis name can be X, Y, Z, A, B, or C. |
5. AlarmStatus,[axis name]
Activates the signal element when an Alarm occurs on the specified axis.
Function | Description |
---|---|
AlarmStatus,[axis name] | Axis name can be X, Y, Z, A, B, or C. |
6. LimitNStatus,[axis name]
Activates the signal element when a Negative Limit state occurs on the specified axis.
Function | Description |
---|---|
LimitNStatus,[axis name] | Axis name can be X, Y, Z, A, B, or C. |
7. LimitPStatus,[axis name]
Activates the signal element when a Positive Limit state occurs on the specified axis.
Function | Description |
---|---|
LimitPStatus,[axis name] | Axis name can be X, Y, Z, A, B, or C. |
8. LimitStatus,[axis name]
Activates the signal element when any Limit condition (Positive or Negative) occurs on the specified axis.
Function | Description |
---|---|
LimitStatus,[axis name] | Axis name can be X, Y, Z, A, B, or C. |
9. ErrorStatus,[axis name]
Activates the signal element if an Alarm or Limit condition occurs on the specified axis.
Function | Description |
---|---|
ErrorStatus,[axis name] | Axis name can be X, Y, Z, A, B, or |
Updated 4 days ago