Direct output to Event Logger
In order to use the output directly to the “new” Event Logger, specify the keyword TC3_EVENT_LOGGER in P-STUP-00167. Errors are then logged directly by the CNC in the new format and no longer via the ChannelError() PLC block. Errors continue to be output to the PLC
error_protocol_mode PRINT | LOG | REPORT | TC3_EVENT_LOGGER
If the PLC is no longer required to evaluate CNC error messages, error output to the PLC can be suppressed by:
error_protocol_mode PRINT | LOG | REPORT | TC3_EVENT_LOGGER | SEND_NOT_TO_PLC
Alternatively, the mode can be set accordingly via the cnc_error_manager_mode_w CNC object