Sie sind auf Seite 1von 1

Transcription

1 Hands-On RTAC Session Tag Processor Exercise Figure 1 Connection Diagram Tag Processor in the
RTAC In the DNP3 Server and Introduction to the Tag Processor Exercise, the Tag Processor was
introduced as a simple mapping tool to move tag data between intelligent electronic devices (IEDs). The
Tag Processor can also be used to perform simple calculations, such as analog scaling and complex IEC
calculations. It can be used to perform conditional statements using IEC logic expressions. It also can log
and alarm changes in the states of tag values. In addition, there are a number of special Tag Processor
functions that can be found in Section 3 of the ACSELERATOR RTAC SEL-5033 Software Instruction
Manual. This exercise will explore some of these functions. Exercise Step 1. Scale the value of
Control_Center_DNP.AI_0008 that references a phase-to-phase voltage by dividing by 1000 to report it in
kv. To perform this calculation, you must use the real value in the magnitude portion of the tag type
measured value (MV). Figure 2 Perform Simple Calculation Tag Processor Exercise Page 1 of

2 Step 2. Perform the same scaling operation on the other two voltages, but this time, use the
SCALE_MV Tag Processor function. Use a ceiling of and a floor of 0, with no offset in the function. The
SCALE_MV function scales the instmag using the following input parameters: IN : MV SCALE : REAL
OFFSET : REAL CEILING : REAL FLOOR : REAL The output returns the following modified MV tags:
instmag is the result of (* Calculate the scaling *) SCALE_MV.instCVal.mag:= IN.instMag * SCALE +
OFFSET; (* Check for ceiling and floor *) IF SCALE_MV.instMag > CEILING THEN
SCALE_MV.instMag := CEILING; END_IF IF SCALE_MV.instMag < FLOOR THEN
SCALE_MV.instMag := FLOOR; END_IF t is the time of IN q is the quality of IN Figure 3 SCALE_MV
Function Tag Processor Exercise Page 2 of

3 Step 3. Use the SCALE_MV function to report Feeder_1 kw, kvar, and kva to
Control_Center_DNP.AI_0004, Control_Center_DNP.AI_0006, and Control_Center_DNP.AI_0007. Step 4.
Figure 4 SCALE_MV Function Use Control_Center_DNP.AI_0012 as the destination tag to provide total
power factor, using P and Q. Calculate power factor with the formula COS(ATAN(VAR/W)):
COS(ATAN(Feeder_1_SEL.FM_INST_Q.instMag/Feeder_1_SEL.FM_INST_P.instMag)) Figure 5 Power
Factor Calculation Tag Processor Exercise Page 3 of

4 Step 5. Use Control_Center_DNP.BI_0029 as the destination tag to provide the results of an OR


expression of Feeder_1_SEL.FM_INST_PB5A_LED and Feeder_1_SEL.FM_INST_PB6A_LED. The OR
function must be performed on the stval attribute of the tag, not on the entire SPS structure. Step 6.
Figure 6 Tag Processor OR Statement Use Control_Center_DNP.BI_0030 as the destination tag to
provide the results of an OR expression of Feeder_1_SEL.FM_INST_PB7A_LED and
Feeder_1_SEL.FM_INST_PB8A_LED. This time, use the OR_SPS function in the Tag Processor. The
OR_SPS function performs a logical OR on the stval of two SPS tags using the following inputs: IN1, IN2 :
SPS. The output returns a modified SPS tag as follows: stval is the result of IN1.stVal OR IN2.stVal time is
the most recent time between the two input SPS tags q is the result of an OR operation on each quality bit
between the two SPS tags to reflect the worst case Figure 7 Tag Processor OR_SPS Function Tag
Processor Exercise Page 4 of

5 Step 7. The Tag Processor can also be used to log the status point changes. Change the view by right-
clicking on Drag a column header here to group by that column (shown near the top of Figure 8) and
selecting the Logging view. You can also change the Tag Processor view from the Options button on the
top right-hand corner of the Tag
C:\Users\Kibwe\Desktop\psd Processor window. Append a few more lines, creating a logger
ttec\1psd\manuals\Papers\prot_\Research\sel\ACSELERATOR® function
Architect
SEL-5032 Software.mht

http://www.selinc.com/sel-lit.htm

Das könnte Ihnen auch gefallen