0% found this document useful (0 votes)
287 views17 pages

Modbus Communication: FX3U 485ADP MB 485ADP MB

This document summarizes the hardware and software configuration for Modbus communication between a FX3U PLC and computer using MODSCAN software. The key components include a FX3U-485ADP-MB card for RS-485 communication, an ADAM RS-485 to RS-232 converter, and communication cables. The document also provides settings for PLC and MODSCAN software configuration, including registers for the PLC program and device/port settings for MODSCAN.

Uploaded by

kashinath
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
287 views17 pages

Modbus Communication: FX3U 485ADP MB 485ADP MB

This document summarizes the hardware and software configuration for Modbus communication between a FX3U PLC and computer using MODSCAN software. The key components include a FX3U-485ADP-MB card for RS-485 communication, an ADAM RS-485 to RS-232 converter, and communication cables. The document also provides settings for PLC and MODSCAN software configuration, including registers for the PLC program and device/port settings for MODSCAN.

Uploaded by

kashinath
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 17

MODBUSCOMMUNICATION

SYSTEMLAYOUT

FX3U
485ADPMB
485ADP
MB

MODSCAN
SOFTWARE

FX3UPLC

COMPUTER

RS 232 BD
RS232BD
MBCardtoADAMConv.
Communication Cable
CommunicationCable

USBtoSerial
CommunicationCable

ADAM
ADAM
RS485toRS232Convertor
Doc.By:SanjayBankar

HARDWARESETTING

SETSWITCH
ONOPEN

SetHardwareSwitchonFX3U485ADPMBCardtoOPENdirection.
Aspershowninabovefig.

CABLEDETAILS

FromPLC(MBCard)toADAMConvertor(RS485port)use4corecableasperabovedetails.
AnduseUSBtoSerialComm.CablefromADAMConvertor(RS232port)toPCUSBport.

SOFTWARECONFIG.

SetabovesettinginPLCsoftwareforCH2(Note:CH1for232BD).
DataLength8bit,ParityNone,Stopbit1bit,Transmissionspeed9600&H/WtypeRS485

PLCPROGRAM

WriteabovePLCprogramformodbuscommunication.

D8420SETTING

D8420=0001000010000001:BIN
1081:HEX

[MOV H1080 D8420 ]


[MOVH1080D8420]

D8421SETTING

D8421=0000000100010001:BIN
0111:HEX

[MOV H0111 D8421 ]


[MOVH0111D8421]

D8429SETTING

[MOVK2000D8429]

D8430SETTING

[MOV K400 D8430 ]


[MOVK400D8430]

D8431SETTING

[MOV K10 D8431 ]


[MOVK10D8431]

D8432SETTING

[MOV K3 D8432 ]
[MOVK3D8432]

D8434SETTING

HereSlaveNodeaddressis1
(Note:ifuse4PLC(4MBcard)thenaddresswill1,2,3&4)
[MOVH1D8434]

D8435SETTING

D8435=0000000000000001:BIN
0000:HEX

[MOV H001 D8435 ]


[MOVH001D8435]

D8436SETTING

[MOVk100D8436]

MODSCANSETTING

SetDeviceID 1

MODSCANSETTING

SetabovesettinginModscansoftware.
Port:PCportno.,BaudRate:9600,WordLength8,StopBits1,ParityNone

MODSCANSETTING

SetASCIIProtocol.

You might also like