Element Description
Value Description
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 ->
GHEFCDAB
Swap bytes of a double word.
Example:
32FCFF54 → 54FFFC32 (in hexadecimal format)
855441236 → 1426062386 (in decimal format)
ABC...NOP ->
OPM...DAB
Swap bytes of a long word.
Example:
142.366 → -893553517.588905 (in decimal format)
0 10000000110
0001110010111011011001000101101000011100101011000001
→
1 10000011100
1010101000010100010110110110110010110110000100111101
(in binary format)
BCD Separate the byte in two nibbles, and reads them as decimal
(from 0 to 9)
Example:
23 → 17 (in decimal format)
0001 0111 =23
0001 = 1(first nibble)
0111= 7 (second nibble)
Select the conversion and click on plus button. The selected item will be added on Configured list.
If more conversions are configured, they will be applied in order (from top to bottom of Configured list).
Use the arrow buttons to order the configured conversions.
.
Cleaning Retentive Memory
Use the ClearRetentiveMemory action to clear the content of the retentive memory.
Tip: Use this action to set the memory content to a known status at any time.
See Actions > Tag Actions section of main manual for more details.
HMWIN Studio |User Manual| v206 (2017-06-30) | EN| © 2014-2017 Panasonic Electric Works Europe AG
111
9 System Variables (Protocol)