cnc_statinfo
- Last UpdatedFeb 23, 2023
- 1 minute read
The following table includes the supported function parameters for the cnc_statinfo function:
|
Parameter name |
Data type |
Description |
|---|---|---|
|
alarm |
Enumeration |
Status of alarm |
|
aut |
Enumeration |
AUTOMATIC mode selection |
|
edit |
Enumeration |
Status of program editing |
|
emergency |
Enumeration |
Status of emergency |
|
motion |
Enumeration |
Status of axis movement, dwell |
|
mtsb |
Enumeration |
Status of MTSB function |
|
run |
Enumeration |
Status of automatic operation |
Every CNC status parameter is an enumeration set that defines all available status names. The selection of enumeration set depends on the CNC machine type and M/T type of the actual machine. If the value retrieved by the connector is out of scope of the enumeration set definitions, the connector will name the status as UNDEFINED.
Note: The connector defines the CNC status enumeration sets based on the FANUC Focas library documentation for the cnc_statinfo function. Refer to the FANUC Focas library documentation to check the availability of each parameter's enumeration sets for different CNC machine types and M/T types. For connector defined enumeration sets see: Enumeration sets for cnc_statinfo function parameters.