9/29/2023 10:13 AM | |
Joined: 4/10/2018 Last visit: 12/25/2024 Posts: 44 Rating: (1) |
My Application is Foil Winding Machine and I have following Hardware: S7 1217 DC/DC/DC 6ES7217-1AG40-0XB0 4 DI/DQ modules 16DI/16DQ 2 Modules 16DI 1 Module 4AI/2AQ 1 Modules CM 1241 RS422/RS485 I Need to Control 7 VFD via Modbus RTU and also control the tension of 5 motors with 5 dancers so I will use 5 PID Loops in cycling interrupt OB at the same time. the question is that can my CPU handle all these kind of communication with 5 PID loops and handle all these numbers of 100DI/64DQ Your feedback will be highly appreciated. |
9/29/2023 10:37 AM | |
Joined: 9/23/2005 Last visit: 1/21/2025 Posts: 4395 Rating: (1464)
|
Hi, In general terms, I would say there is a good chance it will fit, but you need to look at the details. Examples:
|
Denilson Pegaia |
|
This contribution was helpful to1 thankful Users |
9/29/2023 11:00 AM | |
Joined: 4/10/2018 Last visit: 12/25/2024 Posts: 44 Rating: (1) |
A lot of thanks for your feedback, related to 7 Modbus Communication, do you think my CM 1241 will be enough to handle 7 VFD's at same time, here i need to control these drives (on/off based on working situation with required frequency commands as will as read dive status and data), is it enough with 1 CM 1241 or you suggest to have another communication resource (e.g. another CB 1241 on the CPU), does adding another resources will affect the execution time of CPU ??
|
9/29/2023 6:11 PM | |
Joined: 7/7/2010 Last visit: 1/21/2025 Posts: 15549 Rating: (2465)
|
If your logic is written so it can smoothly transition from one MB VFD to another, and handles all exceptions your system can logically have in a way that prevents the COMMs from locking up, you can manage quite a few MB VFDs with a single CM1241. Of course, all the VFDs need to be daisy-chained on the modbus network. Of course, you need to be able to communicate with all the VFDs within the require time for whatever baud rate is being used so you do not get stuck waiting to send new requests before the previous responses have all been received - or timed out in the case of the last device on the MB network being offline. Note that if an intermediate VFD is powered off, the daisy chain of MB devices will fail beyond that VFD. If your process is naturally grouped with several VFDs can be off and other VFDs should still be operating, you may want to consider multiple CM1241's, one per VFD "grouping".
|
science guy |
|
This contribution was helpful to1 thankful Users |
9/29/2023 6:45 PM | |
Joined: 4/10/2018 Last visit: 12/25/2024 Posts: 44 Rating: (1) |
Thank you for your valuable feedback, just want a clarification on: "( Note that if an intermediate VFD is powered off, the daisy chain of MB devices will fail beyond that VFD. If your process is naturally grouped with several VFDs can be off and other VFDs should still be operating, you may want to consider multiple CM1241's, one per VFD "grouping")" how the communication will be affected once intermediate VFD is switched off? all modbus slaves are connected in parallel to the bus I am right? could you pls. explain more about this point. |
This contribution was helpful to1 thankful Users |
9/29/2023 7:59 PM | |
Joined: 7/7/2010 Last visit: 1/21/2025 Posts: 15549 Rating: (2465)
|
Modbus is a daisy-chain network topology. However, in my experience, _some_ VFDs when powered off will pull down the modbus network. Therefore, I consider that and try to avoid situations where that can be a serious problem. I have also seen many MB networks run flawlessly for years with one dead MB device in the midst of all the other MB devices. This is not the same for Profinet devices using a daisy-chain topology. If your experience with your particular MB devices is like the flawless MB network operation I've seen, then by all means, use and rely on it. Just keep in mind, there are some MB devices with bad failure modes out there and until you know for sure, you need to ask around (using your favorite chatbot, service rep, or other online resource) to see if that applies to any MB VFDs you are using. If the product family has been around for more than a year, they have likely addressed any bad failure modes with hardware revisions.
|
science guy |
|
This contribution was helpful to1 thankful Users |
Follow us on