ProSoft Technology ILX56-MM User Manual
Page 93

ILX56-MM ♦ ControlLogix Platform
Reference
InRAx Message Manager for Industrial Communication
User Manual
ProSoft Technology, Inc.
Page 93 of 112
February 6, 2012
6.3.8 String
Source
Conversion
BOOL
The source value of zero or one is converted to ASCII and copied to the
destination. If the destination string is too small, a conversion error will
result.
INT8, UINT8, CHAR,
BYTE, INT16,
UINT16, WORD,
INT32, UINT32,
DWORD, INT64,
UINT64, or QWORD
The source data value is converted to INT64 (according to the above INT to
INT64 conversion rules), converted to ASCII, and copied to the destination.
If the destination string is too small, a conversion error will result.
FLOAT32 or
FLOAT64
The source data value is converted to shortest possible string (with
possible exponent) and copied to the destination. If the destination string is
too small, a conversion error will result.
STRING
If the source string is too long to fit in the destination string data buffer, the
string will be truncated.