BYTEARR_TO_MAXSTRING

Converts the individual ASCII codes of a byte array into a string.
Return value
Name | Type | Description |
---|---|---|
BYTEARR_TO_MAXSTRING | T_MaxString |
|
Inputs
VAR_INPUT
in : ARRAY[0..MAX_STRING_LENGTH] OF BYTE;
END_VAR
Name | Type | Description |
---|---|---|
in | ARRAY[0..MAX_STRING_LENGTH] OF BYTE | Byte-Array variable ( MAX_STRING_LENGTH default value: 255). |
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) |