MAXSTRING_TO_BYTEARR

Converts a string into individual ASCII codes of a byte array.
Return value
Name | Type | Description |
---|---|---|
MAXSTRING_TO_BYTEARR | ARRAY[0..MAX_STRING_LENGTH] OF BYTE |
|
Inputs
VAR_INPUT
in : T_MaxString;
END_VAR
Name | Type | Description |
---|---|---|
in | T_MaxString | String to be converted (type: T_MaxString). |
Requirements
Development environment | Target platform | PLC libraries to be integrated (category group) |
---|---|---|
TwinCAT v3.1.0 | PC or CX (x86, x64, Arm®) | Tc2_Utilities (System) |