SIDirect Communication Driver logger flags
- Last UpdatedSep 16, 2024
- 1 minute read
The following logger flags are specific to the SIDirect Communication Driver.
-
Errors
General errors from the server have the prefix "ERROR." All related errors, such as for poll messages, have the prefix "POLL_ERROR." They include CONNECTION_ERROR, POLL_ERROR, POKE_ERROR, CYCLIC_ERROR, BLOCK_ERROR, and ALARMS_AND_EVENTS_ERROR. -
Trace
General traces from the server have the prefix "TRACE." All related traces, such as for poll messages, have the prefix "POLL_TRACE." They include CONNECTION_TRACE, POLL_TRACE, POKE_TRACE, CYCLIC_TRACE, BLOCK_TRACE, and ALARMS_AND_EVENTS_TRACE.The following table lists all the available logger flags and their meanings.
Type
Name
Description
Server Flag
ERROR
Shows general server errors.
TRACE
Shows general server traces.
Transaction Flag
CONNECTION_
ERROR
Shows connection errors.
POLL_ERROR
Shows errors of poll messages.
POKE_ERROR
Shows errors of poke messages.
CYCLIC_ERROR
Shows errors of cyclic messages.
BLOCK_ERROR
Shows errors of block messages.
ALARMS_AND_
EVENTS_ERROR
Shows errors of alarm and scan messages.
CONNECTION_
TRACE
Shows connection traces.
POLL_TRACE
Shows traces of poll messages.
POKE_TRACE
Shows traces of poke messages.
CYCLIC_TRACE
Shows traces of cyclic messages.
BLOCK_TRACE
Shows traces of block messages.
ALARMS_AND_
EVENTS_TRACE
Shows traces of alarm and scan messages.