Ask our Experts
Didn't find what you are looking for? Ask our experts!
Schneider Electric support forum about Power Meters (ION, PowerTag, PowerLogic) and Power Quality from design, implementation to troubleshooting and more.
Search in
Link copied. Please paste this link to share this article on your social media post.
Hello ION meter support:
I have ION8650 modbus master application, and when the communication between the two meters is lost, we want the master meter temporarily stop recording data for certain channels specifically Channels 1 and 4. But
I found even the input integrant is n/a, the integrator module still records 0. Is there a way to record an error or n/a in it?
Thanks
Leo
Link copied. Please paste this link to share this article on your social media post.
The Integrator module in ION architecture does not store “N/A” or error states, it always outputs a numeric value. When the input becomes invalid (N/A), the module substitutes 0 by design. There is no built-in option to make the integrator record “N/A” or an error code.
The Modbus Master module provides output registers such as Status or Unsuccessful Read, which can be used as logic inputs for the Data Recorder’s Record control. This allows you to stop recording when communication between the master and slave is lost. However, to apply this selectively, either for all channels or only specific channels, you will likely need separate Data Recorder modules.
So, here are the workarounds:
Freeze Integrator When Comms Fail
Log Error State Separately
Custom Framework
Best Regards,
-Mehran
L3 Expert Advanced metering
Link copied. Please paste this link to share this article on your social media post.
Thanks Mehran,
I created ART module: IF(S3,S1,S2). pass through good value when comm is good, output n/a when comm is lost. then R1 connect to data recorder.
(S3 to check comm status from Modbus master device module; S1 link to output of integrator, S2 link to n/a)
do you see any issue with it? I am not sure because never link ART module to data recorder directly.
Link copied. Please paste this link to share this article on your social media post.
You're welcome.
As previously mentioned, Data Recorder Module only can record Boolean or numeric type registers and if it is linked to any module that has N/A, as I tested for the time the link signal is N/A, you will see blank record:
In this case, as stated previously, if you need an “N/A” representation, you can define a special code (e.g., -9999) in one of the channels of the Arithmetic Module when communications fail.
Best Regards,
-Mehran
L3 Expert Advanced metering
Link copied. Please paste this link to share this article on your social media post.
Is there any potential risk/issue of linking ART module to data recorders directly? like it probably causes issue when downloading HHF files with ION Setup as it links interval integrator values to cumulative
Link copied. Please paste this link to share this article on your social media post.
Hello @Chen-Leo_Liang ,
Maybe, hhf files include a 'total' reading that is used to validate the interval data. If the label from the ART module matches the correct label, ION Setup can know what integrator to use to get the total reading. The next question is if the integrator is still accumulating while the N/A is being recorded, you may see mismatches in validation.
The details of the configuration could possible make things work or maybe cause problems with HHF.
Regards,
Charles
You’ve reached the end of your document
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.