Settings In Compatibility Mode With Fp0 (Fp0 Compatibility Mode) - Panasonic FP0R User Manual

Hide thumbs Also See for FP0R:
Table of Contents

Advertisement

7.5.10 Settings in Compatibility Mode with FP0 (FP0 Compatibility Mode)

Programming Example of General-purpose Serial Communication in FP0 compatibility mode
The high-level instruction F144(TRNS) is used to send and receive data via the COM port (RS232C port).
(The F159(MTRN) instruction is used in the normal FP0R mode.)
Key Point: In the FP0 compatibility mode, the F144(TRNS) instruction is used instead of
F159(MTRN) instruction.
F144(TRNS) instruction
Data is sent and received between the FP0R and an external device via the COM port (RS232C port).
Devices that can be specified for S:
Devices that can be specified for n:
Sending data
The amount of data specified by n is sent to the external device from among the data stored in the data
table, starting with the area specified by S, through the COM port specified by D. Data can be sent with
the header and terminator automatically attached. A maximum of 2048 bytes can be sent. When the
above program is run, the eight bytes of data contained in DT101 to DT104 and stored in the send buffer
starting from DT100 are sent from the COM port.
Receiving data
Data can be received when the "reception done" flag is off. The received data is stored in the receive
buffer specified by the system register. When the reception of the data is completed (the terminator is
received), the "reception done" flag (R9038) turns on, and subsequently, receiving data is prohibited. To
receive the next data, execute the F144(TRNS) instruction and turn the "reception done" flag (R9038) off
to clear the number of received bytes to 0. To receive data continuously without sending data, clear the
number of transmitted bytes to 0 (set "n" to "K0"), and then execute the F144 (TRNS) instruction.
7-32
Only data registers (DT) can be specified as the send buffer.
WX, WY, WR, WL, SV, EV, DT, LD, I (I0 to ID), K, H

Advertisement

Table of Contents
loading

Table of Contents