The enumeration ET_StateDataTransmission is used to indicate the state of a requested data transmission.
The conversion operator TO_STRING is supported for this enumeration.
Name |
Value (INT) |
Description |
---|---|---|
0 |
Idle state, the function block is ready for operation. |
|
1 |
The data transmission is requested at the communication client. |
|
2 |
The transmission request is stored in the queue of the communication client. |
|
3 |
The data transmission is in progress. |
|
4 |
The data transmission request is successfully completed. |
|
5 |
An error has been detected. The data was not transmitted. Verify the status of communication client. |
|
6 |
The data transmission has been aborted. |