Yt_ComState
Yt_ComState is used to know the status of the communication with a specific SLIO/SliceBus module.
Yt_ComState: STRUCT
| Element | Data Type | Description | Usage |
|---|---|---|---|
| ComOk | BOOL |
Communication with the module is OK.
|
Module1.ComState.ComOk
|
|
ComError |
BOOL |
Communication with the module presents an error.
|
Module1.ComState.ComError
|
|
DataValid |
BOOL |
Data sharing with the module is valid.
|
Module1.ComState.DataValid
|