PDA

View Full Version : Modbus over RS422 to JACE



jjackson7
04-07-2010, 10:19 AM
I have a device that is sending Modbus over RS422. I need to get that to my JACE6 which has a RS485 port. Can the RS422 four wire be connected to a two wire RS485 port? Most of the serial converters I have are going from RS232 to either 485 or 422.

BACnet
04-07-2010, 11:08 AM
You can tie the wires together to convert from 422 to 485.

If I remember correctly, you only have to tie the two positives together and the two negatives together.

Anyone else agree?

s2sam
04-07-2010, 02:43 PM
You can tie the wires together to convert from 422 to 485.

If I remember correctly, you only have to tie the two positives together and the two negatives together.

Anyone else agree?

Good day Bacnet,

Electrically each manufacturer has there own terminology and so this may or may not work... however, if it is wrong it will not damage anything. Eventually you can make this work electrically if you connect the right combination.

As for it working at the protocol level... maybe... RS422 is a full duplex protocol whereas RS485 is half duplex... i.e. with RS422 you can transmit and receive at the same time. With RS485 you can only do one at a time and there are delays from switching from transmit to receive and vice versa. So depending if the Modbus server and/or client do not have sufficient delays between Transmit and Receive, your communication will be unreliable.

It is certainly worth trying though.

Cheers,

Sam

jjackson7
04-07-2010, 02:54 PM
Thanks for the quick response. I will try it out and report back.

GregF
04-07-2010, 09:55 PM
I have a device that is sending Modbus over RS422. I need to get that to my JACE6 which has a RS485 port. Can the RS422 four wire be connected to a two wire RS485 port? Most of the serial converters I have are going from RS232 to either 485 or 422.

jjackson7
You are going to have to get a RS422 to RS485 converter. The two serial ports are different. RS422 is an Industrial type and RS485 is what the rest of us use. You can't tie the wires together because of this. The responses are for full duplex RS485, 4 wire.
Greg

amigo
04-07-2010, 11:17 PM
I am with GregF, may be try something like this:
http://rs485.com/fullphotos/rsfc44tfull.html

jjackson7
04-08-2010, 02:03 PM
Yeah. I haven't had any luck yet. I will look into that converter.

krac
04-10-2010, 07:46 AM
We have used the Telebyte Model 285 (RS-232 to RS485 4 wire) connected to Comm1 (RS-232 port on the Jace) and worked fine.

jjackson7
07-20-2010, 10:39 AM
Got the converter in. Trying to connect an AutoFlame DTI to a Jace 6 using Modbus RTU. Have to Modbus Async network up and can't get the DTI to talk. No comm lights coming on on either the DTI or the Jace. Anyone try to integrate one of these? Any help appreciated.

billcontrols
07-20-2010, 01:34 PM
Try http://bb-elec.com They will be able to tell you if the wires will work. They may be able to help with the protocols. I am just a customer who has used their products and advice from time to time.

krac
07-20-2010, 03:24 PM
Got the converter in. Trying to connect an AutoFlame DTI to a Jace 6 using Modbus RTU. Have to Modbus Async network up and can't get the DTI to talk. No comm lights coming on on either the DTI or the Jace. Anyone try to integrate one of these? Any help appreciated.

I am assuming you have powered the RE Smith converter. What comm port is Modbus using 1 or 2? Have you added a modbus device to the network and tried pinging the device? (stay away from using address 1)

techgabe
01-25-2012, 05:15 PM
Were you able to get the DTI to communicate with the Jace? I am currently working on one right now.