3 MODULE DEDICATED INSTRUCTIONS
3.1 Network Common Instructions
131
3
3 MODULE DEDICATED INSTRUCTIONS
How to read the list is shown below.
3.1 Network Common Instructions
Link dedicated instructions
■Reading data from the programmable controller on another station
■Reading data from the programmable controller on another station (with notification)
■Writing data to the programmable controller on another station
■Writing data to the programmable controller on another station (with notification)
■Sending data to the programmable controller on another station
■Receiving data from the programmable controller on another station
■Receiving data from the programmable controller on another station (for interrupt programs)
Item Description
Instruction symbol Indicates the instruction name.
Processing details Indicates the overview of an instruction.
Reference Indicates the reference of detailed information.
Instruction symbol Processing details Reference
JP.READ Reads data in units of words from a device in the programmable controller of another station. Page 1454 JP.READ,
GP.READ
GP.READ
Instruction symbol Processing details Reference
JP.SREAD Reads data in units of words from a device in the programmable controller of another station.
After the data reading is completed, the device of another station is turned on.
(The other station can recognize that data has been read by the SREAD instruction.)
Page 1461 JP.SREAD,
GP.SREAD
GP.SREAD
Instruction symbol Processing details Reference
JP.WRITE Writes data in units of words to a device in the programmable controller of another station. Page 1469 JP.WRITE,
GP.WRITE
GP.WRITE
Instruction symbol Processing details Reference
JP.SWRITE Writes data in units of words to a device in the programmable controller of another station.
After the data writing is completed, the device of another station is turned on.
(The other station can recognize that data has been written by the SWRITE instruction.)
Page 1477
JP.SWRITE,
GP.SWRITE
GP.SWRITE
Instruction symbol Processing details Reference
JP.SEND Sends data to the programmable controller of another station. Page 1485 JP.SEND,
GP.SEND
GP.SEND
Instruction symbol Processing details Reference
JP.RECV Reads data received from the programmable controller of another station. (For the main routine
program)
Page 1492 JP.RECV,
GP.RECV
GP.RECV
Instruction symbol Processing details Reference
G.RECVS Reads data received from the programmable controller of another station. (For interrupt programs) Page 1497 G.RECVS,
Z.RECVS
Z.RECVS