Chapter 8 Communication Function
8-51
Segment (1-8) : Enter segment by segment to separate fixed sending data area (CONSTANT) and
device area (Array).
Item
Contents
To set a segment type, there’ re NONE (not defined), CONST (fixed data area),
ARRAY (Device area). CONST declares commands and fixed data that are
used for communication frame and ARRAY is used to input and save the data
needed for interactive communication. ARRAY type must be always set by byte.
This field is to declare commands and fixed data that will be used in
communication frame and constant data to be declared by inputting. ASCII input
must be done within 10 characters and hex within 20 characters. If the number
exceeds the limit, set the next segment as the same type and continue to input
there. As an dedicated protocol communication, 10RSB06%MW10006 is a
frame to execute reading 6 word data from M100 at the slave station no. 16.
Ex1) 10RSB06%MW10006
If the segment is declared as ARRAY type, designate transmitting
device(P,M,L,K,F,T,C,D) and number of transmitting
byte
Ex2) If you want to transmit D000 ~ D003, the setting is as below.
(transmitting device : D000 , number of transmitting : 6 bytes)
It is a radio button to select the input type of commands. There’ re 2 kinds as hex
or ASCII value.
Ex1) ASCII : 1 0 R S B 0 6 % M W 1 0 0
Ex2) Hex : 31 30 52 53 42 30 36 25 57 44 31 30 30
If ARRAY is set, it asks whether it would convert data to ASCII to send (at send
frame), or convert to hexadecimal to receive(at receive frame).
If ARRAY is set, the size of area is to be set by byte.
The unit is a byte.