User Manual
Appendix E
GFK-2849A
Oct 2019
Protocol Implementation extra Information for Testing (PIXIT)
134
Description
Value / Clarification
The PPV set that gets created automatically in
the RX3i controller project for the above IEC
61850 variable:
a)
S8_Dev_DevF650.auxPTOV2_PTOV
Ena.setVal_SP.WRITEVal
b)
S8_Dev_DevF650.auxPTOV2_PTOV
Ena.setVal_SP.WRITECmd
c)
S8_Dev_DevF650.auxPTOV2_PTOV
Ena.setVal_SP.WRITERslt
d)
S8_Dev_DevF650.auxPTOV2_PTOV
Ena.setVal_SP.ReadVal
WRITE Operation with PPV
If the user has to write a value to such a
writable data attribute, then the following
steps need to be executed in the RX3i
controller logic using Machine Edition:
1.
Step1: Write value to be written to device
in the PPV with extension (†.WRITEVal).
e.g.
S8_Dev_DevF650.auxPTOV2_PTOVEna.se
tVal_SP.WRITEVal
2.
Step2: Issue a transition from “0” to “1” in
the PPV with extension
(†.WRITECmd) to
trigger the transfer of written value in
step#1 to the IED.
e.g.
S8_Dev_DevF650.auxPTOV2_PTOVEna.se
tVal_SP.WRITECmd
3.
Step3: Check the PPV with extension
(†.WRITERslt) for success (1).
e.g.
S8_Dev_DevF650.auxPTOV2_PTOVEna.se
tVal_SP.WRITERslt
[ WRITERslt > 0, it returns IEC61850
AddCause
WRITERslt < 0 internal error code as
below:
-
1, wrong parameter in (†.WRITEVal)
-2, driver not loaded
-3, write command cannot be issued (e.g.
not valid server)]
4.
Step4: Check that the written value has
been updated in device by reading the PPV
with extension (†.ReadVal)
e.g.
S8_Dev_DevF650.auxPTOV2_PTOVEna.se
tVal_SP.ReadVal