Connectivity Update: New Features for Enhanced Data Access
New Features:
- Read status information with `cnc_statinfo`
- Read alarm status, program details, and current execution metrics:
- Ethernet: `cnc_rddynamic2`
- HSSB: `cnc_rddynamic`
- Access positional data:
- Absolute, machine, and relative positions of axis
- Amount of distance to go
- Retrieve system and user parameters with `cnc_rdparam`
- Access diagnosis data, including alarms and temperatures, using `cnc_diagnosr`
- Read macro values using `cnc_rdmacro`
- Get modal data from the controller with `cnc_modal`
- Access alarm numbers and texts with
cnc_alarm
or `cnc_alarm2` - Fetch PMC (PLC) data from all areas with `pmc_rdpmcrng`
- Read program comments (text in brackets after program number) using `cnc_rdprogdir2`
- Retrieve spindle load meter or motor speed with `cnc_rdspmeter`
- Access P Macro variable values with `cnc_rdpmacror2`
- Read servo load meter data with `cnc_rdsvmeter`
- Get detailed alarm messages using `cnc_rdalminfo`
- Monitor OEE machine state and execution mode with `cnc_oeestate`
Enhancements:
Nothing known
Fixed Bugs:
Nothing known
Open Issues:
Nothing known
Update instructions
Nothing known
Update Instructions: