TL;DR:
Does anyone know where the error is in EnoServ’s code for the meter test for an SEL-851 in RTS?
Longer Explanation:
First time testing an SEL-851 Feeder Protection Relay. Element testing is easy, the customer is only using a single element each for 51P and 51N. My problem is with the meter test. I know my connections are correct because I can use manual control to push voltages and currents to the relay and it reads exactly what I would expect for magnitude and angle. I am certain there is an error in EnoServ’s code on the Parameters tab of the Meter Test, I just can’t find what it is.
Code Snippets:
I found an error right off the bat because it completely tanked the meter test.
CTR=CTP.RAT
PTR=VTP.RAT
IM$ = "Magnitude (A""
MW$ = "(kW)"
MV$ = "(kVAR)"
Which I corrected to:
CTR=CTP.RAT
PTR=VTP.RAT
IM$ = "Magnitude (A)"
MW$ = "(kW)"
MV$ = "(kVAR)"
This got the meter test to actually run instead of erroring out, but now the results of RTS reading the METER.TXT file are all zeros for the current, zero for PhA and PhB Voltage, and the actual value for PhC Voltage.
To state it again, I can use manual control from RTS to push the same voltage & current as the meter test and the front panel of the relay displays the expected values of current, voltage, MW, MVAR, and MVA. Thus, the connects are correct, the test set puts out the correct values, the relay sees the correct values, but RTS is somehow failing to read the METER.TXT file correctly.