Trying to figure out a way to benchtest Modbus RTU between several PLCs on the bench

defcon.klaxon

Lifetime Supporting Member
Join Date
Feb 2015
Location
Far NorCal
Posts
616
Hey guys,

I've got a system I'm coded up, it is using three SCADAPack 357 controllers. Out in the field, they'll communicate via TeleDesign TS4000 radios with Modbus RTU (RS232) (one master, two slaves). The problem is, I won't have access to the radios on my bench, but I want to be able to do some testing of comms before I integrate onsite.

If it was Modbus TCP it would be easy, since it's just an ethernet connection. But with Modbus RTU via RS232 it's obviously a serial connection, not ethernet.

What I'm wondering is whether or not there's a straightforward way to test the serial connection between all three PLCs without having the actual radios at my disposal. Does anyone have any ideas on how you might go about this?

Thanks!
 
Humm... RS232 but there are two slaves? Maybe I'm confused, but don't you need two RS232 port on your master then?

I figure you can just wired directly from master to slaves on the bench and skip the radio to do the test.
 
Humm... RS232 but there are two slaves? Maybe I'm confused, but don't you need two RS232 port on your master then?

Maybe I said something confusing? What I'm trying to describe is a master PLC that polls two remote pump stations via radio. The radio goes to the comm port of the SCADAPack, and each remote site has a radio as well.
 
you swap over to 485 or you can use a splitter.

we used to use these inthe past but I know there are probably some cheaper ones out there.

https://www.blackbox.com/en-us/store/Detail.aspx/3-Port-RS232-DB25-passive-splitter/TL073A-R4

That is exactly what I was trying to find, but didn't know what to call it. Thanks for the link! You can imagine the low quality google results of trying to describe a serial connection but in parallel.

I guess worst case you can hook up just one slave a time if you dont feel like spending any money.

Yeah in theory I could do that. What I really want to test is that both pump stations act properly though, and they both rely on each other to run so testing one at a time would force me to miss out on a ton of functionality testing.
 
You can use a rs232 splitter from black box as well. But yeah if you don't have the radios I would do it hardwired.
 

Similar Topics

We have a keg check weigher that that lost a fight to a forklift. The scale was previously a Systec IT3000, which was the only PROFIBUS slave...
Replies
5
Views
672
We run multiple products on our machines, which means we have multiple robot programs that we swap to, due to the points for the robots having to...
Replies
7
Views
1,915
Hi all, I need to send a 4-20mA signal from a PLC (ICLinks Everest) to a paperless chart recorder (Endress and Hauser RSG30) and I'm having a...
Replies
7
Views
2,256
I came across this Youtube video on facebook, and there's obviously something going on we can't see. I embedded the link above, for those who...
Replies
11
Views
2,690
Hey guys, I've been working on a couple of systems that were originally programmed and integrated by another programmer at a different business...
Replies
6
Views
2,256
Back
Top Bottom