User Manual
Appendix E
GFK-2849A
Oct 2019
Protocol Implementation extra Information for Testing (PIXIT)
147
Description
Value / Clarification
b.
S4_SR350_DevSR350.XCBR1_Pos.SBOw_c
tlVal_CO.SELECTCmd
c.
S4_SR350_DevSR350.XCBR1_Pos.SBOw_c
tlVal_CO.SELECTSts
d.
S4_SR350_DevSR350.XCBR1_Pos.SBOw_c
tlVal_CO.SELECTRslt
e.
S4_SR350_DevSR350.XCBR1_Pos.SBOw_c
tlVal_CO.ReadVal
<additional items>
SELECT operation on PPV
If the user has to write a value to such a
writable data attribute, then the following
steps needs to be execute in RX3i controller
logic:
1.
Step1: Write value to be written to device
in the PPV with extension (†.SELECTVal).
e.g.
S4_SR350_DevSR350.XCBR1_Pos.SBOw_c
tlVal_CO.SELECTVal
2.
Step2: Provide a tran
sition from “0” to “1”
in the PPV with extension (†.SELECTCmd)
to trigger the transfer of written value to
the IED.
e.g.
S4_SR350_DevSR350.XCBR1_Pos.SBOw_c
tlVal_CO.SELECTCmd
3.
Step3: Check the PPV with extension
(†.SELECTSts) for status code.
e.g.
S4_SR350_DevSR350.XCBR1_Pos.SBOw_c
tlVal_CO.SELECTSts
[SELECTSts returns code:
0: BUSY
1: DONE
2: ERROR ]
4.
Step4: Check the PPV with extension
(†.SELECTRslt) for success (1).
e.g
S4_SR350_DevSR350.XCBR1_Pos.SBOw_c
tlVal_CO.SELECTRslt
[ SELECTRslt > 0, it returns IEC 61850
AddCause
SELECTRslt < 0 internal error code:
-1, wrong pa
rameter in (†.SELECTVal)
-2,driver not loaded
-3, write command cannot be issued
(e.g. not valid server)]