Metering & Power Quality
Schneider Electric support forum about Power Meters (ION, PowerTag, PowerLogic) and Power Quality from design, implementation to troubleshooting and more.
Link copied. Please paste this link to share this article on your social media post.
Hello,
several customers to who we present PM8000 are asking for the possibility to view the alarms (active/historical) via the internal web pages.
Is there a possibility via "Custom Web Pages" to realize this?
Link copied. Please paste this link to share this article on your social media post.
You can create your customer web page in fact this feature is common to many ION meters or meter that use ION Technology.
Link copied. Please paste this link to share this article on your social media post.
Hi Patrick
Right now I don't think there is the ability to add logged data information into the meter's webpages (there are instructions and sample webpages for doing real-time data and setup information described in the user manual and on the meter's internal FTP site).
The alarms shown on the display correspond to ION events that are triggered by specific ION modules (Setpoint, relative setpoint, digital input, sag/swell, disturbance analyzer) with an event priority of 64 or higher.
You can view your meter's event log over communications using ION Setup, which is a free configuration tool. Connect to your meter using ION Setup, and in the setup assistant go to Reports, and select the Meter Info tab. The Event log is one of the listed reports, and you can view/print/export to a file. There is also a Data Collection tab, which allows you to select a type of information and export it to an XML file.
Not as convenient as a webpage, but it is a way to view the related information over communications instead of through the display.
Hope this helps,
Alana
Link copied. Please paste this link to share this article on your social media post.
You can view certain alarm status via a web page, for example, "Over I a" ON or OFF but it is the current value of the boolean output of the setpoint module. Attached screen capture and sample html below.
<div class="content-fit">
<div class="accordion">
<h3 target="current-alarms">$%localizedString(Current Alarms)#$</h3>
<div id="current-alarms">
<table class="datatable">
<tr class="minor">
<td>$%localizedString(I a)#$ <span unitsreg="Over I a"></span></td>
<td regname="Over I a"></td>
</tr>
<tr class="minor">
<td>$%localizedString(I b)#$ <span unitsreg="Over I b"></span></td>
<td regname="Over I b"></td>
</tr>
<tr class="minor">
<td>$%localizedString(I c)#$ <span unitsreg="Over I c"></span></td>
<td regname="Over I c"></td>
</tr>
<tr class="minor">
<td>$%localizedString(I 4)#$ <span unitsreg="Over I 4"></span></td>
<td regname="Over I 4"></td>
</tr>
</table>
</div>
<h3 target="sample-energy">$%localizedString(Energy Readings)#$</h3>
<div id="sample-energy">
<table class="datatable">
<tr>
<th> </th>
<th>$%localizedString(Present)#$</th>
</tr>
<tr>
<td>$%localizedString(Active Energy)#$ <span unitsreg="kWh del-rec"></span></td>
<td regname="kWh del-rec"></td>
</tr>
<tr>
<td>$%localizedString(Reactive Energy)#$ <span unitsreg="kVARh del-rec"></span></td>
<td regname="kVARh del-rec"></td>
</tr>
</table>
</div>
</div>
<script type="text/javascript">
instantaneousReadings.initInstantaneousReadings('current-alarms');
</script>
</div>
Link copied. Please paste this link to share this article on your social media post.
Hi Art,
I am using the web page of firmware 1.3.01 but did not see the "Alarm" at same PM8000 web page.
How did you having that?
By the way, is any possible to acknowledge the PM8000 alaem from either remote web page or framework ?
Thanks,
Link copied. Please paste this link to share this article on your social media post.
It is a custom web page uploaded to the Monitoring folder via FTP. There are instructions in the user manual on how to add custom web pages.
Posted: 2017-06-23 09:58 AM
Link copied. Please paste this link to share this article on your social media post.
Hi Art,
I access web page of PM 8000. But it require type User and Password.
Can you give me User and Password of PM 8000 when access in web page
Thanks Art
Link copied. Please paste this link to share this article on your social media post.
8000
0
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.