Тёмный

Studio 5000 Modbus TCP Client Allen Bradley Controllogix Compactlogix 

Tim Wilborne
Подписаться 84 тыс.
Просмотров 43 тыс.
50% 1

We are going to setup a Modbus TCP client in Studio 5000 for the Allen Bradley Controllogix and Compactlogix PLC using Rockwell Automation's Modbus TCP Client Add On Instruction AOI sample program. I was surprised to find this add on instruction that requires no third party devices to communicate between Allen Bradley PLCs and Modbus TCP servers.
Get the full details of this lesson at courses.twcontrols.com/
Items used in this video:
PLC Trainer twcontrols.com/plc-trainers
The above links make these videos possible. Please use them!
Support these videos while you advance your skills courses.twcontrols.com/

Наука

Опубликовано:

 

8 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 87   
@seeigecannon
@seeigecannon 2 года назад
Great timing on this video. I just got into a chiller running AB hardware a couple of days ago to put in data logging, and turning it into a Modbus server made my life so much easier. Thanks.
@TimWilborne
@TimWilborne 2 года назад
Good to hear. It is very easy to use!
@TheDrewbe3
@TheDrewbe3 Год назад
This video is extremely helpful. I have a ModMAG Badger Flow Meter which uses ModBus that I need a CompactLogix to communicate with. Wasn't sure how I was going to do it until finding this video. Thank you!
@TimWilborne
@TimWilborne Год назад
You are welcome!
@douglasglisson4612
@douglasglisson4612 Год назад
This was very helpful in understanding the set up parameters. It helped me write form a CompactLogix to a SCADPack. Thank you!
@TimWilborne
@TimWilborne Год назад
Glad it helped Douglas!
@markfish6433
@markfish6433 2 года назад
I used this exact AOI several months back to read PV and SV temperature and status info from a Honeywell controller. Only issue I had was I was doing this from 1 PLC and reading 4 different Honeywell controllers. It worked great for the first couple controllers but as I added more controllers the transaction status had issues and would lock up. I had to cycle through each transaction using a timer to "step" through the transactions in sequence. Turning the enable bit for each transaction on until it was successful or failed then back off then moved to the next transaction.
@75blackviking
@75blackviking Год назад
Thanks again, Tim! Great tutorial on Modbus TCP. You have a great channel.
@TimWilborne
@TimWilborne Год назад
Thanks a lot. I appreciate that!
@sdfamilykolkata421
@sdfamilykolkata421 Год назад
Thanks sir for this Modbus TCP client tutorial..
@TimWilborne
@TimWilborne Год назад
You are most welcome
@LukeVader77
@LukeVader77 2 месяца назад
Thanks Tim! This was a helpful demo
@TimWilborne
@TimWilborne 2 месяца назад
Glad it was helpful!
@coasterbp
@coasterbp 2 года назад
Nice stuff, Tim!
@TimWilborne
@TimWilborne 2 года назад
Thanks!
@OldePhart
@OldePhart 2 года назад
The 5380 has Modbus RTU as well if you get the 5069 serial module. Supports DF1 too. That 5380 series has been quite a problem solver.
@TimWilborne
@TimWilborne 2 года назад
Sometimes I'll use a Micro820 just as a Modbus RTU to Ethernet bridge. Haven't used the 5069 serial module.
@sasquatch99at
@sasquatch99at 2 года назад
@@TimWilborne The Micro820 is even cheaper then some of the standalone protocol convertors. Though you will spend more time the first time setting up the code.
@bhagyodayasinghjadhav7951
@bhagyodayasinghjadhav7951 Год назад
Very nice and helpful...thanks
@TimWilborne
@TimWilborne Год назад
You are welcome 😁
@ryotronicsinc.4460
@ryotronicsinc.4460 2 года назад
Thanks much, Tim!! We really appreciate and enjoy your videos a lot. We are thinking of maybe sponsoring your channel, please let us know how do we proceed. Thanks!
@TimWilborne
@TimWilborne Год назад
We don't accept sponsors on our main channel, the only way to get mentioned on it is to convince us to use your products, but our 2nd channel does highlight products that we find helpful. twcontrols.com/product-sponsorships
@declanraistrick1557
@declanraistrick1557 2 года назад
Thanks for the video Tim, i think i'm on the right track but the TransStat reads (-1 = exception) do you know what this means?
@typeer
@typeer 2 года назад
thanks very much
@TimWilborne
@TimWilborne 2 года назад
You're welcome!
@ralucaconstantinescu8834
@ralucaconstantinescu8834 Год назад
We will try to use this for connection to Ingersoll Rand compressor controllers.
@TimWilborne
@TimWilborne Год назад
Great. I have used it several times now with good results
@desifiedCanada
@desifiedCanada Год назад
We have controller 10.10.1.50 Also analyzer 10.10.1.70 Kindly clear me , We should use Client AIO in plc logic ? And deatiny ip i.e analyzer 10.10.1.70 ?
@MikeWeida
@MikeWeida Год назад
just shared this with a teammate that is looking for this info.
@TimWilborne
@TimWilborne Год назад
Glad I could help out.
@hellbeckham
@hellbeckham Месяц назад
Hi Tim. Your videos have been very helpful to my learning. Can I know if I use HMI with PLC using modbus TCP, do I use PLC as a client or server?
@TimWilborne
@TimWilborne Месяц назад
For most HMIs, they operate as a client, reading data stored elsewhere so you PLC would be a server.
@flavioscarazzato6088
@flavioscarazzato6088 2 года назад
Hi, very good tutorial! Can I do this Modbus TCP Client communication using the same physical port that already communicates with a 1734-AENT Ethernet/IP remote? Both the EtherNet/IP remote and the Modbus TCP equipment are in the same IP range.
@TimWilborne
@TimWilborne 2 года назад
Yes!
@sharadpatle793
@sharadpatle793 Год назад
Show error overlap how to resolve
@muthucumarans5831
@muthucumarans5831 11 месяцев назад
How to increase no of transaction
@rameshvhare7613
@rameshvhare7613 2 года назад
How to map the signal comes into compact logix to perticuler tag
@plclearner8050
@plclearner8050 2 года назад
Great Videos Tim! I am impressed. I have the same question, how do I map an Analog Input through the Modbus. I am currently reading multiple analogs into my CLX. Now I need to map one of them to a local device (a Jumo Logoscreen FD chart recorder to be specific) through modbus. In the video I only saw you working with INT's, I will need a Real or a Float.
@darksenpai
@darksenpai Год назад
Is it possible to use it in redundant equipment (Contrologix hotstandby)?
@TimWilborne
@TimWilborne Год назад
No, not Modbus
@eddicuss293
@eddicuss293 Год назад
Is there a way to automatically “map” controller tags to modbus output/input addresses in Studio 5000? For example I have 30 user defined tags, and i just want to automatically map them from modbus address coils xxx[0] to [29] via the AOI instead of going through them one by one
@TimWilborne
@TimWilborne Год назад
If the data you want in the Modbus registers is in a consecutive order then you could use the CPS instruction.
@ravikishan88
@ravikishan88 9 месяцев назад
Hi Tim, I have a compactlogix L33ER communicating to Modbus TCP Gateway . Modbus TCP Gateway is connected to Modbus Serial Devices with different Salve ID. Can I read specific Slave from this AOI? Does it mean I have to Specify Station ID = slave ID on those devices?
@TimWilborne
@TimWilborne 9 месяцев назад
I'm not sure, I've never tried bridging it to a RTU network
@jamesbailey8606
@jamesbailey8606 9 месяцев назад
Any recommendations for an L61 running v16? I also have some 1400s running v17.
@TimWilborne
@TimWilborne 9 месяцев назад
You got me, how did you get a 1400 to run in Studio 5000?
@deepaksolanki7580
@deepaksolanki7580 2 года назад
How send float value to clinet modbus TCP ip device, because in this AOI there is only INT option and chiller recirve only float value how to set?
@Dizzydre21
@Dizzydre21 15 дней назад
This is two years late, but usually floats will just take up adjacent registers. You can also just convert it to an INT. Just multiply it by 10 or 100 to keep 1 or 2 decimal places.
@jimabraham6382
@jimabraham6382 6 месяцев назад
Hi Tim, In the manual it states: If you change any of these Parameters during operation be sure to reset and then set the AOI Inp_Enable parameter tag. How do you reset? I am having a problem with connecting to the other PLC. Thanks, Jim
@TimWilborne
@TimWilborne 6 месяцев назад
Set it to 0 then back to 1.
@jimabraham6382
@jimabraham6382 6 месяцев назад
Thanks Tim!@@TimWilborne
@TimWilborne
@TimWilborne 6 месяцев назад
You are welcome.
@amarskills1299
@amarskills1299 2 года назад
My Plc Compact logic. And two rap system device IP address 192.168.1.250 and 251. Every device 14 Level transmitter connect. I setup to modbus client aio. And setup ip and address. But Program data overlap. Any suggestion.
@jtabat98
@jtabat98 6 месяцев назад
My Sts_Overload bit is enabled and im not sure on how to fix it. Do you know what this means and any ideas for me to try?
@TimWilborne
@TimWilborne 6 месяцев назад
The documentation on this AOI is well written and usually spot on, here is an excerpt from the manual. You likely need to increase your polling rate. If selected PollInterval settings are marginally too fast you will likely see occasional Sts_Overlap errors and your system should work reasonably well. If selected PollInterval settings are extremely out of line, you will see both Sts_Overlap and Sts_Overload errors and your system will not work reliably. If you are getting Sts_Overload errors, you must adjust your PollInterval settings.
@lindadeutsch5810
@lindadeutsch5810 2 года назад
TIm, great video ! I need to bring in a float value from a device via MB. The device is the server according to your great explanation and is outputting a float value to 400100. Do you know if this AOI will convert MB data to float in Compact Logix ?
@TimWilborne
@TimWilborne 2 года назад
Hi Linda, you'll have to break it into two consecutive blocks.
@lindadeutsch5810
@lindadeutsch5810 2 года назад
@@TimWilborne For example, if my MB values are: 0000 F641 (depending on Byte order), I will bring that in to my Compact Logix as 0 and 63041 (converting F641 to decimal). I need the actual floating point decimal value, which in this case is 30.75. Will the AOI do that conversion or will need additional programming to do this? I think a Red Lion Converter will do this for me but if the AOI can do it I can eliminate one piece of hardware.
@TimWilborne
@TimWilborne 2 года назад
@@lindadeutsch5810 If it looks strange when it comes it, that is where you swap bytes and words. Chances are that will be the culprit. I should do a video on that.
@lindadeutsch5810
@lindadeutsch5810 2 года назад
@@TimWilborne I looked into the AOI documentation and I don’t see a way to bring a MB value in that is formatted as float. I think it will bring in the data but it must be converted to decimal format using some other method. Yes, byte order is critical. Thanks for taking the time to reply and thanks for the great videos!
@julianbailey2886
@julianbailey2886 2 года назад
We have had success taking the float value, multiplying by 100, for 2 decimal places to create a REAL and on then on receiving end, Taking that REAL value and then dividing by 100. What you multiply by depends on how many decimal places you need. 10=1dp, 100=2dp, 1000=3dp, etc...…
@rateriaji
@rateriaji Год назад
can we generate polling only on " when there is a change in state" ?
@TimWilborne
@TimWilborne Год назад
Maybe on blocks you are writing to but it would be crude, not like you can with produced and consumed tags
@rateriaji
@rateriaji Год назад
@@TimWilborne Hi Tim , thanks for your reply. This was my requirement as if i was writing the registers continuously my device was not functioning. So according to supplier , it has to be written on “state change” only. I did this by enabling the transaction enable bit for 1 sec whenever there is change in state of my boolean variable
@TimWilborne
@TimWilborne Год назад
Great!
@alexmarks8285
@alexmarks8285 2 года назад
Where's the link to the AOI download?
@TimWilborne
@TimWilborne 2 года назад
Google Rockwell Sample Downloads
@elamparithi1769
@elamparithi1769 3 месяца назад
Hi Tim, I used the Modbus AOI, But we have some Overlap and overload Issue. I tried all potential troubleshoot methods, Can you suggest any troubleshooting method
@TimWilborne
@TimWilborne 3 месяца назад
Check the data types when you are specifying the lengths.
@ganiulhasan4461
@ganiulhasan4461 11 месяцев назад
How can i read and write 32 bit real value?
@TimWilborne
@TimWilborne 11 месяцев назад
Use the COP instruction and copy the real to the INT that you're sending over modbus with a length of two. That'll copy 32 bits. Then do the opposite on the other side. You may need this video to rearrange your data when it comes through. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-o3OWV8Q_U7s.html
@user-vd4or3ek8d
@user-vd4or3ek8d 11 месяцев назад
can you put that procedure doc youre reading off of in the description please?
@TimWilborne
@TimWilborne 11 месяцев назад
It is in the package you download from Rockwell's sample programs for the AOI
@user-vd4or3ek8d
@user-vd4or3ek8d 11 месяцев назад
@@TimWilborne Ahhh yes thank you
@TimWilborne
@TimWilborne 11 месяцев назад
You are welcome
@camerongreco2146
@camerongreco2146 3 месяца назад
Is this AOI available for ControlLogix PLC's? I usually use a RedLion DSPLE for any type of protocol converting, but if I have just a few TCP devices and can get away with just using an AOI then I would be happy to save the customer 1 to 2k.
@TimWilborne
@TimWilborne 3 месяца назад
It works with all Studio 5000 PLCs including the Compactlogix. Also, the Micro800s do Modbus TCP and RTU natively and can act as a bridge.
@camerongreco2146
@camerongreco2146 3 месяца назад
​@TimWilborne Gotcha. Reason why I wasn't sure about the control logix is because they don't have an embedded ethernet like the compacts, well at least anything below an L81 doesn't, but because they use ethernet cards and there's different variations and models of ethernet cards for control logix processors, I thought it might of not been supported or at least had a different AOI for each different model and revision of ethernet cards, but if that's not the case then awesome! I'm assuming though in the control logix AOI you'd have to point it at the ethernet card itself so it can identify what slot and what it's on. I guess if there was a different ethernet card the AOI might have logic and does a GSV to identify which type of card it is then executes accordingly based on that. I did know that regarding the Micro 800's. I've used them for small jobs before to monitor some modbus values last one was on an on a HVAC system, controlling the humidity and temperature of a room where they have thermoforming for composite papermilling where they make like paper plates, bowls, to go boxes, and etc. The smallest change in temperature and humidity can mess up their product. Actually I did their whole DCS and SCADA system 4 years ago and now they're expanding investing 340 million and I'm involved again we're just finishing up Phase 1 now which added several hundred of new I/O points by itself we called it project WildCat because of how crazy and fast pace it was moving now we're about to start Phase 2 and 3 which we're calling this Phase project Hiawassee and the original DCS (1756-L84E) is nearly full capacity wise it's getting close to 90%, so in the panels that are being built in our panel shop right now for Hiawassee we will have four 1756-L84E's. They will be redundant pairs. Then building bunch of RIO panels. Which when we did the original start up 4 years ago and they bought this old plant to convert it over to a papermill they made us reuse all the original RIO cabinets and they were all Siemens profibus, so we had to use a Prosoft card to communicate to thousands of IO points, but being that this will be all new equipment and they're not being stingy on cost we're building it right we'll have everything on a redundant DLR all with stratix switches and AB VFD's and E300's and we took PlantPAX made changes to where it's better. Especially with the motors and valves we made it to where a VSD control module (AOI) will work with any type of motor by just turning a bit on or off telling it that if it has speed feedback then the VSD will work to control VFD's and if that bit is off then it'll work as a hard wired motor either with a E300 or just plain IO. Then samething with the valves if they're control variable valves or just on a simple solenoid. Even with P_AI we have it to where it'll work with any kind of PV, ethernet, analog. We added so many nice features to the plantpax faceplate themselves that if they were to swap a motor to a VFD all the operator has to do is flip a bit and select VFD type PowerFlex 525, 400, 7xx, Siemens, Lenza, etc and it will do everything they need it too. There's too many features we added and made PlantPax much better to name off here, but after we did that for this project since things were constantly changing and operators can't program and as integrators we can't always be onsite or remote in, that they can do a lot of it without our help, that it changed the standard for us. Some of the features my colleague developed into it, Rockwell is supposedly going to implement some of them theirselves. Latest thing I added was a little area to keep track of loopchecks while we did this startup for WildCat if you punch in a date of when it was loopchecked then this little red symbol that says "LC" like this (without the cigarette) and the letters 'LC' 🚭 saying that it hasn't been loop checked, disappears when the date of completion is punched in on the faceplate. Then we added maintenance notes if it's being worked on then something similar will pop up saying it's locked out or being worked on. There's bunch of other features I'd love to ramble on about that I'm proud of, but this has probably been my most favorite project that I've done in several years. Since I've started with this company and do more Plant stuff then I do with machinery and robotics. I do miss working with robots.
@TimWilborne
@TimWilborne 3 месяца назад
You specify the IP address and the slot, so the processor and Ethernet port do not have to be the same. It is a well written AOI. That L84E is a beast, that is a big system if you need 4 of them. Good luck on project Wildcat!
@teixeira3021
@teixeira3021 Год назад
don't need to use device id? how can i modify?
@teixeira3021
@teixeira3021 Год назад
I'm trying to communicate modbus tcp gateway with the ATV320 SCHNEIDER and using AIO, but it can't exchange data. How can I do it?
@philmiller39
@philmiller39 Год назад
@@teixeira3021 you may need to set the node address of the serial device to 0.
@justinpuzak2558
@justinpuzak2558 8 месяцев назад
I know it says ControlLogix in the title of the video. I just want to 100% confirm. Can a ControlLogix PLC utilize this ModbusTCP AOI? My application is not using a Compactlogix.
@TimWilborne
@TimWilborne 8 месяцев назад
Yes, just set up a Controllogix using it at the training center today.
Далее
All You need to know about Modbus TCP
9:25
Просмотров 212 тыс.
What is Modbus and How does it Work?
8:58
Просмотров 1,7 млн
Understanding Modbus Serial and TCP IP
12:07
Просмотров 128 тыс.
Sinking and Sourcing PLC Inputs with PNP NPN Sensors
17:31
АЙФОН Г0ВН0
0:54
Просмотров 2 млн