Structures
BRSE_ARL_Arguments_typ
This structure contains an array of four booleans, integers, strings, and reals. These values can be used in the error string by adding a ‘%’ and the corresponding letter. The error string will be populated with the first member of the array and then will count up based on the error string.
Direction | Name | Type | Description |
---|---|---|---|
In | r | REAL[0..4] | An array of 5 REAL values that can be used to add more description to the logbook entry |
In | s | UDINT[0..4] | An array of 5 UDINT values that can be used to add more description to the logbook entry |
In | b | BOOL[0..4] | An array of 5 BOOL values that can be used to add more description to the logbook entry |
In | i | DINT[0..4] | An array of 5 DINT values that can be used to add more description to the logbook entry |
Error Codes
- 58200 - BRSE_ARL_ID_ALREADY_INITIALIZED
- 58201 - BRSE_ARL_ID_NOT_VALID
- 58202 - BRSE_ARL_BUFFER_FULL
- 58203 - BRSE_ARL_OUT_OF_MEMORY