19.5 Message Formats
19.5.7 Formats 14, 15 (GOT-F900 series microcomputer connection)
19 - 67
17
CONNECTION TO
ALLEN-BRADLEY PLC
18
CONNECTION TO
SIEMENS PLC
19
MICROCOMPUTER
CONNECTION
20
CONNECTION TO OMRON
TEMPERATURE
CONTROLLER
21
CONNECTION TO
YAMATAKE TEMPERATURE
CONTROLLER
22
CONNECTION TO RKC
TEMPERATURE
CONTROLLER
23
CONNECTION TO
FREQROL SERIES
INVERTER
24
SERVO AMPLIFIER
CONNECTION
*2 The write specification specifies how the data of the specified address is changed in the bit pattern.
Write
specification
Function Description Action example
0
ON
specification
Bits set to "1" by the bit pattern are turned ON.
Original data 1010
Bit pattern 1100
Result 1110
1
OFF
specification
Bits set to "1" by the bit pattern are turned OFF.
Original data 1010
Bit pattern 1100
Result 0010
2
Invert
specification
Bits set to "1" by the bit pattern are inverted.
Original data 1010
Bit pattern 1100
Result 0110
3
Write
specification
The numerical values to write by the bit pattern are
specified directly.
Original data 1010
Bit pattern 1100
Result 1100