Fieldbus vs XML Message

ahuberee

Member
Join Date
Jun 2015
Location
Atlanta
Posts
15
Believe me, I know there is a HUGE difference in the types. However, I need a clear way to explain to C-Level types what the benefits of using Fieldbus are. We have a conveyor processing up to 4 or 5 boxes per second. We have two systems, one moving the boxes, another system apply some process to the box. This "process" needs to know in real-time, the type of box in order to set up process and collecting information for each box. These guys seem to think that we can have a central server collecting information from the conveyor using <SOAP> (XML) and then send it to the processing controller.

Explain to me in C-Level (non-engineer) terms, why the benefits of Fieldbus in this application.


Edit: Additionally, we will likely need many pieces of information from this conveyor system.
 
Believe me, I know there is a HUGE difference in the types. However, I need a clear way to explain to C-Level types what the benefits of using Fieldbus are. We have a conveyor processing up to 4 or 5 boxes per second. We have two systems, one moving the boxes, another system apply some process to the box. This "process" needs to know in real-time, the type of box in order to set up process and collecting information for each box. These guys seem to think that we can have a central server collecting information from the conveyor using <SOAP> (XML) and then send it to the processing controller.

Explain to me in C-Level (non-engineer) terms, why the benefits of Fieldbus in this application.


Edit: Additionally, we will likely need many pieces of information from this conveyor system.

The simple version is that they can go hand in hand, and they solve different problems: deterministic cyclic data and acyclic data.

You need a fieldbus to communicate cyclically between the PLC and the IO. This communication often needs to be fast (low latency, every 10 ms or less), but each message is a small amount of data (Less than 100 bytes). You also need to know quickly if the communication is failing. Part of it also is simply inertia, it's what everyone does. Have you ever heard of a drive or an IO block supporting SOAP directly?

Acyclic methods (like SOAP), allow you to collect large amounts of information on an as needed basis. You might only need to grab data every 10 seconds, but it might be 10,000 data points.

Focus on the determinism, the high update rates, and possibly also failsafe rated data (do you need to share e-stops between machines?). Depending on what you're doing, though, it might work with an IT protocol like SOAP or OPC as well. It just depends how often you need to talk.
 
Last edited:

Similar Topics

Anyone know of a cheap foundation fieldbus communicator? Something like the USB 8486 H1, but one that does not cost $3k? Thanks, Trevor EDIT: I...
Replies
3
Views
104
Hello, Does anyone know how to export the EDD files for a device in DeltaV Explorer 12.3? I can export the .fhx, but I have no idea how to get...
Replies
8
Views
129
Does anyone have any recommendations for Electronic Circuit Breakers with 0V Terminals built-in and Fieldbus (IO-LINK, MODBUS TCP, EtherNet/IP?)...
Replies
2
Views
190
Hi all this is bit ot but here goes.. What kinda fieldbus you use / would use if youre going to build new installations on youre process.. Is...
Replies
24
Views
4,339
Hello! First post here! Trying to commission a Danfoss FC302 frequency converter (with option A MCA121 EthernetIP-card) connected to ABB AC800M...
Replies
3
Views
1,252
Back
Top Bottom