![IFM PDM360NG Series System Manual Download Page 377](http://html1.mh-extra.com/html/ifm/pdm360ng-series/pdm360ng-series_system-manual_3875026377.webp)
ifm
System Manual
ecomat
mobile
PDM360NG (CR1080, CR1081, CR9042) Target V01
2011-07-28
Managing the data
File managing
377
BYTE_ARRAY_TO_STRING
3449
Unit type = function block (FB)
Contained in the library:
ifm_PDM_FILE_Vxxyyzz.LIB
Available for the following devices:
- PDM360: CR1050, CR1051, CR1060
- PDM360compact: CR1052, CR1053, CR1055, CR1056
- PDM360NG: CR108n, CR9042
Symbol in CoDeSys:
Description
3551
BYTE_ARRAY_TO_STRING is a help function for other units.
The FB combines the contents of up to 65 bytes into a string as follows:
Byte65,Byte64,Byte63,...,Byte1,Byte0
Parameters of the inputs
3552
Parameter
Data type
Description
BYTE_IN
ARRAY[1..65] OF BYTE
matrix of 1...65 bytes
Parameters of the outputs
3553
Parameter
Data type
Description
OUT_STRING
STRING(80)
output value in the form of:
b
yte65,byte64,byte63,...,byte1,byte0