Mitsubishi Programmable Controllers FX-232ADP User manual

ADVANCED AND EVER ADVANCING MITSUBISHI ELECTRIC
This manual contains text,diagrams and explanations which will guide the reader in the correct installation and operation of
the FX-232ADP and should be read and understood before attempting to install or use the unit.
Further information can be found in the FX SERIES PROGRAMMING MANUAL and FX SERIES HARDWARE MANUAL.
PROGRAMMABLE CONTROLLERS
FX-232ADP COMMUNICATION ADAPTER
USER'S GUIDE
JY992D48801B

●The FX-232ADP type RS232C adapter (hereinafter called 232ADP)
is connected to the FX(V3.07 or later),FX2C series PC to exchange serial
data with a personal computer, barcode reader, printer, and other various
RS232C devices.
●Only one 232ADP unit can be connected to one base unit to the serial
port provided at the left side.
●The buffer size and location are specified by an RS instruction in the PC.
●This product cannot be combined with special adapters such as
FX-8AV,FX2-40AP/AW, or the lide.
INTRODUCTION
Transmit and/or receive
POWER LED
Lit up by the DC 5 V power supplied from the base unit.
RD LED
Lit when receiving data from the RS232C device
connected to the product.
Connection cable
Used for connection with FX or FX2C PC.
SD LED
Lit when transmitting data to the RS232C device
connected to the product.
RS232C connector
Used for connection between the product and RS-232C
device.
EXTERNAL DIMENSIONS
TERMINAL LAYOUTS
The connector is a 25-pin D-SUB type, and the pin configuration is as shown below.
Pins 4, 5 are not used.Short-circuited inside.
ER(DTR)Send request (Data Terminal Ready)
CD(DCD)Carrier Detection
SG(Signal Ground)
DR (DSR) Send enable (Data Set Ready)
CS (CTS) Send enable
RS (RTS) Send request
RD (RXD) Receive data
SD (TXD) Send data
FG Frame ground
45
(1.77)
(0.39) 10
140
(5.51)
12.5
(0.49)
25 (0.98)
2-φ5.5 mounting holes
(0.22)
125
(4.92)
POWER
RD
SD
DIN rail width : 35
POWER RUN BATT¥V
L
SG
24+ RUN
COM COM
N
PROG E
CPU E
SD
RD
POWER
RS232C device
Weight : approx.0.2 kg dimensions : mm (inch)
Pin No. Function
1Frame ground
2Send data (232ADP to RS232C device)
3Receive data (RS232 device to 232ADP)
4 • 5 Not used
6Shows RS232C device is ready to receive
7Signal ground
8On when carrier is detected for data reception
20 Signal requesting preparation for data
sending to RS232C device.

Performance specification
INSTALLATION NOTES AND USAGE
General specification
Transmission standard Conforming to RS232C, 25pin D-SUB, connector used
Isolation method Photo coupler isolation
Transmission distance 15m or less (shielded cable recommended)
Current consumption DC 5V 200mA form base unit
Related flag
and data registers
M8121:Send wait flag D8120:Communication format
M8122:Send flag D8122:Remainder of send data
M8123:Receive completion D8123:Number of received data
M8124:Carrier detection D8124:Header byte
M8161:8 bits/16 bits changeover D8125:Terminator byte
Genelal specifications (excluding following) Same as those for FX or FX2C base unit
Dielectric withstand voltage 500V AC 1min Between 25-pin D-SUB and base
unit
Insulation resistaice 500V DC, 1M Ωby Megger

●For data transmission to be effective it is necessary to match the communication format between the product and the
RS232C device, such as baud rate and parity.
*1 The default value is STX (02H: changeable).
*2 The default value is ETX (03H: changeable).
●The communication format is set by special data register D8120.
Setting the communication format using D8120 is effective only at the time the RS instruction is driven, and therefore
if changed after driving, it is not actually accepted.
●An example of setting D8120 is shown below.
●The control line is set by b12.
b12=0 :No hardware hand shaking.Send and receive are controlled by software protocol.
b12=1 :Hardware hand shaking.Signal lines ER(DTR)and DR(DSR)are used to control send and receive of data.
H138F= 0001 0011 1000 1111(binary)
The settings for the above program are as right.
b0
b12 1
b11 0 SD(TXD)
H/W.
Ordinary
mode
Pin No.
ER(DTR)
DR(DSR)
When sending
RD(RXD)
ER(DTR)
DR(DSR)
When receiving
Pin No.
Data
SD(TXD)
RD(RXD)
ER(DTR)
b12 1
b11 1
H/W.
Single line
mode
Pin No.
Data
Send
Send Receive
Data
Receive
Data
[MOV D8120]H138F
Bit Description 0 (OFF) 1 (ON)
b 8 Header None D8124 *1
b 9 Terminator None D8125 *2
b10 Not used - - - - - -
b11 Mode
(Control line) Ordinary
mode Single line
mode
b12 Control line None H/W
b13
b14
b15 Not used - - - - - -
Data length 8 bit
Parity Even
Stop 2 bit
Baud rate 9,600
Header Used
Terminator Used
Control line H/W
Mode Ordinary mode
Bit Description 0 (OFF) 1 (ON)
b 0 Data length 7bit 8bit
b 1
b 2 Parity (00) : None
(01) : Odd
(11) : Even
b 3 Stop 1bit 2bit
b 4
b 5
b 6
b 7
Baud rate
(bps)
(0011) : 300
(0100) : 600
(0101) : 1,200
(0110) : 2,400
(0111) : 4,800
(1000) : 9,600
(1001) : 19,200
Communication format D8120 (bit mapping)
M8002
Setting input

WIRING
When RS232C device
uses pins 6,20 When RS232C device
uses pins 4,5
RS232C
device FX-232
ADP RS232C
device FX-232
ADP
●The connections of RS232C devices varies with each device being used.
Check the specification of the device, and connect.
Connection examples
●Terminal specification device ●Modem specification device
When RS232C device
uses pins 6,20 When RS232C device
uses pins 4,5
RS232C
device FX-232
ADP RS232C
device FX-232
ADP

PROGRAM EXAMPLES
• Receive data
FX, FX2C series PC
Send
• Send data
●Connecting 232ADP and a printer,and printing out the data sent from the PC.
Common pin out for printer communication
Sequencer program
Operation
X000,ON
X000,ON
Power on
RS instruction
drive
Data send
Turn on the power of the PC and
printer, check the printer is on line
and switch the PC to RUN.
Turn on X000, and drive RS
instruction.
Every time X001 is turned on, the
contents of D200 to D210 are
sent to the printer, and
"test line" is printed.
●In this example, CR (H000D) and LF
(H000A) are written at the end of the
message.The printer moves down
one line for each message.
CR: Carriage Return
LF: Line Feed
Note:It may be necessary to set the
DIP switches of your printer.
Check your printer manual for how to
configure the serial communications.
●The communication format of the serial printer is as follows.
POWER RUN BATT¥V
L
SG
24+ RUN
COM COM
N
PROG E
CPU E
SD
RD
POWER
M8000
M8002
X000
X001
M 0
[ MOV H0067 D8120 ] Setting of communication format
②
RS instruction drive
③
[ RS D200 K11 D500 K0 ]
[ PLS M0 ]
Handled by 8-bit data
①
[ MOV H0074 D200 ]
Writing of send data
④
Herein, "test line" is sent.
[ MOV H0065 D201 ]
[ MOV H006E D207 ]
[ MOV H0065 D208 ]
[ MOV H000D D209 ]
[ MOV H000A D210 ]
[ SET M8122 ]
[ END ]
0
3
9
19
22
Send request
⑤
80
M8161 …
…
…
…

●Connect 232ADP and a personal computer,and exchange data with the PC.
●Use the communication cable suited to the connector pin
configuration of the personal computer.
(For representative wiring see section 4.)
Personal computer FX,FX2C series PC
Receive
Send
Preparation of software
●Use ordinary communication software (terminal
emulator) or dedicated program in the personal
computer.
The communication format of the PC for this example is
as follows.
If the communication format of the software cannot be
adjusted to this setting, adjust the PC and the software
to be the same.
Data length 8 bit
Parity Even
Stop bit 1 bit
Baud rate 2400
POWER RUN BATT¥V
L
SG
24+ RUN
COM COM
N
PROG E
CPU E
SD
RD
POWER
• Send data
• Receive data
• Receive data
• Send data

Power on
X000,ON
RS instruction
drive
Turn on the power of the PC and printer, check the printer is on
line and switch the PC to RUN.
Turn on X000, and drive RS instruction.
Data send
X001,ON
Every time X001 is turned on, the contents of D200 to D210 are
sent to the personal computer, and "test data" is displayed.
Data send After receiving and storing data from personal computer in D500,
it is output to Y000 to Y017. When input X002 is turned on, the
receive completion flag is reset.
Personal
computer
operation
Operation
Sequence program
M8000 M8161
M8002
X000
X001
M 0
[ MOV H0067 D8120 ] Setting of communication format
②
RS instruction drive
③
[ RS D200 K11 D500 K1 ]
[ PLS M0 ]
Handled by 8-bit data
①
[ MOV H0074 D200 ]
Writing of send data
④
Herein, "test line" is sent.
[ MOV H0065 D201 ]
[ MOV H0074 D207 ]
[ MOV H0061 D208 ]
[ MOV H000D D209 ]
[ MOV H000A D210 ]
[ SET M8122 ]
[ END ]
0
3
9
19
22
Send request
⑤
80
M8123
X002
M 1
[ MOV D500 K4Y000 ]
[ PLS M1 ]
[ RST M8123 ]
81
89
92
96
Output of receive data
⑥
Receive completion reset
⑦
…
…
…
…
…
…

DIAGNOSTICS
●If sending and receiving using these programs is
successful, it is considered that the operation failure
was due to sequence program or communication
protocol error.
●Program when receiving
●If data transfer does not perform correctly when using
the 232ADP, check the operation using the following
programs.
●Program when sending
* Write the data to be sent to D 0 to D 19 before operating.
Send request
●Set the communication format according
to the external device to be used.
M8002
M8000
M8013
M0
[ MOV H**** D8120 ]
[ RS D0 K20 D100 K0 ]
[ PLS M0 ]
[ END ]
[ SET M8122 ]
M8002
M8000
[ MOV H**** D8120 ]
[ RS D0 K20 D100 K0 ]
[ END ]
[ RST M8123 ]
M8000
●If not operating normally when using these programs,
eliminate the cause using the flow diagrams shown
following.
●Set the communication format according
to the external device to be used.
●Header and terminator are not attached.
Receive completion reset

NO
YES
YES
Start
Is power
LED lit? • Check connection with the PC.
• Check power source of PC.
Is the send
data remainder
zero?
NO
YES
NO
Is send
wait flag M8121
turned on?
Is SD LED
(send) lit up
momentarily?
1
YES
Only receiving
fails to operate
normally
NO
• Check the timing of control line.
• Check the wiring of RS232C cable.
• Check the wiring of control line.
• Match the communication format.
• Make sure the receiving external device is normal.
(CR, LF may be needed in some printers.)
• Check the data format of sending device.
YES
• Check wiring of RS232C cable.
• Check wiring of control line.
• Make sure the receiving external device is normal.
• Check the voltage level of RS232C signal (±9 V).
• Make sure content of send data and communication format
are established before driving RS instruction.
NO
• Check wiring of control line.
• Check timing of send, receive.
• Change RS instruction from OFF to ON.
• Make sure the received data length matches with the receive
data area length.
NO
Is M8063
turned on?
• There is a possibility of send crosstalk. Check the send and receive
timing with the external RS232C device.
• The receive data length may exceed the receive data area.
Check the receive data length and timing of receive start.
• Check that the program is not set so that M8122 may be always on.
• Match the communication format.
• Check the wiring of control line.
• Check the start timing of send, receive.
No send
or receive
error
No send or receive error
Send,
receive
error
YES NO
The data
transfer
complates
once.
NO
• Eliminate VRRD. VRSC
instruction and reset power source.
NO
• Reset M8070, M8071, and
reset power source.
YES
YES
Is VRRD
VRSC
instruction
used?
Are M8070,
M8071
turned on?
YES
}Note: Only one of the following de-
vices can be connected to
the communications port on
the left of the PC:
FX-8AV, FX2-40AW,
FX2-40AP, FX-232ADP.
FX-485ADP

1
YES
NO
YES
NO
YES
Is RD LED
(receive) lit?
Is M8123
turned on? No receive
completion
All data is
received?
• Check wiring of RS232C cable.
• Make sure wiring of control line is suited to the external device.
• Make sure the external sending device is normal.
• Check the voltage level of RS232C signal.
NO
(MonitoringD8123)
• Check if receive data length is exceeding the data
area length.
When using terminator
• Make sure the external sending device is sending
the terminator.
• Make sure the terminator value matches.
• Match the communication format.
• Check the timing of control line.
• Check if the send data length is not zero when driving RS instruction.
When using header
• Make sure the external sending device is sending the header.
When using terminator
• Check the timing of send, receive.
• Monitor data in hexadecimal notation (HEX).
• Check on/off of M8161.
• Confirm send data format of the sending device.
[ When M8123 is reset, the PC returns to the wait state. ]
Are the
contents of
receivedata
unintelligible?
Normal
Receive
completion
NO
YES

Guidelines for the safety of the user and protection of the FX-232ADP
• This manual has been written to be used by trained and competent personnel. This is defined by the
European directives for machinery, low voltage and EMC.
• If in doubt at any stage during the installation of the FX-232ADP always consult a professional electrical
engineer who is qualified and trained to the local and national standards.If in doubt about the operation or
use of the FX-232ADP please consult the nearest Mitsubishi Electric distributor.
• Under no circumstances will Mitsubishi Electric be liable or responsible for any consequential damage that
may arise as a result of the installation or use of this equipment.
• All example and diagrams shown in this manual are intended only as an aid to understanding the text, not
to guarantee operation. Mitsubishi Electric will accept no responsibility for actual use of the product based
on these illustrative examples.
• Owing to the very great variety in possible application of this equipment, you must satisfy yourself as to its
suitability for to your specific application.
JY992D48801B
HEAD OFFICE:MITSUBISHI DENKI BLDG MARUNOUCHI TOKYO 100 TELEX:J24532 CABLE MELCO TOKYO
HIMEJI WORKS:840, CHIYODA CHO, HIMEJI, JAPAN
Manual number : JY992D48801
Manual revision : B
Date : JUNE 1996
Effective JUN.1996
Specifications are subject
to change without notice.
Table of contents