petersonra
Senior Member
- Location
- Northern illinois
- Occupation
- engineer
I don't use modbus rtu on anything that speed matters on so I always use 9600 baud. Reliability matters a lot more to me than speed.
If you have a small number of devices, or very long runs, 9600 baud is fine. I think most of what I work on runs at 38.4, but we also have shorter runs and more devices that most, probably.I don't use modbus rtu on anything that speed matters on so I always use 9600 baud. Reliability matters a lot more to me than speed.
I would likely not use modbus if speed was an issue. I have run it faster but if there is no reason to do so, why bother. If I can interrogate a device every ten seconds and that is more than adequate why do I need to crank up the baud rate.If you have a small number of devices, or very long runs, 9600 baud is fine. I think most of what I work on runs at 38.4, but we also have shorter runs and more devices that most, probably.
My introduction to Modbus ages ago was with people using it for very large manufacturing and extraction industries where runs up to a kilometer weren't unheard of. When I started working on power conversion equipment, the number of devices - inverters, meters, weather equipment - made 9600 baud impractical.
Molex does make a shielded connector that goes down to 22AWG :But how do you put it in a RJ-45 connector? It has to be about 24 gauge and you gotta get it into positions 4&5.
And I like to stick with the device's factory default speed.I would likely not use modbus if speed was an issue. I have run it faster but if there is no reason to do so, why bother.
Me too. If I can use the defaults I don't have to try and change the parameters. Less work for me. Also less work if the device fails and has to be replaced.And I like to stick with the device's factory default speed.
9600 baud is for wimps. I've not worked on microcontrollers that can go over 430kBaud, but I have written software, and tested it out with actual cables which can go that fast!
Terminating resistors aren't as important at 9600 baud, because the 3.5 character timer is so god-awful long (3.6 milliseconds), but if you are running it at more reasonable speeds like 38.4 or 115.2 kBaud you absolutely must terminate and absolute must use low capacitance
I like their VFDs because they work really well with their PLCs. Just get one that has the built in ethernet port or buy an ethernet adaptor for those that don't have it built in and plug it into your ethernet network. They have AOPs for all different drives, and it is so much simpler than using hardwired I/O.In case anyone is interested, here is how I dealt with the situation. I opted for a breakout with a pigtail because I doubted a solid adapter would fit within the VDF cover. As it turned out, even the plug wouldn't fit within the cover. So I drilled a hole .... I do still like AB operators, their VFDs, maybe not so much.
Sure there's gonna be a lot of Coulda, Woulda, Shoulda. But I was there and you guys weren't.
And thousands of dollars for the software license.I like their VFDs because they work really well with their PLCs. Just get one that has the built in ethernet port or buy an ethernet adaptor for those that don't have it built in and plug it into your ethernet network. They have AOPs for all different drives, and it is so much simpler than using hardwired I/O.
If you have AB PLCs you already have the software.And thousands of dollars for the software license.
I am with a service contractor. We don't have PLCs of our own. and there are customers with AB PLC that do not have a license for the software.If you have AB PLCs you already have the software.
In any case, the labor savings makes up for the software license fee pretty quick unless your company believes labor is free, which admittedly a lot of places seem to believe.
You might be surprised at how little a yearly lease of a license might cost for just CompactLogix stuff. Even the perpetual license for CompactLogix is not that big of a deal.
CAT5 is just fine for RS485; it has (4) low-capacitance twisted pairs and can be shielded if the right cable is spec-ed. The Entertainment industry uses CAT5 and RJ-45 connectors all the time for DMX lighting control (which is just a protocol on top of the RS485 physical layer).Okay, that helps. In my opinion, CAT-5 is the wrong type of cable for this purpose.
I would use a 2-conductor-plus-shield cable, with a foil shield with a drain wire.
View attachment 2573709
All the more reason to get a license. How else do you service their equipment?I am with a service contractor. We don't have PLCs of our own. and there are customers with AB PLC that do not have a license for the software.
It's also a function of the differential driver electronics and the slew rate- better devices use purpose-designed driver chips which limit the rate, some devices simply use electronic switches and heap on the harmonics; Maxim has a discussion of this at https://www.analog.com/en/resources/technical-articles/explanation-of-maxim-rs485-features.html. and *Hobbit* shows some scope photos at http://techno-fandom.org/~hobbit/lighting/dmxwave/As far as the need for terminating resistors, it is a function of data density and distance.
Would have been nice if they mentioned this in the manual. Sure glad YOU did!Rockwell have a RJ45 plug with 2 terminals, part number AK-00-RJ45-TB2P.
You can use this to daisy chain PF4x and PF52x drives as shown in their user manuals.
There is a diagram in TechNote QA18998 (access everyone, you just need to create and free account) that explains how to wire using the above plugs.
If I could work out how to attach an image I would have shown the network drawing in the TechNote.