User manual

A-3Manual u-remote1432790000/08/12.2015
The decimal value 1000000 (F4240
hex
) is to be written into
a 32 bit address (double word), e.g. for a UR20-PWM-xx-
module output data “Pulse duration”.
“n” is to be the address number the auto-mapping assigns
to the 32 bit data object. The enumeration of linked 16 bit
(word) and 8 bit (byte) objects differs depending on the engi-
neering tool, as well as the syntax of set values.
UR20-FBC-PB-DP or UR20-FBC-PN-IRT Motorola format (default) with Simatic Manager Step7 5.5
D
n
= DW#16#000F4240
W
n+2
= W#16#4240 W
n
= W#16#000F
B
n+3
= B#16#40 B
n+2
= B#16#42 B
n+1
= B#16#0F B
n
= B#16#00
UR20-FBC-PB-DP or UR20-FBC-PN-IRT Intel format (parameterized) with Simatic Manager Step7 5.5
D
n
= DW#16#40420F00
W
n+2
= W#16#0F00 W
n
= W#16#4042
B
n+3
= B#16#00 B
n+2
= B#16#0F B
n+1
= B#16#42 B
n
= B#16#40
UR20-FBC-MOD-TCP Motorola format (default) with CODESYS 3.5
D
n
= 16#000F4240
W
2n+1
= 16#4240 W
2n
= 16#000F
B
4n+3
= 16#40 B
4n+2
= 16#42 B
4n+1
= 16#0F B
4n
= 16#00
UR20-FBC-MOD-TCP Intel format (parameterized) with CODESYS 3.5
D
n
= 16#40420F00
W
2n+1
= 16#0F00 W
2n
= 16#4042
B
4n+3
= 16#00 B
4n+2
= 16#0F B
4n+1
= 16#42 B
4n
= 16#40
UR20-FBC-EC Intel format (default) with CODESYS 3.5
D
n
= 16#000F4240
W
2n+1
= 16#000F W
2n
= 16#4240
B
4n+3
= 16#00 B
4n+2
= 16#0F B
4n+1
= 16#42 B
4n
= 16#40
UR20-FBC-EC Motorola format (parameterized) with CODESYS 3.5
D
n
= 16#40420F00
W
2n+1
= 16#4042 W
2n
= 16#0F00
B
4n+3
= 16#40 B
4n+2
= 16#42 B
4n+1
= 16#0F B
4n
= 16#00
Automatic I/O mapping with different engineering tools