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.

FunctionDescription
ControlStatus,[1-16]The number must be between 1 and 16.
ControlStatus,1Turns on the signal element when the controller is online.
ControlStatus,2Turns on the signal element when a file is opened.
ControlStatus,3Turns on the signal element when the Home process is active.
ControlStatus,4Turns on the signal element when the program is running.
ControlStatus,5Turns on the signal element when the Emergency input is triggered.
ControlStatus,6Turns on the signal element if any axis is in an alarm state.
ControlStatus,7Turns on the signal element when a registration code is entered.
ControlStatus,8Turns on the signal element when the software is in simulation mode.
ControlStatus,9Turns on the signal element when the Home process is completed.
ControlStatus,10Turns on the signal element when G-Code is executed forward (from first to last line).
ControlStatus,11Turns on the signal element when G-Code is executed backward (from last to first line).
ControlStatus,12Turns on the signal element when the Hold function is active. (See Table 4, row 26 for more info.)
ControlStatus,13Turns on the signal element when the Remote function is active.
ControlStatus,14Turns on the signal element when any axis limit input is triggered.
ControlStatus,15Turns on the signal element when any axis is in Jog (manual movement) mode.
ControlStatus,16Turns 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.

FunctionDescription
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.

FunctionDescription
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.

FunctionDescription
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.

FunctionDescription
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.

FunctionDescription
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.

FunctionDescription
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.

FunctionDescription
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.

FunctionDescription
ErrorStatus,[axis name]Axis name can be X, Y, Z, A, B, or