EcoStruxure IT forum
A support forum for Data Center Operation, Data Center Expert, and EcoStruxure IT product users to share knowledge on installation, configuration, and general product use.
Posted: 2020-07-04 04:15 AM
This question was originally posted on DCIM Support by Yang Gao on 2018-01-24
Suppose there are 10 slave MODBUS devices off a common gateway device such as a power meter.
Which of the following methods that DCE uses to get data from each device?
1, DCE establishes TCP/IP communication with gateway and get data from all slave devices and then close communication
2, DCE establishes TCP/IP communication with gateway and get data from one slave device and then close the communication. Do the same thing for next slave device.
(CID:128067851)
Posted: 2020-07-04 04:15 AM
This answer was originally posted on DCIM Support by Steven Marchetti on 2018-01-24
Hi Yang Gao,
If you'll notice the differences in discovery between SNMP and Modbus, you'll see that SNMP can discover groups of devices while Modbus discoveries are for just a single unit. That discovery includes the user specifying the IP of the gateway, the slave address of the device, and the DDF to be used for the individual device.
This is done because SNMP devices have vendor and device specific information built in and every device and manufacturer uses different SNMP OIDs. In Modbus, every device can use the same Modbus registers which makes it impossible to discover devices en-mass.
Subsequent polls for any device is specific to that device. You can have comm with one device on a gateway and no comm on another (assuming a device issue rather than a gateway issue).
To answer your question directly, it's more like #2. I can't say however if there are multiple threads or each individual devices is queued up behind the first. That also would not be specific to a gateway/IP, that would just be the background process.
Steve
(CID:128067856)
Posted: 2020-07-04 04:15 AM
This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.
Create your free account or log in to subscribe to the forum - and gain access to more than 10,000+ support articles along with insights from experts and peers.