Schneider Electric support forum about Power Meters (ION, PowerTag, PowerLogic) and Power Quality from design, implementation to troubleshooting and more.
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
2017-08-2402:09 PM
Modbus Event Log framework
Is it possible to expose some kind of event or SER log to Modbus in an ION meter (7650 and PM8000)? In the simplest form, my customer would like to have Modbus registers to store the state and timestamp of the latest event on a digital input. Ideally, this data would also FIFO out.
I tried to link Store Modules to record on the input change, but it seems they do not handle high-speed inputs. Has anyone implemented this another way? Can the onboard event log be exposed to Modbus directly?
Link copied. Please paste this link to share this article on your social media post.
2017-08-3006:18 PM
As I remember DI will update output when there is change at input 1 cycle the store module then store status in very brief period of time but the polling of the host to the Modbus point will take longer time depends on Modbus polling interval setting.
More important Modbus does not support timestamp as I remember.
I did similar thing using DNP 3.0 with "event with time" point setting(ION8800).
Link copied. Please paste this link to share this article on your social media post.
2017-09-1205:37 AM
Thanks! The customer required the timestamp addition. I think we're going to use a Data Recorder Module to log change-of-state on the inputs, which can be read over Modbus. This is more complicated, but it passes the spec requirement.