Chapter 6 Server function and P2P service
6-14
D) Variable sized variable
Available at Body area of TX/RX frame
- Transmission frame
▪Used in case of changing length of frame
▪If checking “Assign memory”, it makes transmission frame by data read from PLC
memory
- Reception frame
▪Used in case of processing variable sized variable among received frame
▪Registering at last segment among Body area is available.
▪ If selecting “Assign memory”, it saves data about each segment among received
frame.
▪Swap, conversion is available.
▪Received data size is byte size
[Figure 6.2.17] Edit segment variable sized variable screen
4) Data conversion process
When transmitting/receiving frame, in case data is changed from Hex to ASCII or executing byte
swap, you can define frame edit window.
A) Conversion
▪ Hex To ASCII
- Transmission: it changes data read from PLC memory into ASCII and configure
transmission frame
- Reception: it changes received data to ASCII and save it
▪ ASCII To Hex
- Transmission: it changes data read from PLC memory to Hex and configure transmission
frame
- Reception: it changes received data to Hex and save it