Device-defined data types (DH485)
Device-defined data type names vary for each serial protocol depending on the
Channel
selection in Device definition
. These tables describe the module-defined data types created for the DH485 protocol. The tables include information for input (as indicated by an "I") and information for output (as indicated by an "O").Name | Type | Definition | Valid Values |
|---|---|---|---|
DF1 | AB:5000_DF1_Channel:I:0 | Common DF1 produce data. |
Name | Type | Definition | Valid Values |
|---|---|---|---|
RunMode | BOOL | Channel operating state. | 0 = Idle 1 = Run Mode |
ConnectionFaulted | BOOL | Indicates if the connection is running. The device sets value to 0 when connected and then changes value to 1 when not connected. | 0 = Connection running 1 = Connection is not running |
DiagnosticActive | BOOL | Indicates if any diagnostics are active or if the prognostics threshold is reached. | 0 = No diagnostics active 1 = One or more diagnostics are active or the prognostics threshold is reached. |
DiagnosticSequenceCount | SINT | Diagnostic counter. The value increments each time a distinct diagnostic condition is detected, and again when the condition transitions from detected to not detected. Set to zero by product reset or power cycle. Wraps from 255 (-1) to 1 skipping 0. | -128 to +127 The value of 0 is skipped except during device power-up. |
CTS | BOOL | Request to send line of serial port. | 0, 1 |
RTS | BOOL | Data Set Ready line of serial port. | 0, 1 |
DSR | BOOL | Data Carrier Detect line of serial port. | 0, 1 |
DTR | BOOL | Data Terminal Ready line of serial port. | 0, 1 |
MsgProcessing | BOOL | Indicates firmware processing of MSG instruction. |
Provide Feedback