Element Description
Arraysize In case of string Tag, this property represents the maximum number of bytes available in
the string Tag.
Note: number of bytes corresponds to number of string chars if Encoding property is set to
UTF-8 or Latin1 in Tag Editor.
If Encoding property is set to UCS-2BE, UCS-2LE, UTF-16BE or UTF-16LE one char
requires 2 bytes.
Conversion Conversion to be applied to the Tag.
Depending on data type selected, the Allowed list shows one or more conversions, listed
below.
Value Description
Inv bits Invert all the bits of the tag.
Example:
1001 → 0110 (in binary format)
9 → 6 (in decimal format)
Negate Set the opposite of the tag value.
Example:
25.36 → -25.36
AB -> BA Swap nibbles of a byte.
Example:
15D4 → 514D (in hexadecimal format)
5588 → 20813 (in decimal format)
ABCD ->
CDAB
Swap bytes of a word.
Example:
9ACC → CC9A (in hexadecimal format)
39628 → 52378 (in decimal format)
ABCDEFGH Swap bytes of a double word.
106
HMWIN Studio |User Manual|v206 (2017-06-30) |EN|© 2014-2017 Panasonic Electric Works Europe AG
Default variables