Technical Note #21: Downloading Parameters To The EPM 3710
Technical Note #21: Downloading Parameters To The EPM 3710
htm
GE ED&C Home | Search ED&C | GE ED&C Power Management Home | GE ED&C PMCS Home
Note that since the value of the password is set by the user, the system will need to
know this password. One way to handle this is to select a permanent value for the
password and include it in the InTouch command. This is what is done in the
examples below.
InTouch programming:
1 of 3
GE PMCS Tech note# 21 http://genet.edc.ge.com/systems/Technote/note21.htm
TopicName_PACKET_PASSWORD = 0;
TopicName_RESET_HR_COUNTER = 1;
where "TopicName" is the name of the device and "0" is the password of the device.
Note that the "1" in the second line is to reset KWH. "2" would reset KVARH and
"3" would reset both. These two commands will need to be created for each meter to
be reset.
TopicName_PACKET_PASSWORD = 0;
TopicName_RESET_INTEGRATOR = 1;
where "TopicName" is the name of the device and "0" is the password of the device.
These two commands will need to be created for each meter to be reset.
TopicName_PACKET_PASSWORD = 0;
TopicName_RESET_MINMAX = 1;
where "TopicName" is the name of the device and "0" is the password of the device.
Note that any value could be used in place of the "1" in the second line. These two
commands will reset all minimum and maximum real time values and will need to be
created for each meter to be reset.
Condition:
$TimeString == "5:00:00 PM"
2 of 3
GE PMCS Tech note# 21 http://genet.edc.ge.com/systems/Technote/note21.htm
Condition Type:
On True
Script:
TopicName_PACKET_PASSWORD = 0;
TopicName_RESET_MINMAX = 1;
Notes
If multiple automatic downloads are desired for the same meter at the same time,
additional Condition Action Scripts should be implemented. The $TimeString
condition should be set to run at least one second later than the first script.
The $TimeString tag will contain the time in the same format set in the WIN.INI file.
It is not recommended to use the WWPOKE function for resetting registers. Because
the DDE link is created and terminated each time this function is called, it is
inefficient. This inefficiency is likely to cause Assertion Errors and possibly crash
the server.
Keywords
Related Notes
none.
Search ED&C| GE home page| GE news| GE business finder| GE products & services
3 of 3