[fix]去掉数据库的结构文件, 不然回复的时候会出错,提示重复建表

This commit is contained in:
shijianquan 2025-09-09 18:04:17 +08:00
parent ed7e5d85db
commit b9ffc66a0b
776 changed files with 0 additions and 85943 deletions

View File

@ -1,61 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by wen (xj) -->
<!--W3C Schema for SCL language version 1 (CDV6) 2002-06-20 -->
<xs:schema targetNamespace="http://www.iec.ch/61850/2003/SCL" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iec.ch/61850/2003/SCL" xmlns:scl="http://www.iec.ch/61850/2003/SCL" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
<xs:annotation>
<xs:documentation>COPYRIGHT IEC,2003.Version 1.0.Release 2003/09/19(Uncommented)</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="SCL_SubStation.xsd"/>
<xs:include schemaLocation="SCL_IED.xsd"/>
<xs:include schemaLocation="SCL_Communication.xsd"/>
<xs:include schemaLocation="SCL_DataTypeTemplates.xsd"/>
<xs:element name="SCL">
<xs:complexType>
<xs:complexContent>
<xs:extension base="tBaseElement">
<xs:sequence>
<xs:element name="Header" type="tHeader">
<xs:unique name="uniqueHitem">
<xs:selector xpath="./scl:History/scl:Hitem"/>
<xs:field xpath="@version"/>
<xs:field xpath="@revision"/>
</xs:unique>
</xs:element>
<xs:element ref="Substation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Communication" minOccurs="0"/>
<xs:element ref="IED" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="DataTypeTemplates" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:unique name="uniqueSubstation">
<xs:selector xpath="./scl:Substation"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:key name="IEDKey">
<xs:selector xpath="./scl:IED"/>
<xs:field xpath="@name"/>
</xs:key>
<xs:key name="LNodeTypeKey">
<xs:selector xpath="./scl:DataTypeTemplates/scl:LNodeType"/>
<xs:field xpath="@id"/>
<xs:field xpath="@lnClass"/>
</xs:key>
<xs:keyref name="ref2LNodeTypeDomain1" refer="LNodeTypeKey">
<xs:selector xpath="./scl:IED/scl:AccessPoint/scl:LN"/>
<xs:field xpath="@lnType"/>
<xs:field xpath="@lnClass"/>
</xs:keyref>
<xs:keyref name="ref2LNodeTypeDomain2" refer="LNodeTypeKey">
<xs:selector xpath="./scl:IED/scl:AccessPoint/scl:Server/scl:LDevice/scl:LN"/>
<xs:field xpath="@lnType"/>
<xs:field xpath="@lnClass"/>
</xs:keyref>
<xs:keyref name="ref2LNodeTypeLLN0" refer="LNodeTypeKey">
<xs:selector xpath="./scl:IED/scl:AccessPoint/scl:Server/scl:LDevice/scl:LN0"/>
<xs:field xpath="@lnType"/>
<xs:field xpath="@lnClass"/>
</xs:keyref>
</xs:element>
</xs:schema>

View File

@ -1,41 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by wen (xj) -->
<!--W3C Schema for SCL language version 1 (CDV6) 2002-06-20 -->
<xs:schema targetNamespace="http://www.iec.ch/61850/2003/SCL" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iec.ch/61850/2003/SCL" xmlns:scl="http://www.iec.ch/61850/2003/SCL" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
<xs:annotation xml:lang="en">
<xs:documentation>COPYRIGHT IEC,2003.Version 1.0.Release 2003/09/19(Uncommented)</xs:documentation>
</xs:annotation>
<xs:simpleType name="tRef">
<xs:restriction base="xs:normalizedString">
<xs:pattern value=".+/.+/.+/.+"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tAnyName">
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
<xs:simpleType name="tName">
<xs:restriction base="tAnyName">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tRestName">
<xs:restriction base="xs:Name">
<xs:pattern value="[\d,\p{L}]"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tRestrName1stU">
<xs:restriction base="xs:Name">
<xs:pattern value="\p{Lu}[\d,\p{L}]*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tRestrName1stL">
<xs:restriction base="xs:Name">
<xs:pattern value="\p{Ll}[\d,\p{L}]*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tPAddr">
<xs:restriction base="xs:normalizedString">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>

View File

@ -1,46 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- 编辑使用 XMLSpy v2006 U (http://www.altova.com) 由 any (any) -->
<xs:schema xmlns="http://www.iec.ch/61850/2006/SCL" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.iec.ch/61850/2006/SCL" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.4">
<xs:annotation>
<xs:documentation xml:lang="en">COPYRIGHT IEC, 2005. Version 1.4. Release 2005/09/11.</xs:documentation>
</xs:annotation>
<xs:simpleType name="tRef">
<xs:restriction base="xs:normalizedString">
<xs:pattern value=".+/.+/.+/.+"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tAnyName">
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
<xs:simpleType name="tName">
<xs:restriction base="tAnyName">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tRestrName">
<xs:restriction base="xs:Name">
<xs:pattern value="[\d,\p{L}]+"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tRestrLdName">
<xs:restriction base="xs:Name">
<xs:maxLength value="64"/>
<xs:pattern value="\p{L}[\d,\p{L}]*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tRestrName1stU">
<xs:restriction base="xs:Name">
<xs:pattern value="\p{Lu}[\d,\p{L}]*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tRestrName1stL">
<xs:restriction base="xs:Name">
<xs:pattern value="\p{L}[\d,\p{L}]*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tPAddr">
<xs:restriction base="xs:normalizedString">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>

View File

@ -1,160 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 rel. 3 sp1 (http://www.altova.com) by wdx (EMBRACE) -->
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by wen (xj) -->
<!--W3C Schema for SCL language version 1 (CDV6) 2002-06-20 -->
<xs:schema xmlns="http://www.iec.ch/61850/2003/SCL" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:scl="http://www.iec.ch/61850/2003/SCL" targetNamespace="http://www.iec.ch/61850/2003/SCL" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
<xs:annotation>
<xs:documentation>COPYRIGHT IEC,2003.Version 1.0.Release 2003/09/19(Uncommented)</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="SCL_Enums.xsd"/>
<xs:attributeGroup name="agDesc">
<xs:attribute name="desc" type="xs:normalizedString" use="optional"/>
</xs:attributeGroup>
<xs:complexType name="tBaseElement" abstract="true">
<xs:sequence>
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Text" type="tText" minOccurs="0"/>
<xs:element name="Private" type="tPrivate" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
<xs:complexType name="tUnNaming" abstract="true">
<xs:complexContent>
<xs:extension base="tBaseElement">
<xs:attributeGroup ref="agDesc"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tNaming" abstract="true">
<xs:complexContent>
<xs:extension base="tBaseElement">
<xs:attribute name="name" type="tName" use="required"/>
<xs:attributeGroup ref="agDesc"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tIDNaming" abstract="true">
<xs:complexContent>
<xs:extension base="tBaseElement">
<xs:attribute name="id" type="tName" use="required"/>
<xs:attributeGroup ref="agDesc"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tAnyContentFromOtherNamespace" abstract="true" mixed="true">
<xs:annotation>
<xs:documentation xml:lang="en">An element of this type can contain text mixed with elements from another namespace that this target namespace(but they must be defined in a namespace).Attributes from other namespaces than this target namespace are also allowed</xs:documentation>
</xs:annotation>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:any namespace="##other" processContents="lax"/>
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
<xs:complexType name="tText" mixed="true">
<xs:annotation>
<xs:documentation xml:lang="en">Allows an unrestricted mixture of character content and element content and attributes from any namespace other than the target namespace</xs:documentation>
</xs:annotation>
<xs:complexContent mixed="true">
<xs:extension base="tAnyContentFromOtherNamespace">
<xs:attribute name="source" type="xs:anyURI" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tPrivate" mixed="true">
<xs:annotation>
<xs:documentation xml:lang="en">Allows an unrestricted mixture of character content and element and attributes from any namespace other than the target namespace,along with an optional Type attribute.</xs:documentation>
</xs:annotation>
<xs:complexContent mixed="true">
<xs:extension base="tAnyContentFromOtherNamespace">
<xs:attribute name="type" type="xs:normalizedString" use="optional"/>
<xs:attribute name="source" type="xs:anyURI" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tHeader">
<xs:sequence>
<xs:element name="Text" type="tText" minOccurs="0"/>
<xs:element name="History" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Hitem" type="tHitem" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="xs:normalizedString" use="required"/>
<xs:attribute name="version" type="xs:normalizedString"/>
<xs:attribute name="revision" type="xs:normalizedString"/>
<xs:attribute name="toolID" type="xs:normalizedString"/>
<xs:attribute name="nameStructure" use="required">
<xs:simpleType>
<xs:restriction base="xs:Name">
<xs:enumeration value="FuncName"/>
<xs:enumeration value="IEDName"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="tHitem" mixed="true">
<xs:annotation>
<xs:documentation xml:lang="en">Allows an unrestricted mixture of character content and element content and attributes from any namespace other than the target namespace,along with 6 following attributes:Version,Revision,When,Who,What,and Why</xs:documentation>
</xs:annotation>
<xs:complexContent mixed="true">
<xs:extension base="tAnyContentFromOtherNamespace">
<xs:attribute name="version" type="xs:normalizedString" use="required"/>
<xs:attribute name="revision" type="xs:normalizedString" use="required"/>
<xs:attribute name="when" type="xs:normalizedString" use="required"/>
<xs:attribute name="who" type="xs:normalizedString"/>
<xs:attribute name="what" type="xs:normalizedString"/>
<xs:attribute name="why" type="xs:normalizedString"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tVal">
<xs:simpleContent>
<xs:extension base="xs:normalizedString">
<xs:attribute name="sGroup" type="xs:unsignedInt" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tValueWithUnit">
<xs:simpleContent>
<xs:extension base="xs:decimal">
<xs:attribute name="unit" type="tSIUnitEnum" use="required"/>
<xs:attribute name="multiplier" type="tUnitMultiplierEnum" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tVoltage">
<xs:simpleContent>
<xs:restriction base="tValueWithUnit">
<xs:attribute name="unit" type="tSIUnitEnum" use="required" fixed="V"/>
<xs:attribute name="multiplier" type="tUnitMultiplierEnum" use="optional"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tBitRateInMbperSec">
<xs:simpleContent>
<xs:restriction base="tValueWithUnit">
<xs:attribute name="unit" type="tSIUnitEnum" use="required" fixed="b/s"/>
<xs:attribute name="multiplier" type="tUnitMultiplierEnum" use="optional" fixed="M"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tDurationInSec">
<xs:simpleContent>
<xs:restriction base="tValueWithUnit">
<xs:attribute name="unit" type="tSIUnitEnum" use="required" fixed="s"/>
<xs:attribute name="multiplier" type="tUnitMultiplierEnum" use="optional"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tDurationInMilliSec">
<xs:simpleContent>
<xs:restriction base="tValueWithUnit">
<xs:attribute name="unit" type="tSIUnitEnum" use="required" fixed="s"/>
<xs:attribute name="multiplier" type="tUnitMultiplierEnum" use="optional" fixed="m"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
</xs:schema>

View File

@ -1,278 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by wen (xj) -->
<!--W3C Schema for SCL language version 1 (CDV6) 2002-06-20 -->
<xs:schema targetNamespace="http://www.iec.ch/61850/2003/SCL" xmlns:scl="http://www.iec.ch/61850/2003/SCL" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iec.ch/61850/2003/SCL" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
<xs:annotation>
<xs:documentation>COPYRIGHT IEC,2003.Version 1.0.Release 2003/09/19(Uncommented)</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="SCL_BaseTypes.xsd"/>
<xs:complexType name="tControlBlock" abstract="true">
<xs:annotation>
<xs:documentation xml:lang="en">A control block within a Logical Device(in LLN0)</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element name="Address" type="tAddress" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="ldInst" type="tName" use="required"/>
<xs:attribute name="cbName" type="tName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tCommunication">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element name="SubNetwork" type="tSubNetwork" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSubNetwork">
<xs:complexContent>
<xs:extension base="tNaming">
<xs:sequence>
<xs:element name="BitRate" type="tBitRateInMbperSec" minOccurs="0"/>
<xs:element name="ConnectedAP" type="tConnectedAP" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="type" type="xs:normalizedString" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The bus protocol types are defined in IEC 61850 Part 8 and 9</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tConnectedAP">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element name="Address" type="tAddress" minOccurs="0"/>
<xs:element name="GSE" type="tGSE" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="SMV" type="tSMV" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="PhysConn" type="tPhysConn" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="iedName" type="tName" use="required"/>
<xs:attribute name="apName" type="tName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tAddress">
<xs:sequence>
<xs:element name="P" type="tP" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="tGSE">
<xs:complexContent>
<xs:extension base="tControlBlock">
<xs:sequence>
<xs:element name="MinTime" type="tDurationInMilliSec" minOccurs="0"/>
<xs:element name="MaxTime" type="tDurationInMilliSec" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSMV">
<xs:complexContent>
<xs:extension base="tControlBlock"/>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tPhysConn">
<xs:sequence>
<xs:element name="P" type="tP" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="type" type="xs:normalizedString" use="required"/>
</xs:complexType>
<xs:complexType name="tP">
<xs:simpleContent>
<xs:extension base="tPAddr">
<xs:attribute name="type" type="tPTypeEnum" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_IP">
<xs:annotation>
<xs:documentation xml:lang="en">A TCP/IP address</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="tP">
<xs:pattern value="[0-2]?\d{1,2}\.[0-2]?\d{1,2}\.[0-2]?\d{1,2}\.[0-2]?\d{1,2}"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IP"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_IP_SUBNET">
<xs:annotation>
<xs:documentation xml:lang="en">A subnet Mask for TCP/IP profiles</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="tP">
<xs:pattern value="[0-2]?\d{1,2}\.[0-2]?\d{1,2}\.[0-2]?\d{1,2}\.[0-2]?\d{1,2}"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IP-SUBNET"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_IP_GATEWAY">
<xs:annotation>
<xs:documentation xml:lang="en">A First Hop IP gateway address for TCP/IP profiles</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="tP">
<xs:pattern value="[0-2]?\d{1,2}\.[0-2]?\d{1,2}\.[0-2]?\d{1,2}\.[0-2]?\d{1,2}"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IP-GATEWAY"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_OSI-NSAP">
<xs:annotation>
<xs:documentation xml:lang="en">An OSI Network Address</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="tP">
<xs:maxLength value="40"/>
<xs:pattern value="[\d,A-F]+"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-NSAP"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_OSI-TSEL">
<xs:annotation>
<xs:documentation xml:lang="en">An OSI Transport Selector</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="tP">
<xs:maxLength value="8"/>
<xs:pattern value="[\d,A-F]+"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-TSEL"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_OSI-SSEL">
<xs:annotation>
<xs:documentation xml:lang="en">An OSI Session Selector</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="tP">
<xs:maxLength value="16"/>
<xs:pattern value="[\d,A-F]+"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-SSEL"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_OSI-PSEL">
<xs:annotation>
<xs:documentation xml:lang="en">An OSI Presentation Selector</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="tP">
<xs:maxLength value="16"/>
<xs:pattern value="[\d,A-F]+"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-PSEL"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_OSI-AP-Title">
<xs:annotation>
<xs:documentation xml:lang="en">An OSI ACSE AP Title value</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="tP">
<xs:pattern value="&#34;[\d,&#34;]+&#34;"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-AP-Title"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_OSI-AP-Invoke">
<xs:annotation>
<xs:documentation xml:lang="en">An OSI ACSE AP Invoke ID</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="tP">
<xs:maxLength value="5"/>
<xs:pattern value="\d+"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-AP-Invoke"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_OSI-AE-Qualifier">
<xs:annotation>
<xs:documentation>An OSI ACSE AE Qualifier</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="tP">
<xs:maxLength value="5"/>
<xs:pattern value="/d+"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-AE-Qualifier"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_OSI-AE-Invoke">
<xs:annotation>
<xs:documentation>An OSI ACSE AE Invoke</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="tP">
<xs:maxLength value="5"/>
<xs:pattern value="/d+"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-AE-Invoke"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_MAC-Address">
<xs:annotation>
<xs:documentation>A media Access Address value</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="tP">
<xs:minLength value="17"/>
<xs:maxLength value="17"/>
<xs:pattern value="[\d,A-F]{2}\-[\d,A-F]{2}\-[\d,A-F]{2}\-[\d,A-F]{2}\-[\d,A-F]{2}\-[\d,A-F]{2}"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="MAC-Address"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_APPID">
<xs:annotation>
<xs:documentation xml:lang="en">An Application Identifier</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="tP">
<xs:minLength value="4"/>
<xs:maxLength value="4"/>
<xs:pattern value="[\d,A-F]+"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="APPID"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_VLAN-PRIORITY">
<xs:annotation>
<xs:documentation>A VLAN User Priority</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="tP">
<xs:pattern value="[0-7]"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="VLAN-PRIORITY"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_VLAN-ID">
<xs:annotation>
<xs:documentation xml:lang="en">A VLAN-ID</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="tP">
<xs:minLength value="3"/>
<xs:maxLength value="3"/>
<xs:pattern value="[\d,A-F]"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="VLAN-ID"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:element name="Communication" type="tCommunication">
<xs:unique name="uniqueSubNetwork">
<xs:selector xpath="./scl:SubNetwork"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
</xs:schema>

View File

@ -1,168 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 rel. 3 sp1 (http://www.altova.com) by wdx (xj) -->
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by wen (xj) -->
<!--W3C Schema for SCL language version 1 (CDV6) 2002-06-20 -->
<xs:schema xmlns="http://www.iec.ch/61850/2003/SCL" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:scl="http://www.iec.ch/61850/2003/SCL" targetNamespace="http://www.iec.ch/61850/2003/SCL" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
<xs:annotation>
<xs:documentation>COPYRIGHT IEC,2003.Version 1.0.Release 2003/09/19(Uncommented)</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="SCL_BaseTypes.xsd"/>
<xs:attributeGroup name="agDATrgOp">
<xs:attribute name="dchg" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="qchg" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="dupd" type="xs:boolean" use="optional" default="false"/>
</xs:attributeGroup>
<xs:complexType name="tAbstractDataAttribute" abstract="true">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element name="Val" type="tVal" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="name" type="tAttributeNameEnum" use="required"/>
<xs:attribute name="sAddr" type="xs:normalizedString" use="optional"/>
<xs:attribute name="bType" type="tBasicTypeEnum" use="required"/>
<xs:attribute name="valKind" type="tValKindEnum" use="optional" default="Set"/>
<xs:attribute name="type" type="tAnyName" use="optional"/>
<xs:attribute name="count" type="xs:unsignedInt" use="optional" default="0"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tLNodeType">
<xs:complexContent>
<xs:extension base="tIDNaming">
<xs:sequence>
<xs:element name="DO" type="tDO" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="iedType" type="tAnyName" use="optional"/>
<xs:attribute name="lnClass" type="tLNClassEnum" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tDO">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:attribute name="name" type="tRestrName1stU" use="required"/>
<xs:attribute name="type" type="tName" use="required"/>
<xs:attribute name="accessControl" type="xs:normalizedString" use="optional"/>
<xs:attribute name="transient" type="xs:boolean" use="optional" default="false"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tDOType">
<xs:complexContent>
<xs:extension base="tIDNaming">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="SDO" type="tSDO"/>
<xs:element name="DA" type="tDA"/>
</xs:choice>
<xs:attribute name="iedType" type="tAnyName" use="optional"/>
<xs:attribute name="cdc" type="tCDCEnum" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSDO">
<xs:complexContent>
<xs:extension base="tNaming">
<xs:attribute name="type" type="tName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tDA">
<xs:complexContent>
<xs:extension base="tAbstractDataAttribute">
<xs:attributeGroup ref="agDATrgOp"/>
<xs:attribute name="fc" type="tFCEnum" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tDAType">
<xs:complexContent>
<xs:extension base="tIDNaming">
<xs:sequence>
<xs:element name="BDA" type="tBDA" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="iedType" type="tAnyName" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tBDA">
<xs:complexContent>
<xs:extension base="tAbstractDataAttribute"/>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tEnumType">
<xs:complexContent>
<xs:extension base="tIDNaming">
<xs:sequence>
<xs:element name="EnumVal" type="tEnumVal" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tEnumVal">
<xs:simpleContent>
<xs:extension base="xs:normalizedString">
<xs:attribute name="ord" type="xs:integer" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tDataTypeTemplates">
<xs:sequence>
<xs:element name="LNodeType" type="tLNodeType" maxOccurs="unbounded">
<xs:unique name="uniqueDOinLNodeType">
<xs:selector xpath="scl:DO"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
<xs:element name="DOType" type="tDOType" maxOccurs="unbounded">
<xs:unique name="uniqueDAinLDOType">
<xs:selector xpath="scl:DA"/>
<xs:field xpath="@name"/>
<xs:field xpath="@fc"/>
</xs:unique>
<xs:unique name="uniqueSDOinLDOType">
<xs:selector xpath="scl:SDO"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
<xs:element name="DAType" type="tDAType" minOccurs="0" maxOccurs="unbounded">
<xs:unique name="uniqueBDAinLDAType">
<xs:selector xpath="scl:BDA"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
<xs:element name="EnumType" type="tEnumType" minOccurs="0" maxOccurs="unbounded">
<xs:unique name="uniqueOrdinEnumType">
<xs:selector xpath="scl:EnumVal"/>
<xs:field xpath="@ord"/>
</xs:unique>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:element name="DataTypeTemplates" type="tDataTypeTemplates">
<xs:unique name="uniqueLNodeType">
<xs:selector xpath="scl:LNodeType"/>
<xs:field xpath="@id"/>
</xs:unique>
<xs:key name="DOTypeKey">
<xs:selector xpath="scl:DOType"/>
<xs:field xpath="@id"/>
</xs:key>
<xs:keyref name="ref2DOType" refer="DOTypeKey">
<xs:selector xpath="scl:LNodeType/scl:DO"/>
<xs:field xpath="@type"/>
</xs:keyref>
<xs:keyref name="ref2DOTypeForSDO" refer="DOTypeKey">
<xs:selector xpath="scl:DOType/scl:SDO"/>
<xs:field xpath="@type"/>
</xs:keyref>
<xs:key name="DATypeKey">
<xs:selector xpath="scl:DAType"/>
<xs:field xpath="@id"/>
</xs:key>
<xs:key name="EnumTypeKey">
<xs:selector xpath="scl:EnumKey"/>
<xs:field xpath="@id"/>
</xs:key>
</xs:element>
</xs:schema>

View File

@ -1,531 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by wen (xj) -->
<!--W3C Schema for SCL language version 1 (CDV6) 2002-06-20 -->
<xs:schema targetNamespace="http://www.iec.ch/61850/2003/SCL" xmlns="http://www.iec.ch/61850/2003/SCL" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
<xs:annotation>
<xs:documentation>COPYRIGHT IEC,2003.Version 1.0.Release 2003/09/19(Uncommented)</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="SCL_BaseSimpleTypes.xsd"/>
<xs:simpleType name="tPredefinedPTypeEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="IP"/>
<xs:enumeration value="IP-SUBNET"/>
<xs:enumeration value="IP-GATEWAY"/>
<xs:enumeration value="OSI-NSAP"/>
<xs:enumeration value="OSI-TSEL"/>
<xs:enumeration value="OSI-SSEL"/>
<xs:enumeration value="OSI-PSEL"/>
<xs:enumeration value="OSI-AP-Title"/>
<xs:enumeration value="OSI-AP-Invoke"/>
<xs:enumeration value="OSI-AE-Qualifier"/>
<xs:enumeration value="OSI-AE-Invoke"/>
<xs:enumeration value="MAC-Address"/>
<xs:enumeration value="APPID"/>
<xs:enumeration value="VLAN-PRIORITY"/>
<xs:enumeration value="VLAN-ID"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tExtensionPTypeEnum">
<xs:restriction base="xs:normalizedString">
<xs:pattern value="\p{Lu}[\d,\p{L},\-]*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tPTypeEnum">
<xs:union memberTypes="tPredefinedPTypeEnum tExtensionPTypeEnum"/>
</xs:simpleType>
<xs:simpleType name="tPredefinedAttributeNameEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="T"/>
<xs:enumeration value="Test"/>
<xs:enumeration value="Check"/>
<xs:enumeration value="SIUnit"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tExtensionAttributeNameEnum">
<xs:restriction base="xs:Name"/>
</xs:simpleType>
<xs:simpleType name="tAttributeNameEnum">
<xs:union memberTypes="tPredefinedAttributeNameEnum tExtensionAttributeNameEnum"/>
</xs:simpleType>
<xs:simpleType name="tPredefinedCommonConductingEquipmentEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="CBR"/>
<xs:enumeration value="DIS"/>
<xs:enumeration value="VTR"/>
<xs:enumeration value="CTR"/>
<xs:enumeration value="GEN"/>
<xs:enumeration value="CAP"/>
<xs:enumeration value="REA"/>
<xs:enumeration value="CON"/>
<xs:enumeration value="MOT"/>
<xs:enumeration value="EFN"/>
<xs:enumeration value="PSH"/>
<xs:enumeration value="BAT"/>
<xs:enumeration value="BSH"/>
<xs:enumeration value="CAB"/>
<xs:enumeration value="GIL"/>
<xs:enumeration value="LIN"/>
<xs:enumeration value="RRC"/>
<xs:enumeration value="SAR"/>
<xs:enumeration value="TCF"/>
<xs:enumeration value="TCR"/>
<xs:enumeration value="IFL"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tExtensionEquipmentEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="E\p{Lu}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tCommonConductingEquipmentEnum">
<xs:union memberTypes="tPredefinedCommonConductingEquipmentEnum tExtensionEquipmentEnum"/>
</xs:simpleType>
<xs:simpleType name="tPowerTransformerEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="PTR"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tTransformerWindingEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="PTW"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tPredefinedEquipmentEnum">
<xs:union memberTypes="tCommonConductingEquipmentEnum tPowerTransformerEnum tTransformerWindingEnum"/>
</xs:simpleType>
<xs:simpleType name="tEquipmentEnum">
<xs:union memberTypes="tPredefinedEquipmentEnum tExtensionEquipmentEnum"/>
</xs:simpleType>
<xs:simpleType name="tPredefinedGeneralEquipmentEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="AXN"/>
<xs:enumeration value="BAT"/>
<xs:enumeration value="MOT"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tExtensionGeneralEquipmentEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="E\p{Lu}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tGeneralEquipmentEnum">
<xs:union memberTypes="tPredefinedGeneralEquipmentEnum tExtensionGeneralEquipmentEnum"/>
</xs:simpleType>
<xs:simpleType name="tServiceSettingEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="Dyn"/>
<xs:enumeration value="Conf"/>
<xs:enumeration value="Fix"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tPhaseEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="A"/>
<xs:enumeration value="B"/>
<xs:enumeration value="C"/>
<xs:enumeration value="N"/>
<xs:enumeration value="all"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tAuthenticationEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="none"/>
<xs:enumeration value="password"/>
<xs:enumeration value="week"/>
<xs:enumeration value="strong"/>
<xs:enumeration value="certificate"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tAssociationKindEnum">
<xs:restriction base="xs:token">
<xs:enumeration value="pre-established"/>
<xs:enumeration value="predefined"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tLLN0Enum">
<xs:restriction base="xs:Name">
<xs:enumeration value="LLN0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tLPHDEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="LPHD"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupAEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="A[A-Z]*"/>
<xs:enumeration value="ANCR"/>
<xs:enumeration value="ARCO"/>
<xs:enumeration value="ATCC"/>
<xs:enumeration value="AVCO"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupCEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="C[A-Z]*"/>
<xs:enumeration value="CILO"/>
<xs:enumeration value="CSWI"/>
<xs:enumeration value="CALH"/>
<xs:enumeration value="CCGR"/>
<xs:enumeration value="CPOW"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupGEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="G[A-Z]*"/>
<xs:enumeration value="GAPC"/>
<xs:enumeration value="GGIO"/>
<xs:enumeration value="GSAL"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupIEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="I[A-Z]*"/>
<xs:enumeration value="IHMI"/>
<xs:enumeration value="IARC"/>
<xs:enumeration value="ITCI"/>
<xs:enumeration value="ITMI"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupMEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="M[A-Z]*"/>
<xs:enumeration value="MMXU"/>
<xs:enumeration value="MDIF"/>
<xs:enumeration value="MHAI"/>
<xs:enumeration value="MHAN"/>
<xs:enumeration value="MMTR"/>
<xs:enumeration value="MMXN"/>
<xs:enumeration value="MSQI"/>
<xs:enumeration value="MSTA"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupPEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="P[A-Z]*"/>
<xs:enumeration value="PDIF"/>
<xs:enumeration value="PDIS"/>
<xs:enumeration value="PDIR"/>
<xs:enumeration value="PDOP"/>
<xs:enumeration value="PDUP"/>
<xs:enumeration value="PFRC"/>
<xs:enumeration value="PHAR"/>
<xs:enumeration value="PHIZ"/>
<xs:enumeration value="PIOC"/>
<xs:enumeration value="PMRI"/>
<xs:enumeration value="PMSS"/>
<xs:enumeration value="POPF"/>
<xs:enumeration value="PPAM"/>
<xs:enumeration value="PSCH"/>
<xs:enumeration value="PSDE"/>
<xs:enumeration value="PTEF"/>
<xs:enumeration value="PTOC"/>
<xs:enumeration value="PTOF"/>
<xs:enumeration value="PTOV"/>
<xs:enumeration value="PTRC"/>
<xs:enumeration value="PTTR"/>
<xs:enumeration value="PTUC"/>
<xs:enumeration value="PTUV"/>
<xs:enumeration value="PUPF"/>
<xs:enumeration value="PTUF"/>
<xs:enumeration value="PVOC"/>
<xs:enumeration value="PVPH"/>
<xs:enumeration value="PZSU"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupREnum">
<xs:restriction base="xs:Name">
<xs:pattern value="R[A-Z]*"/>
<xs:enumeration value="RSYN"/>
<xs:enumeration value="RDRE"/>
<xs:enumeration value="RADR"/>
<xs:enumeration value="RBDR"/>
<xs:enumeration value="RDRS"/>
<xs:enumeration value="RBRF"/>
<xs:enumeration value="RDIR"/>
<xs:enumeration value="RFLO"/>
<xs:enumeration value="RPSB"/>
<xs:enumeration value="RREC"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupSEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="S[A-Z]*"/>
<xs:enumeration value="SARC"/>
<xs:enumeration value="SIMG"/>
<xs:enumeration value="SIML"/>
<xs:enumeration value="SPDC"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupTEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="T[A-Z]*"/>
<xs:enumeration value="TCTR"/>
<xs:enumeration value="TVTR"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupXEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="X[A-Z]*"/>
<xs:enumeration value="XCBR"/>
<xs:enumeration value="XSWI"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupYEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="Y[A-Z]*"/>
<xs:enumeration value="YPTR"/>
<xs:enumeration value="YEFN"/>
<xs:enumeration value="YLTC"/>
<xs:enumeration value="YPSH"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupZEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="Z[A-Z]*"/>
<xs:enumeration value="ZAXN"/>
<xs:enumeration value="ZBAT"/>
<xs:enumeration value="ZBSH"/>
<xs:enumeration value="ZCAB"/>
<xs:enumeration value="ZCAP"/>
<xs:enumeration value="ZCON"/>
<xs:enumeration value="ZGEN"/>
<xs:enumeration value="ZGIL"/>
<xs:enumeration value="ZLIN"/>
<xs:enumeration value="ZMOT"/>
<xs:enumeration value="ZREA"/>
<xs:enumeration value="ZRRC"/>
<xs:enumeration value="ZSAR"/>
<xs:enumeration value="ZTCF"/>
<xs:enumeration value="ZTCR"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNEnum">
<xs:union memberTypes="tDomainLNGroupAEnum tDomainLNGroupCEnum tDomainLNGroupGEnum tDomainLNGroupIEnum tDomainLNGroupMEnum tDomainLNGroupPEnum tDomainLNGroupREnum tDomainLNGroupSEnum tDomainLNGroupTEnum tDomainLNGroupXEnum tDomainLNGroupYEnum tDomainLNGroupZEnum"/>
</xs:simpleType>
<xs:simpleType name="tPredefinedLNClassEnum">
<xs:union memberTypes="tLPHDEnum tLLN0Enum tDomainLNEnum"/>
</xs:simpleType>
<xs:simpleType name="tExtensionLNClassEnum">
<xs:restriction base="xs:Name">
<xs:minLength value="1"/>
<xs:pattern value="\p{Lu}+"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tLNClassEnum">
<xs:union memberTypes="tPredefinedLNClassEnum tExtensionLNClassEnum"/>
</xs:simpleType>
<xs:simpleType name="tPredefinedCDCEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="SPS"/>
<xs:enumeration value="DPS"/>
<xs:enumeration value="INS"/>
<xs:enumeration value="ACT"/>
<xs:enumeration value="ACD"/>
<xs:enumeration value="SEC"/>
<xs:enumeration value="BCR"/>
<xs:enumeration value="MV"/>
<xs:enumeration value="CMV"/>
<xs:enumeration value="SAV"/>
<xs:enumeration value="WYE"/>
<xs:enumeration value="DEL"/>
<xs:enumeration value="SEQ"/>
<xs:enumeration value="HMV"/>
<xs:enumeration value="HWYE"/>
<xs:enumeration value="HDEL"/>
<xs:enumeration value="SPC"/>
<xs:enumeration value="DPC"/>
<xs:enumeration value="INC"/>
<xs:enumeration value="BSC"/>
<xs:enumeration value="ISC"/>
<xs:enumeration value="APC"/>
<xs:enumeration value="SPG"/>
<xs:enumeration value="ING"/>
<xs:enumeration value="ASG"/>
<xs:enumeration value="CURVE"/>
<xs:enumeration value="DPL"/>
<xs:enumeration value="LPL"/>
<xs:enumeration value="CSD"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tExtensionCDCEnum">
<xs:restriction base="xs:Name">
<xs:minLength value="1"/>
<xs:pattern value="\p{Lu}+"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tCDCEnum">
<xs:union memberTypes="tPredefinedCDCEnum tExtensionCDCEnum"/>
</xs:simpleType>
<xs:simpleType name="tTrgOptEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="dchg"/>
<xs:enumeration value="qchg"/>
<xs:enumeration value="dupd"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tTrgOptControlEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="dchg"/>
<xs:enumeration value="qchg"/>
<xs:enumeration value="dupd"/>
<xs:enumeration value="period"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tFCEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="ST"/>
<xs:enumeration value="MX"/>
<xs:enumeration value="CO"/>
<xs:enumeration value="SP"/>
<xs:enumeration value="SG"/>
<xs:enumeration value="SE"/>
<xs:enumeration value="SV"/>
<xs:enumeration value="CF"/>
<xs:enumeration value="DC"/>
<xs:enumeration value="EX"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tPredefinedBasicTypeEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="BOOLEAN"/>
<xs:enumeration value="INT8"/>
<xs:enumeration value="INT16"/>
<xs:enumeration value="INT24"/>
<xs:enumeration value="INT32"/>
<xs:enumeration value="INT128"/>
<xs:enumeration value="INT8U"/>
<xs:enumeration value="INT16U"/>
<xs:enumeration value="INT24U"/>
<xs:enumeration value="INT32U"/>
<xs:enumeration value="FLOAT32"/>
<xs:enumeration value="FLOAT64"/>
<xs:enumeration value="Enum"/>
<xs:enumeration value="Dbpos"/>
<xs:enumeration value="Tcmd"/>
<xs:enumeration value="Quality"/>
<xs:enumeration value="Timestamp"/>
<xs:enumeration value="VisString32"/>
<xs:enumeration value="VisString64"/>
<xs:enumeration value="VisString255"/>
<xs:enumeration value="Octet64"/>
<xs:enumeration value="Struct"/>
<xs:enumeration value="EntryTime"/>
<xs:enumeration value="Unicode255"/>
<xs:enumeration value="Check"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tExtensionBasicTypeEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="\p{Lu}[\p{L},\d]*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tBasicTypeEnum">
<xs:union memberTypes="tPredefinedBasicTypeEnum tExtensionBasicTypeEnum"/>
</xs:simpleType>
<xs:simpleType name="tValKindEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="Spec"/>
<xs:enumeration value="Conf"/>
<xs:enumeration value="RO"/>
<xs:enumeration value="Set"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tGSEControlTypeEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="GSSE"/>
<xs:enumeration value="GOOSE"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tSIUnitEnum">
<xs:restriction base="xs:token">
<xs:enumeration value="none"/>
<xs:enumeration value="m"/>
<xs:enumeration value="kg"/>
<xs:enumeration value="s"/>
<xs:enumeration value="A"/>
<xs:enumeration value="K"/>
<xs:enumeration value="mol"/>
<xs:enumeration value="cd"/>
<xs:enumeration value="deg"/>
<xs:enumeration value="rad"/>
<xs:enumeration value="sr"/>
<xs:enumeration value="Gy"/>
<xs:enumeration value="q"/>
<xs:enumeration value="℃"/>
<xs:enumeration value="Sv"/>
<xs:enumeration value="F"/>
<xs:enumeration value="C"/>
<xs:enumeration value="S"/>
<xs:enumeration value="H"/>
<xs:enumeration value="V"/>
<xs:enumeration value="ohm"/>
<xs:enumeration value="J"/>
<xs:enumeration value="N"/>
<xs:enumeration value="Hz"/>
<xs:enumeration value="lx"/>
<xs:enumeration value="Lm"/>
<xs:enumeration value="Wb"/>
<xs:enumeration value="T"/>
<xs:enumeration value="W"/>
<xs:enumeration value="Pa"/>
<xs:enumeration value="m^2"/>
<xs:enumeration value="m^3"/>
<xs:enumeration value="m/s"/>
<xs:enumeration value="m/s^2"/>
<xs:enumeration value="m^3/s"/>
<xs:enumeration value="m/m^3"/>
<xs:enumeration value="M"/>
<xs:enumeration value="kg/m^3"/>
<xs:enumeration value="m^2/s"/>
<xs:enumeration value="W/m K"/>
<xs:enumeration value="J/K"/>
<xs:enumeration value="ppm"/>
<xs:enumeration value="s^-1"/>
<xs:enumeration value="rad/s"/>
<xs:enumeration value="VA"/>
<xs:enumeration value="VAr"/>
<xs:enumeration value="theta"/>
<xs:enumeration value="cos_theta"/>
<xs:enumeration value="Vs"/>
<xs:enumeration value="V^2"/>
<xs:enumeration value="As"/>
<xs:enumeration value="A^2"/>
<xs:enumeration value="A^2 s"/>
<xs:enumeration value="VAh"/>
<xs:enumeration value="Wh"/>
<xs:enumeration value="VArh"/>
<xs:enumeration value="V/Hz"/>
<xs:enumeration value="b/s"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tUnitMultiplierEnum">
<xs:restriction base="xs:normalizedString">
<xs:enumeration value=""/>
<xs:enumeration value="m"/>
<xs:enumeration value="k"/>
<xs:enumeration value="M"/>
<xs:enumeration value="mu"/>
<xs:enumeration value="y"/>
<xs:enumeration value="z"/>
<xs:enumeration value="a"/>
<xs:enumeration value="f"/>
<xs:enumeration value="p"/>
<xs:enumeration value="n"/>
<xs:enumeration value="c"/>
<xs:enumeration value="d"/>
<xs:enumeration value="da"/>
<xs:enumeration value="h"/>
<xs:enumeration value="G"/>
<xs:enumeration value="T"/>
<xs:enumeration value="P"/>
<xs:enumeration value="E"/>
<xs:enumeration value="Z"/>
<xs:enumeration value="Y"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>

View File

@ -1,534 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 rel. 3 sp1 (http://www.altova.com) by wdx (xj) -->
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by wen (xj) -->
<!--W3C Schema for SCL language version 1 (CDV6) 2002-06-20 -->
<xs:schema xmlns="http://www.iec.ch/61850/2003/SCL" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:scl="http://www.iec.ch/61850/2003/SCL" targetNamespace="http://www.iec.ch/61850/2003/SCL" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
<xs:annotation>
<xs:documentation>COPYRIGHT IEC,2003.Version 1.0.Release 2003/09/19(Uncommented)</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="SCL_BaseTypes.xsd"/>
<xs:attributeGroup name="agAuthentication">
<xs:attribute name="none" type="xs:boolean" use="optional" default="true"/>
<xs:attribute name="password" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="weak" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="strong" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="certificate" type="xs:boolean" use="optional" default="false"/>
</xs:attributeGroup>
<xs:attributeGroup name="agSmvOpts">
<xs:attribute name="refreshTime" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="sampleSynchronized" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="sampleRate" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="security" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="dataRef" type="xs:boolean" use="optional" default="false"/>
</xs:attributeGroup>
<xs:attributeGroup name="agOptFields">
<xs:attribute name="seqNum" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="timeStamp" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="dataSet" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="reasonCode" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="dataRef" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="bufOvfl" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="entryID" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="configRef" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="segmentation" type="xs:boolean" use="optional" default="false"/>
</xs:attributeGroup>
<xs:attributeGroup name="agLDRef">
<xs:attribute name="iedName" type="tName" use="required"/>
<xs:attribute name="ldInst" type="tName" use="required"/>
</xs:attributeGroup>
<xs:attributeGroup name="agLNRef">
<xs:attributeGroup ref="agLDRef"/>
<xs:attribute name="prefix" type="xs:normalizedString" use="optional"/>
<xs:attribute name="lnClass" type="tLNClassEnum" use="required"/>
<xs:attribute name="lnInst" type="xs:normalizedString" use="required"/>
</xs:attributeGroup>
<xs:attributeGroup name="agDORef">
<xs:attributeGroup ref="agLNRef"/>
<xs:attribute name="doName" type="tName" use="required"/>
</xs:attributeGroup>
<xs:attributeGroup name="agDARef">
<xs:attributeGroup ref="agDORef"/>
<xs:attribute name="daName" type="tName" use="optional"/>
<xs:attribute name="fc" type="tFCEnum" use="optional"/>
</xs:attributeGroup>
<xs:complexType name="tIED">
<xs:complexContent>
<xs:extension base="tNaming">
<xs:sequence>
<xs:element name="Services" type="tServices" minOccurs="0"/>
<xs:element name="AccessPoint" type="tAccessPoint" maxOccurs="unbounded">
<xs:unique name="uniqueLNInAccessPoint">
<xs:selector xpath="./scl:LN"/>
<xs:field xpath="@inst"/>
<xs:field xpath="@lnClass"/>
<xs:field xpath="@prefix"/>
</xs:unique>
</xs:element>
</xs:sequence>
<xs:attribute name="type" type="xs:normalizedString" use="optional"/>
<xs:attribute name="manufacturer" type="xs:normalizedString" use="optional"/>
<xs:attribute name="configVersion" type="xs:normalizedString" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tServices">
<xs:all>
<xs:element name="DynAssociation" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="SettingGroups" minOccurs="0">
<xs:complexType>
<xs:all>
<xs:element name="SGEdit" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="ConfSG" type="tServiceYesNo" minOccurs="0"/>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name="GetDirectory" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="GetDataObjectDefinition" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="DataObjectDirectory" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="GetDataSetValue" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="SetDataSetValue" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="DataSetDirectory" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="ConfDataSet" type="tServiceWithMaxAndMaxAttributes" minOccurs="0"/>
<xs:element name="DynDataSet" type="tServiceWithMaxAndMaxAttributes" minOccurs="0"/>
<xs:element name="ReadWrite" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="TimerActivatedControl" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="ConfReportControl" type="tServiceWithMax" minOccurs="0"/>
<xs:element name="GetCBValues" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="ConfLogControl" type="tServiceWithMax" minOccurs="0"/>
<xs:element name="ReportSettings" type="tReportSettings" minOccurs="0"/>
<xs:element name="LogSettings" type="tLogSettings" minOccurs="0"/>
<xs:element name="GSESettings" type="tGSESettings" minOccurs="0"/>
<xs:element name="SMVSettings" type="tSMVSettings" minOccurs="0"/>
<xs:element name="GSEDir" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="GOOSE" type="tServiceWithMax" minOccurs="0"/>
<xs:element name="GSSE" type="tServiceWithMax" minOccurs="0"/>
<xs:element name="FileHandling" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="ConfLNs" type="tConfLNs" minOccurs="0"/>
</xs:all>
</xs:complexType>
<xs:complexType name="tAccessPoint">
<xs:complexContent>
<xs:extension base="tNaming">
<xs:choice minOccurs="0">
<xs:element name="Server" type="tServer">
<xs:unique name="uniqueAssociationInServer">
<xs:selector xpath="./scl:Association"/>
<xs:field xpath="@associationID"/>
</xs:unique>
</xs:element>
<xs:element ref="LN" maxOccurs="unbounded"/>
</xs:choice>
<xs:attribute name="router" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="clock" type="xs:boolean" use="optional" default="false"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tAssociation">
<xs:attribute name="kind" type="tAssociationKindEnum" use="required"/>
<xs:attribute name="AssociationID" type="tName" use="optional"/>
<xs:attributeGroup ref="agLNRef"/>
</xs:complexType>
<xs:complexType name="tServer">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element name="Authentication">
<xs:complexType>
<xs:attributeGroup ref="agAuthentication"/>
</xs:complexType>
</xs:element>
<xs:element name="LDevice" type="tLDevice" maxOccurs="unbounded"/>
<xs:element name="Association" type="tAssociation" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="timeout" type="xs:unsignedInt" use="optional" default="30"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tLDevice">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element ref="LN0"/>
<xs:element ref="LN" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="AccessControl" type="tAccessControl" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="inst" type="tName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tAccessControl" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base="tAnyContentFromOtherNamespace"/>
</xs:complexContent>
</xs:complexType>
<xs:element name="LN0" type="tLN0">
<xs:unique name="uniqueReportControlInLN0">
<xs:selector xpath="./scl:ReportControl"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueLogControlInLN0">
<xs:selector xpath="./scl:LogControl"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueGSEControlInLN0">
<xs:selector xpath="./scl:GSEControl"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueSampledValueControlInLN0">
<xs:selector xpath="./scl:SampledValueControl"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:key name="DataSetKeyLN0">
<xs:selector xpath="./scl:DataSet"/>
<xs:field xpath="@name"/>
</xs:key>
<xs:keyref name="ref2DataSetReportLN0" refer="DataSetKeyLN0">
<xs:selector xpath="./scl:ReportControl"/>
<xs:field xpath="@datSet"/>
</xs:keyref>
<xs:keyref name="ref2DataSetLogLN0" refer="DataSetKeyLN0">
<xs:selector xpath="./scl:LogControl"/>
<xs:field xpath="@datSet"/>
</xs:keyref>
<xs:keyref name="ref2DataSetGSELN0" refer="DataSetKeyLN0">
<xs:selector xpath="./scl:GSEControl"/>
<xs:field xpath="@datSet"/>
</xs:keyref>
<xs:keyref name="ref2DataSetSVLN0" refer="DataSetKeyLN0">
<xs:selector xpath="./scl:SampledValueControl"/>
<xs:field xpath="@datSet"/>
</xs:keyref>
</xs:element>
<xs:element name="LN" type="tLN">
<xs:unique name="uniqueReportControlInLN">
<xs:selector xpath="./scl:ReportControl"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueLogControlInLN">
<xs:selector xpath="./scl:LogControl"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:key name="DataSetKeyInLN">
<xs:selector xpath="./scl:DataSet"/>
<xs:field xpath="@name"/>
</xs:key>
<xs:keyref name="ref2DataSetReport" refer="DataSetKeyInLN">
<xs:selector xpath="./scl:ReportControl"/>
<xs:field xpath="@datSet"/>
</xs:keyref>
<xs:keyref name="ref2DataSetLog" refer="DataSetKeyInLN">
<xs:selector xpath="./scl:LogControl"/>
<xs:field xpath="@datSet"/>
</xs:keyref>
</xs:element>
<xs:complexType name="tAnyLN" abstract="true">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element name="DataSet" type="tDataSet" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="ReportControl" type="tReportControl" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="LogControl" type="tLogControl" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="DOI" type="tDOI" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Inputs" type="tInputs" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="lnType" type="tName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tLN">
<xs:complexContent>
<xs:extension base="tAnyLN">
<xs:attribute name="lnClass" type="tLNClassEnum" use="required"/>
<xs:attribute name="inst" type="xs:unsignedInt" use="required"/>
<xs:attribute name="prefix" type="tAnyName" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tLN0">
<xs:complexContent>
<xs:extension base="tAnyLN">
<xs:sequence>
<xs:element name="GSEControl" type="tGSEControl" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="SampledValueControl" type="tSampledValueControl" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="SettingControl" type="tSettingControl" minOccurs="0"/>
<xs:element name="SCLControl" type="tSCLControl" minOccurs="0"/>
<xs:element name="Log" type="tLog" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="lnClass" type="tLNClassEnum" use="required" fixed="LLN0"/>
<xs:attribute name="inst" type="xs:normalizedString" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tDataSet">
<xs:complexContent>
<xs:extension base="tNaming">
<xs:sequence>
<xs:element name="FCDA" type="tFCDA" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tFCDA">
<xs:attribute name="ldInst" type="tName" use="optional"/>
<xs:attribute name="prefix" type="tAnyName" use="optional"/>
<xs:attribute name="lnClass" type="tLNClassEnum" use="optional"/>
<xs:attribute name="lnInst" type="tName" use="optional"/>
<xs:attribute name="doName" type="tName" use="optional"/>
<xs:attribute name="daName" type="tName" use="optional"/>
<xs:attribute name="fc" type="tFCEnum" use="required"/>
</xs:complexType>
<xs:complexType name="tControl" abstract="true">
<xs:complexContent>
<xs:extension base="tNaming">
<xs:attribute name="datSet" type="tAnyName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tControlWithTriggerOpt" abstract="true">
<xs:complexContent>
<xs:extension base="tControl">
<xs:sequence>
<xs:element name="TrgOps" type="tTrgOps" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="intgPd" type="xs:unsignedInt" use="optional" default="0"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tTrgOps">
<xs:attribute name="dchg" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="qchg" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="dupd" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="period" type="xs:boolean" use="optional" default="false"/>
</xs:complexType>
<xs:complexType name="tReportControl">
<xs:complexContent>
<xs:extension base="tControlWithTriggerOpt">
<xs:sequence>
<xs:element name="OptFields">
<xs:complexType>
<xs:attributeGroup ref="agOptFields"/>
</xs:complexType>
</xs:element>
<xs:element name="RptEnabled" type="tRptEnabled" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="rptID" type="tName" use="required"/>
<xs:attribute name="confRev" type="xs:unsignedInt" use="required"/>
<xs:attribute name="buffered" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="bufTime" type="xs:unsignedInt" use="optional" default="0"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tRptEnabled">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element name="ClientLN" type="tClientLN" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="max" type="xs:unsignedInt" use="optional" default="1"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tClientLN">
<xs:attributeGroup ref="agLNRef"/>
</xs:complexType>
<xs:complexType name="tLogControl">
<xs:complexContent>
<xs:extension base="tControlWithTriggerOpt">
<xs:attribute name="logName" type="tName" use="required"/>
<xs:attribute name="logEna" type="xs:boolean" use="optional" default="true"/>
<xs:attribute name="reasonCode" type="xs:boolean" use="optional" default="true"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tInputs">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element name="ExtRef" type="tExtRef" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tExtRef">
<xs:attributeGroup ref="agDORef"/>
<xs:attribute name="daName" type="tName" use="optional"/>
<xs:attribute name="intAddr" type="xs:normalizedString" use="optional"/>
</xs:complexType>
<xs:complexType name="tLog" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base="tAnyContentFromOtherNamespace"/>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tControlWithIEDName">
<xs:complexContent>
<xs:extension base="tControl">
<xs:sequence>
<xs:element name="IEDName" type="tName" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="confRev" type="xs:unsignedInt" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tGSEControl">
<xs:complexContent>
<xs:extension base="tControlWithIEDName">
<xs:attribute name="type" type="tGSEControlTypeEnum" use="optional" default="GOOSE"/>
<xs:attribute name="appID" type="xs:normalizedString" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSampledValueControl">
<xs:complexContent>
<xs:extension base="tControlWithIEDName">
<xs:sequence>
<xs:element name="SmvOpts">
<xs:complexType>
<xs:attributeGroup ref="agSmvOpts"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="smvID" type="xs:normalizedString" use="required"/>
<xs:attribute name="multicast" type="xs:boolean" default="true"/>
<xs:attribute name="smpRate" type="xs:unsignedInt" use="required"/>
<xs:attribute name="nofASDU" type="xs:unsignedInt" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSettingControl">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:attribute name="numOfSGs" type="xs:unsignedInt" use="required"/>
<xs:attribute name="actSG" type="xs:unsignedInt" use="optional" default="1"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSCLControl">
<xs:complexContent>
<xs:extension base="tUnNaming"/>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tDOI">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="SDI" type="tSDI"/>
<xs:element name="DAI" type="tDAI"/>
</xs:choice>
<xs:attribute name="name" type="tRestrName1stU" use="required"/>
<xs:attribute name="ix" type="xs:unsignedInt" use="optional"/>
<xs:attribute name="accessControl" type="xs:normalizedString" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSDI">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="SDI" type="tSDI"/>
<xs:element name="DAI" type="tDAI"/>
</xs:choice>
<xs:attribute name="name" type="tName" use="required"/>
<xs:attribute name="ix" type="xs:unsignedInt" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tDAI">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element name="Val" type="tVal" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="name" type="tAttributeNameEnum" use="required"/>
<xs:attribute name="sAddr" type="xs:normalizedString" use="optional"/>
<xs:attribute name="valKind" type="tValKindEnum" use="optional" default="Set"/>
<xs:attribute name="ix" type="xs:unsignedInt" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tServiceYesNo"/>
<xs:complexType name="tServiceWithMax">
<xs:attribute name="max" type="xs:unsignedInt" use="required"/>
</xs:complexType>
<xs:complexType name="tServiceWithMaxAndMaxAttributes">
<xs:complexContent>
<xs:extension base="tServiceWithMax">
<xs:attribute name="maxAttributes" type="xs:unsignedInt" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tServiceWithMaxAndModify">
<xs:complexContent>
<xs:extension base="tServiceWithMax">
<xs:attribute name="modify" type="xs:boolean" use="optional" default="true"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tServiceSettings" abstract="true">
<xs:attribute name="cbName" type="tServiceSettingEnum" use="optional" default="Fix"/>
<xs:attribute name="datSet" type="tServiceSettingEnum" use="optional" default="Fix"/>
</xs:complexType>
<xs:complexType name="tReportSettings">
<xs:complexContent>
<xs:extension base="tServiceSettings">
<xs:attribute name="rptID" type="tServiceSettingEnum" use="optional" default="Fix"/>
<xs:attribute name="optFields" type="tServiceSettingEnum" use="optional" default="Fix"/>
<xs:attribute name="bufTime" type="tServiceSettingEnum" use="optional" default="Fix"/>
<xs:attribute name="trgOps" type="tServiceSettingEnum" use="optional" default="Fix"/>
<xs:attribute name="intgPd" type="tServiceSettingEnum" use="optional" default="Fix"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tLogSettings">
<xs:complexContent>
<xs:extension base="tServiceSettings">
<xs:attribute name="logEna" type="tServiceSettingEnum" use="optional" default="Fix"/>
<xs:attribute name="trgOps" type="tServiceSettingEnum" use="optional" default="Fix"/>
<xs:attribute name="intgPd" type="tServiceSettingEnum" use="optional" default="Fix"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tGSESettings">
<xs:complexContent>
<xs:extension base="tServiceSettings">
<xs:attribute name="appID" type="tServiceSettingEnum" use="optional" default="Fix"/>
<xs:attribute name="dataLabel" type="tServiceSettingEnum" use="optional" default="Fix"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSMVSettings">
<xs:complexContent>
<xs:extension base="tServiceSettings">
<xs:sequence>
<xs:element name="SmpRate" maxOccurs="unbounded">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="svID" type="tServiceSettingEnum" use="optional" default="Fix"/>
<xs:attribute name="optFields" type="tServiceSettingEnum" use="optional" default="Fix"/>
<xs:attribute name="smpRate" type="tServiceSettingEnum" use="optional" default="Fix"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tConfLNs">
<xs:attribute name="fixPrefix" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="fixLnInst" type="xs:boolean" use="optional" default="false"/>
</xs:complexType>
<xs:element name="IED" type="tIED">
<xs:unique name="uniqueAccessPointIED">
<xs:selector xpath="./scl:AccessPoint"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:key name="LDeviceInIDEKey">
<xs:selector xpath="./scl:AccessPoint/scl:Server/scl:LDevice"/>
<xs:field xpath="@inst"/>
</xs:key>
<xs:keyref name="ref2LDeviceInIED" refer="LDeviceInIDEKey">
<xs:selector xpath="./scl:AccessPoint/scl:Server/scl:LDevice/scl:LogControl"/>
<xs:field xpath="@logName"/>
</xs:keyref>
</xs:element>
</xs:schema>

View File

@ -1,270 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by wen (xj) -->
<!--W3C Schema for SCL language version 1 (CDV6) 2002-06-20 -->
<xs:schema targetNamespace="http://www.iec.ch/61850/2003/SCL" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iec.ch/61850/2003/SCL" xmlns:scl="http://www.iec.ch/61850/2003/SCL" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
<xs:annotation>
<xs:documentation>COPYRIGHT IEC,2003.Version 1.0.Release 2003/09/19(Uncommented)</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="SCL_BaseTypes.xsd"/>
<xs:attributeGroup name="agVirtual">
<xs:attribute name="virtual" type="xs:boolean" use="optional" default="false"/>
</xs:attributeGroup>
<xs:complexType name="tLNodeContainer" abstract="true">
<xs:complexContent>
<xs:extension base="tNaming">
<xs:sequence>
<xs:element name="LNode" type="tLNode" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tPowerSystemResource" abstract="true">
<xs:complexContent>
<xs:extension base="tLNodeContainer"/>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tEquipmentContainer" abstract="true">
<xs:complexContent>
<xs:extension base="tPowerSystemResource">
<xs:sequence>
<xs:element name="PowerTransformer" type="tPowerTransformer" minOccurs="0" maxOccurs="unbounded">
<xs:unique name="uniqueWindingInPowerTransformer">
<xs:selector xpath="./scl:TransformerWinding"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
<xs:element name="GeneralEquipment" type="tGeneralEquipment" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tEquipment" abstract="true">
<xs:complexContent>
<xs:extension base="tPowerSystemResource">
<xs:attributeGroup ref="agVirtual"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tAbstractConductingEquipment" abstract="true">
<xs:complexContent>
<xs:extension base="tEquipment">
<xs:sequence>
<xs:element name="Terminal" type="tTerminal" minOccurs="0" maxOccurs="2"/>
<xs:element name="SubEquipment" type="tSubEquipment" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tConductingEquipment">
<xs:complexContent>
<xs:extension base="tAbstractConductingEquipment">
<xs:attribute name="type" type="tCommonConductingEquipmentEnum" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSubEquipment">
<xs:complexContent>
<xs:extension base="tPowerSystemResource">
<xs:attribute name="phase" type="tPhaseEnum" use="optional" default="none"/>
<xs:attributeGroup ref="agVirtual"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tPowerTransformer">
<xs:complexContent>
<xs:extension base="tEquipment">
<xs:sequence>
<xs:element name="TransformerWinding" type="tTransformerWinding" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="type" type="tPowerTransformerEnum" use="required" fixed="PTR"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tTransformerWinding">
<xs:complexContent>
<xs:extension base="tAbstractConductingEquipment">
<xs:sequence>
<xs:element name="TapChanger" type="tTapChanger" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="type" type="tTransformerWindingEnum" use="required" fixed="PTW"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tTapChanger">
<xs:complexContent>
<xs:extension base="tPowerSystemResource">
<xs:attribute name="type" type="xs:Name" use="required" fixed="LTC"/>
<xs:attributeGroup ref="agVirtual"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tGeneralEquipment">
<xs:complexContent>
<xs:extension base="tEquipment">
<xs:attribute name="type" type="tGeneralEquipmentEnum" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSubstation">
<xs:complexContent>
<xs:extension base="tEquipmentContainer">
<xs:sequence>
<xs:element name="VoltageLevel" type="tVoltageLevel" maxOccurs="unbounded">
<xs:unique name="uniqueBayInVoltageLevel">
<xs:selector xpath="./scl:Bay"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniquePowerTransformerInVoltageLevel">
<xs:selector xpath="./scl:PowerTransformer"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueGeneralEquipmentInVoltageLevel">
<xs:selector xpath="./scl:GeneralEquipment"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueChildNameInVoltageLevel">
<xs:selector xpath="./*"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
<xs:element name="Function" type="tFunction" minOccurs="0" maxOccurs="unbounded">
<xs:unique name="uniqueSubFunctionInFunction">
<xs:selector xpath="./scl:SubFunction"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueGeneralEquipmentInFunction">
<xs:selector xpath="./scl:GeneralEquipment"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tVoltageLevel">
<xs:complexContent>
<xs:extension base="tEquipmentContainer">
<xs:sequence>
<xs:element name="Voltage" type="tVoltage" minOccurs="0"/>
<xs:element name="Bay" type="tBay" maxOccurs="unbounded">
<xs:unique name="uniquePowerTransformerInBay">
<xs:selector xpath="./scl:PowerTransformer"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueConductingEquipmentInBay">
<xs:selector xpath="./scl:ConductingEquipment"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueGeneralEquipmentInBay">
<xs:selector xpath="./scl:GeneralEquipment"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueChildNameInBay">
<xs:selector xpath="./*"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tBay">
<xs:complexContent>
<xs:extension base="tEquipmentContainer">
<xs:sequence>
<xs:element name="ConductingEquipment" type="tConductingEquipment" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="ConnectivityNode" type="tConnectivityNode" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tLNode">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:attribute name="lnInst" type="tAnyName" use="optional" default='""'/>
<xs:attribute name="lnClass" type="tLNClassEnum" use="required"/>
<xs:attribute name="iedName" type="tName" use="optional" default="None"/>
<xs:attribute name="ldInst" type="tAnyName" use="optional" default='""'/>
<xs:attribute name="prefix" type="tAnyName" use="optional" default='""'/>
<xs:attribute name="lnType" type="tName" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tFunction">
<xs:complexContent>
<xs:extension base="tPowerSystemResource">
<xs:sequence>
<xs:element name="SubFunction" type="tSubFunction" minOccurs="0" maxOccurs="unbounded">
<xs:unique name="uniqueGeneralEquipmentInSubFunction">
<xs:selector xpath="./scl:GeneralEquipment"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
<xs:element name="GeneralEquipment" type="tGeneralEquipment" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSubFunction">
<xs:complexContent>
<xs:extension base="tPowerSystemResource">
<xs:sequence>
<xs:element name="GeneralEquipment" type="tGeneralEquipment" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tConnectivityNode">
<xs:complexContent>
<xs:extension base="tLNodeContainer">
<xs:attribute name="pathName" type="tRef" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tTerminal">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:attribute name="name" type="tAnyName" use="optional"/>
<xs:attribute name="connectivityNode" type="tRef" use="required"/>
<xs:attribute name="substationName" type="tName" use="required"/>
<xs:attribute name="voltageLevelName" type="tName" use="required"/>
<xs:attribute name="bayName" type="tName" use="required"/>
<xs:attribute name="cNodeName" type="tName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="Substation" type="tSubstation">
<xs:unique name="uniqueVoltageLevelInSubstation">
<xs:selector xpath="./scl:VoltageLevel"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniquePowerTransformerInSubstation">
<xs:selector xpath="./scl:PowerTransformer"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueGeneralEquipmentInSubstation">
<xs:selector xpath="./scl:GeneralEquipment"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueFunctionInSubstation">
<xs:selector xpath="./scl:Function"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:key name="ConnectivityNodeKey">
<xs:selector xpath=".//scl:ConnectivityNode"/>
<xs:field xpath="@pathName"/>
</xs:key>
<xs:unique name="uniqueLNode">
<xs:selector xpath=".//scl:LNode"/>
<xs:field xpath="@lnInst"/>
<xs:field xpath="@lnClass"/>
<xs:field xpath="@iedName"/>
<xs:field xpath="@ldInst"/>
<xs:field xpath="@prefix"/>
</xs:unique>
<xs:unique name="uniqueChildNameInSubstation">
<xs:selector xpath="./*"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
</xs:schema>

View File

@ -1,59 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.iec.ch/61850/2006/SCL" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iec.ch/61850/2006/SCL" xmlns:scl="http://www.iec.ch/61850/2006/SCL" elementFormDefault="qualified" attributeFormDefault="unqualified" finalDefault="extension" version="1.4">
<xs:annotation>
<xs:documentation xml:lang="en">COPYRIGHT IEC, 2005. Version 1.4. Release 2005/09/11.</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="SCL_Substation.xsd"/>
<xs:include schemaLocation="SCL_IED.xsd"/>
<xs:include schemaLocation="SCL_Communication.xsd"/>
<xs:include schemaLocation="SCL_DataTypeTemplates.xsd"/>
<xs:element name="SCL">
<xs:complexType>
<xs:complexContent>
<xs:extension base="tBaseElement">
<xs:sequence>
<xs:element name="Header" type="tHeader">
<xs:unique name="uniqueHitem">
<xs:selector xpath="./scl:History/scl:Hitem"/>
<xs:field xpath="@version"/>
<xs:field xpath="@revision"/>
</xs:unique>
</xs:element>
<xs:element ref="Substation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Communication" minOccurs="0"/>
<xs:element ref="IED" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="DataTypeTemplates" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:unique name="uniqueSubstation">
<xs:selector xpath="./scl:Substation"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:key name="IEDKey">
<xs:selector xpath="./scl:IED"/>
<xs:field xpath="@name"/>
</xs:key>
<xs:key name="LNodeTypeKey">
<xs:selector xpath="./scl:DataTypeTemplates/scl:LNodeType"/>
<xs:field xpath="@id"/>
<xs:field xpath="@lnClass"/>
</xs:key>
<xs:keyref name="ref2LNodeTypeDomain1" refer="LNodeTypeKey">
<xs:selector xpath="./scl:IED/scl:AccessPoint/scl:LN"/>
<xs:field xpath="@lnType"/>
<xs:field xpath="@lnClass"/>
</xs:keyref>
<xs:keyref name="ref2LNodeTypeDomain2" refer="LNodeTypeKey">
<xs:selector xpath="./scl:IED/scl:AccessPoint/scl:Server/scl:LDevice/scl:LN"/>
<xs:field xpath="@lnType"/>
<xs:field xpath="@lnClass"/>
</xs:keyref>
<xs:keyref name="ref2LNodeTypeLLN0" refer="LNodeTypeKey">
<xs:selector xpath="./scl:IED/scl:AccessPoint/scl:Server/scl:LDevice/scl:LN0"/>
<xs:field xpath="@lnType"/>
<xs:field xpath="@lnClass"/>
</xs:keyref>
</xs:element>
</xs:schema>

View File

@ -1,38 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- 编辑使用 XMLSpy v2006 U (http://www.altova.com) 由 any (any) -->
<xs:schema xmlns="http://www.iec.ch/61850/2006/SCL" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.iec.ch/61850/2006/SCL" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.4">
<xs:annotation>
<xs:documentation xml:lang="en">COPYRIGHT IEC, 2005. Version 1.4. Release
2005/09/11.</xs:documentation>
</xs:annotation>
<xs:simpleType name="tRef">
<xs:restriction base="xs:normalizedString">
<xs:pattern value=".+/.+/.+/.+"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tAnyName">
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
<xs:simpleType name="tName">
<xs:restriction base="tAnyName">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tRestrName">
<xs:restriction base="tName"/>
</xs:simpleType>
<xs:simpleType name="tRestrLdName">
<xs:restriction base="tName"/>
</xs:simpleType>
<xs:simpleType name="tRestrName1stU">
<xs:restriction base="tName"/>
</xs:simpleType>
<xs:simpleType name="tRestrName1stL">
<xs:restriction base="tName"/>
</xs:simpleType>
<xs:simpleType name="tPAddr">
<xs:restriction base="xs:normalizedString">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>

View File

@ -1,46 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- 编辑使用 XMLSpy v2006 U (http://www.altova.com) 由 any (any) -->
<xs:schema xmlns="http://www.iec.ch/61850/2006/SCL" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.iec.ch/61850/2006/SCL" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.4">
<xs:annotation>
<xs:documentation xml:lang="en">COPYRIGHT IEC, 2005. Version 1.4. Release 2005/09/11.</xs:documentation>
</xs:annotation>
<xs:simpleType name="tRef">
<xs:restriction base="xs:normalizedString">
<xs:pattern value=".+/.+/.+/.+"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tAnyName">
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
<xs:simpleType name="tName">
<xs:restriction base="tAnyName">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tRestrName">
<xs:restriction base="xs:Name">
<xs:pattern value="[\d,\p{L}]+"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tRestrLdName">
<xs:restriction base="xs:Name">
<xs:maxLength value="64"/>
<xs:pattern value="\p{L}[\d,\p{L}]*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tRestrName1stU">
<xs:restriction base="xs:Name">
<xs:pattern value="\p{Lu}[\d,\p{L}]*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tRestrName1stL">
<xs:restriction base="xs:Name">
<xs:pattern value="\p{L}[\d,\p{L}]*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tPAddr">
<xs:restriction base="xs:normalizedString">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>

View File

@ -1,144 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.iec.ch/61850/2006/SCL" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iec.ch/61850/2006/SCL" xmlns:scl="http://www.iec.ch/61850/2006/SCL" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.4">
<xs:annotation>
<xs:documentation xml:lang="en">COPYRIGHT IEC, 2005. Version 1.4. Release 2005/09/11.</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="SCL_Enums.xsd"/>
<xs:attributeGroup name="agDesc">
<xs:attribute name="desc" type="xs:normalizedString" use="optional"/>
</xs:attributeGroup>
<xs:complexType name="tBaseElement" abstract="true">
<xs:sequence>
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Text" type="tText" minOccurs="0"/>
<xs:element name="Private" type="tPrivate" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
<xs:complexType name="tUnNaming" abstract="true">
<xs:complexContent>
<xs:extension base="tBaseElement">
<xs:attributeGroup ref="agDesc"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tNaming" abstract="true">
<xs:complexContent>
<xs:extension base="tBaseElement">
<xs:attribute name="name" type="tName" use="required"/>
<xs:attributeGroup ref="agDesc"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tIDNaming" abstract="true">
<xs:complexContent>
<xs:extension base="tBaseElement">
<xs:attribute name="id" type="tName" use="required"/>
<xs:attributeGroup ref="agDesc"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tAnyContentFromOtherNamespace" abstract="true" mixed="true">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:any namespace="##other" processContents="lax"/>
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
<xs:complexType name="tText" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base="tAnyContentFromOtherNamespace">
<xs:attribute name="source" type="xs:anyURI" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tPrivate" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base="tAnyContentFromOtherNamespace">
<xs:attribute name="type" type="xs:normalizedString" use="optional"/>
<xs:attribute name="source" type="xs:anyURI" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tHeader">
<xs:sequence>
<xs:element name="Text" type="tText" minOccurs="0"/>
<xs:element name="History" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Hitem" type="tHitem" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="xs:normalizedString" use="required"/>
<xs:attribute name="version" type="xs:normalizedString"/>
<xs:attribute name="revision" type="xs:normalizedString"/>
<xs:attribute name="toolID" type="xs:normalizedString"/>
<xs:attribute name="nameStructure" use="optional" default="IEDName">
<xs:simpleType>
<xs:restriction base="xs:Name">
<xs:enumeration value="IEDName"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="tHitem" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base="tAnyContentFromOtherNamespace">
<xs:attribute name="version" type="xs:normalizedString" use="required"/>
<xs:attribute name="revision" type="xs:normalizedString" use="required"/>
<xs:attribute name="when" type="xs:normalizedString" use="required"/>
<xs:attribute name="who" type="xs:normalizedString"/>
<xs:attribute name="what" type="xs:normalizedString"/>
<xs:attribute name="why" type="xs:normalizedString"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tVal">
<xs:simpleContent>
<xs:extension base="xs:normalizedString">
<xs:attribute name="sGroup" type="xs:unsignedInt" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tValueWithUnit">
<xs:simpleContent>
<xs:extension base="xs:decimal">
<xs:attribute name="unit" type="tSIUnitEnum" use="required"/>
<xs:attribute name="multiplier" type="tUnitMultiplierEnum" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tVoltage">
<xs:simpleContent>
<xs:restriction base="tValueWithUnit">
<xs:attribute name="unit" type="tSIUnitEnum" use="required" fixed="V"/>
<xs:attribute name="multiplier" type="tUnitMultiplierEnum" use="optional"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tBitRateInMbPerSec">
<xs:simpleContent>
<xs:restriction base="tValueWithUnit">
<xs:attribute name="unit" type="tSIUnitEnum" use="required" fixed="b/s"/>
<xs:attribute name="multiplier" type="tUnitMultiplierEnum" fixed="M"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tDurationInSec">
<xs:simpleContent>
<xs:restriction base="tValueWithUnit">
<xs:attribute name="unit" type="tSIUnitEnum" use="required" fixed="s"/>
<xs:attribute name="multiplier" type="tUnitMultiplierEnum" use="optional"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tDurationInMilliSec">
<xs:simpleContent>
<xs:restriction base="tValueWithUnit">
<xs:attribute name="unit" type="tSIUnitEnum" use="required" fixed="s"/>
<xs:attribute name="multiplier" type="tUnitMultiplierEnum" fixed="m"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
</xs:schema>

View File

@ -1,241 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.iec.ch/61850/2006/SCL" xmlns="http://www.iec.ch/61850/2006/SCL" xmlns:scl="http://www.iec.ch/61850/2006/SCL" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.4">
<xs:annotation>
<xs:documentation xml:lang="en">COPYRIGHT IEC, 2005. Version 1.4. Release 2005/09/11.</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="SCL_BaseTypes.xsd"/>
<xs:complexType name="tControlBlock" abstract="true">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element name="Address" type="tAddress" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="ldInst" type="tName" use="required"/>
<xs:attribute name="cbName" type="tName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tCommunication">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element name="SubNetwork" type="tSubNetwork" maxOccurs="unbounded">
<xs:unique name="uniqueConnectedAP">
<xs:selector xpath="./scl:ConnectedAP"/>
<xs:field xpath="@iedName"/>
<xs:field xpath="@apName"/>
</xs:unique>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSubNetwork">
<xs:complexContent>
<xs:extension base="tNaming">
<xs:sequence>
<xs:element name="BitRate" type="tBitRateInMbPerSec" minOccurs="0"/>
<xs:element name="ConnectedAP" type="tConnectedAP" maxOccurs="unbounded">
<xs:unique name="uniqueGSEinConnectedAP">
<xs:selector xpath="./scl:GSE"/>
<xs:field xpath="@cbName"/>
<xs:field xpath="@ldInst"/>
</xs:unique>
<xs:unique name="uniqueSMVinConnectedAP">
<xs:selector xpath="./scl:SMV"/>
<xs:field xpath="@cbName"/>
<xs:field xpath="@ldInst"/>
</xs:unique>
</xs:element>
</xs:sequence>
<xs:attribute name="type" type="xs:normalizedString" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tConnectedAP">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element name="Address" type="tAddress" minOccurs="0"/>
<xs:element name="GSE" type="tGSE" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="SMV" type="tSMV" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="PhysConn" type="tPhysConn" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="iedName" type="tName" use="required"/>
<xs:attribute name="apName" type="tName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tAddress">
<xs:sequence>
<xs:element name="P" type="tP" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="tGSE">
<xs:complexContent>
<xs:extension base="tControlBlock">
<xs:sequence>
<xs:element name="MinTime" type="tDurationInMilliSec" minOccurs="0"/>
<xs:element name="MaxTime" type="tDurationInMilliSec" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSMV">
<xs:complexContent>
<xs:extension base="tControlBlock"/>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tPhysConn">
<xs:sequence>
<xs:element name="P" type="tP" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="type" type="xs:normalizedString" use="required"/>
</xs:complexType>
<xs:complexType name="tP">
<xs:simpleContent>
<xs:extension base="tPAddr">
<xs:attribute name="type" type="tPTypeEnum" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_IP">
<xs:simpleContent>
<xs:restriction base="tP">
<xs:pattern value="[0-2]?\d{1,2}\.[0-2]?\d{1,2}\.[0-2]?\d{1,2}\.[0-2]?\d{1,2}"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IP"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_IP-SUBNET">
<xs:simpleContent>
<xs:restriction base="tP">
<xs:pattern value="[0-2]?\d{1,2}\.[0-2]?\d{1,2}\.[0-2]?\d{1,2}\.[0-2]?\d{1,2}"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IP-SUBNET"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_IP-GATEWAY">
<xs:simpleContent>
<xs:restriction base="tP">
<xs:pattern value="[0-2]?\d{1,2}\.[0-2]?\d{1,2}\.[0-2]?\d{1,2}\.[0-2]?\d{1,2}"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IP-GATEWAY"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_OSI-NSAP">
<xs:simpleContent>
<xs:restriction base="tP">
<xs:maxLength value="40"/>
<xs:pattern value="[\d,A-F]+"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-NSAP"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_OSI-TSEL">
<xs:simpleContent>
<xs:restriction base="tP">
<xs:maxLength value="8"/>
<xs:pattern value="[\d,A-F]+"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-TSEL"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_OSI-SSEL">
<xs:simpleContent>
<xs:restriction base="tP">
<xs:maxLength value="16"/>
<xs:pattern value="[\d,A-F]+"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-SSEL"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_OSI-PSEL">
<xs:simpleContent>
<xs:restriction base="tP">
<xs:maxLength value="16"/>
<xs:pattern value="[\d,A-F]+"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-PSEL"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_OSI-AP-Title">
<xs:simpleContent>
<xs:restriction base="tP">
<xs:pattern value="&#34;[\d,&#44;]+&#34;"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-AP-Title"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_OSI-AP-Invoke">
<xs:simpleContent>
<xs:restriction base="tP">
<xs:maxLength value="5"/>
<xs:pattern value="\d+"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-AP-Invoke"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_OSI-AE-Qualifier">
<xs:simpleContent>
<xs:restriction base="tP">
<xs:maxLength value="5"/>
<xs:pattern value="\d+"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-AE-Qualifier"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_OSI-AE-Invoke">
<xs:simpleContent>
<xs:restriction base="tP">
<xs:maxLength value="5"/>
<xs:pattern value="\d+"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-AE-Invoke"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_MAC-Address">
<xs:simpleContent>
<xs:restriction base="tP">
<xs:minLength value="17"/>
<xs:maxLength value="17"/>
<xs:pattern value="[\d,A-F]{2}\-[\d,A-F]{2}\-[\d,A-F]{2}\-[\d,A-F]{2}\-[\d,A-F]{2}\-[\d,A-F]{2}"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="MAC-Address"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_APPID">
<xs:simpleContent>
<xs:restriction base="tP">
<xs:minLength value="4"/>
<xs:maxLength value="4"/>
<xs:pattern value="[\d,A-F]+"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="APPID"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_VLAN-PRIORITY">
<xs:simpleContent>
<xs:restriction base="tP">
<xs:pattern value="[0-7]"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="VLAN-PRIORITY"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tP_VLAN-ID">
<xs:simpleContent>
<xs:restriction base="tP">
<xs:minLength value="3"/>
<xs:maxLength value="3"/>
<xs:pattern value="[\d,A-F]+"/>
<xs:attribute name="type" type="tPTypeEnum" use="required" fixed="VLAN-ID"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
<xs:element name="Communication" type="tCommunication">
<xs:unique name="uniqueSubNetwork">
<xs:selector xpath="./scl:SubNetwork"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
</xs:schema>

View File

@ -1,161 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.iec.ch/61850/2006/SCL" xmlns="http://www.iec.ch/61850/2006/SCL" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:scl="http://www.iec.ch/61850/2006/SCL" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.4">
<xs:annotation>
<xs:documentation xml:lang="en">COPYRIGHT IEC, 2005. Version 1.4. Release 2005/09/11.</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="SCL_BaseTypes.xsd"/>
<xs:attributeGroup name="agDATrgOp">
<xs:attribute name="dchg" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="qchg" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="dupd" type="xs:boolean" use="optional" default="false"/>
</xs:attributeGroup>
<xs:complexType name="tAbstractDataAttribute" abstract="true">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element name="Val" type="tVal" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="name" type="tAttributeNameEnum" use="required"/>
<xs:attribute name="sAddr" type="xs:normalizedString" use="optional"/>
<xs:attribute name="bType" type="tBasicTypeEnum" use="required"/>
<xs:attribute name="valKind" type="tValKindEnum" use="optional" default="Set"/>
<xs:attribute name="type" type="tAnyName" use="optional"/>
<xs:attribute name="count" type="xs:unsignedInt" use="optional" default="0"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tLNodeType">
<xs:complexContent>
<xs:extension base="tIDNaming">
<xs:sequence>
<xs:element name="DO" type="tDO" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="iedType" type="tAnyName" use="optional"/>
<xs:attribute name="lnClass" type="tLNClassEnum" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tDO">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:attribute name="name" type="tRestrName1stU" use="required"/>
<xs:attribute name="type" type="tName" use="required"/>
<xs:attribute name="accessControl" type="xs:normalizedString" use="optional"/>
<xs:attribute name="transient" type="xs:boolean" use="optional" default="false"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tDOType">
<xs:complexContent>
<xs:extension base="tIDNaming">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="SDO" type="tSDO"/>
<xs:element name="DA" type="tDA"/>
</xs:choice>
<xs:attribute name="iedType" type="tAnyName" use="optional"/>
<xs:attribute name="cdc" type="tCDCEnum" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSDO">
<xs:complexContent>
<xs:extension base="tNaming">
<xs:attribute name="type" type="tName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tDA">
<xs:complexContent>
<xs:extension base="tAbstractDataAttribute">
<xs:attributeGroup ref="agDATrgOp"/>
<xs:attribute name="fc" type="tFCEnum" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tDAType">
<xs:complexContent>
<xs:extension base="tIDNaming">
<xs:sequence>
<xs:element name="BDA" type="tBDA" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="iedType" type="tAnyName" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tBDA">
<xs:complexContent>
<xs:extension base="tAbstractDataAttribute"/>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tEnumType">
<xs:complexContent>
<xs:extension base="tIDNaming">
<xs:sequence>
<xs:element name="EnumVal" type="tEnumVal" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tEnumVal">
<xs:simpleContent>
<xs:extension base="xs:normalizedString">
<xs:attribute name="ord" type="xs:integer" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="tDataTypeTemplates">
<xs:sequence>
<xs:element name="LNodeType" type="tLNodeType" maxOccurs="unbounded">
<xs:unique name="uniqueDOInLNodeType">
<xs:selector xpath="scl:DO"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
<xs:element name="DOType" type="tDOType" maxOccurs="unbounded">
<xs:unique name="uniqueDAorSDOInDOType">
<xs:selector xpath="./*"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
<xs:element name="DAType" type="tDAType" minOccurs="0" maxOccurs="unbounded">
<xs:unique name="uniqueBDAInDAType">
<xs:selector xpath="scl:BDA"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
<xs:element name="EnumType" type="tEnumType" minOccurs="0" maxOccurs="unbounded">
<xs:unique name="uniqueOrdInEnumType">
<xs:selector xpath="scl:EnumVal"/>
<xs:field xpath="@ord"/>
</xs:unique>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:element name="DataTypeTemplates" type="tDataTypeTemplates">
<xs:unique name="uniqueLNodeType">
<xs:selector xpath="scl:LNodeType"/>
<xs:field xpath="@id"/>
<xs:field xpath="@iedType"/>
</xs:unique>
<xs:key name="DOTypeKey">
<xs:selector xpath="scl:DOType"/>
<xs:field xpath="@id"/>
</xs:key>
<xs:keyref name="ref2DOType" refer="DOTypeKey">
<xs:selector xpath="scl:LNodeType/scl:DO"/>
<xs:field xpath="@type"/>
</xs:keyref>
<xs:keyref name="ref2DOTypeForSDO" refer="DOTypeKey">
<xs:selector xpath="scl:DOType/scl:SDO"/>
<xs:field xpath="@type"/>
</xs:keyref>
<xs:key name="DATypeKey">
<xs:selector xpath="scl:DAType"/>
<xs:field xpath="@id"/>
</xs:key>
<xs:key name="EnumTypeKey">
<xs:selector xpath="scl:EnumType"/>
<xs:field xpath="@id"/>
</xs:key>
</xs:element>
</xs:schema>

View File

@ -1,551 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.iec.ch/61850/2006/SCL" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iec.ch/61850/2006/SCL" xmlns:scl="http://www.iec.ch/61850/2006/SCL" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.4">
<xs:annotation>
<xs:documentation xml:lang="en">COPYRIGHT IEC, 2005. Version 1.4. Release 2005/09/11.</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="SCL_BaseSimpleTypes.xsd"/>
<xs:simpleType name="tPredefinedPTypeEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="IP"/>
<xs:enumeration value="IP-SUBNET"/>
<xs:enumeration value="IP-GATEWAY"/>
<xs:enumeration value="OSI-NSAP"/>
<xs:enumeration value="OSI-TSEL"/>
<xs:enumeration value="OSI-SSEL"/>
<xs:enumeration value="OSI-PSEL"/>
<xs:enumeration value="OSI-AP-Title"/>
<xs:enumeration value="OSI-AP-Invoke"/>
<xs:enumeration value="OSI-AE-Qualifier"/>
<xs:enumeration value="OSI-AE-Invoke"/>
<xs:enumeration value="MAC-Address"/>
<xs:enumeration value="APPID"/>
<xs:enumeration value="VLAN-PRIORITY"/>
<xs:enumeration value="VLAN-ID"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tExtensionPTypeEnum">
<xs:restriction base="xs:normalizedString">
<xs:pattern value="\p{Lu}[\d,\p{L},\-]*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tPTypeEnum">
<xs:union memberTypes="tPredefinedPTypeEnum tExtensionPTypeEnum"/>
</xs:simpleType>
<xs:simpleType name="tPredefinedAttributeNameEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="T"/>
<xs:enumeration value="Test"/>
<xs:enumeration value="Check"/>
<xs:enumeration value="SIUnit"/>
<xs:enumeration value="Oper"/>
<xs:enumeration value="SBO"/>
<xs:enumeration value="SBOw"/>
<xs:enumeration value="Cancel"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tExtensionAttributeNameEnum">
<xs:restriction base="tRestrName1stL"/>
</xs:simpleType>
<xs:simpleType name="tAttributeNameEnum">
<xs:union memberTypes="tPredefinedAttributeNameEnum tExtensionAttributeNameEnum"/>
</xs:simpleType>
<xs:simpleType name="tPredefinedCommonConductingEquipmentEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="CBR"/>
<xs:enumeration value="DIS"/>
<xs:enumeration value="VTR"/>
<xs:enumeration value="CTR"/>
<xs:enumeration value="GEN"/>
<xs:enumeration value="CAP"/>
<xs:enumeration value="REA"/>
<xs:enumeration value="CON"/>
<xs:enumeration value="MOT"/>
<xs:enumeration value="EFN"/>
<xs:enumeration value="PSH"/>
<xs:enumeration value="BAT"/>
<xs:enumeration value="BSH"/>
<xs:enumeration value="CAB"/>
<xs:enumeration value="GIL"/>
<xs:enumeration value="LIN"/>
<xs:enumeration value="RRC"/>
<xs:enumeration value="SAR"/>
<xs:enumeration value="TCF"/>
<xs:enumeration value="TCR"/>
<xs:enumeration value="IFL"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tExtensionEquipmentEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="E\p{Lu}*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tCommonConductingEquipmentEnum">
<xs:union memberTypes="tPredefinedCommonConductingEquipmentEnum tExtensionEquipmentEnum"/>
</xs:simpleType>
<xs:simpleType name="tPowerTransformerEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="PTR"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tTransformerWindingEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="PTW"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tPredefinedEquipmentEnum">
<xs:union memberTypes="tCommonConductingEquipmentEnum tPowerTransformerEnum
tTransformerWindingEnum"/>
</xs:simpleType>
<xs:simpleType name="tEquipmentEnum">
<xs:union memberTypes="tPredefinedEquipmentEnum tExtensionEquipmentEnum"/>
</xs:simpleType>
<xs:simpleType name="tPredefinedGeneralEquipmentEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="AXN"/>
<xs:enumeration value="BAT"/>
<xs:enumeration value="MOT"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tExtensionGeneralEquipmentEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="E\p{Lu}*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tGeneralEquipmentEnum">
<xs:union memberTypes="tPredefinedGeneralEquipmentEnum tExtensionGeneralEquipmentEnum"/>
</xs:simpleType>
<xs:simpleType name="tServiceSettingsEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="Dyn"/>
<xs:enumeration value="Conf"/>
<xs:enumeration value="Fix"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tPhaseEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="A"/>
<xs:enumeration value="B"/>
<xs:enumeration value="C"/>
<xs:enumeration value="N"/>
<xs:enumeration value="all"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tAuthenticationEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="none"/>
<xs:enumeration value="password"/>
<xs:enumeration value="week"/>
<xs:enumeration value="strong"/>
<xs:enumeration value="certificate"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tAssociationKindEnum">
<xs:restriction base="xs:token">
<xs:enumeration value="pre-established"/>
<xs:enumeration value="predefined"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tLPHDEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="LPHD"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tLLN0Enum">
<xs:restriction base="xs:Name">
<xs:enumeration value="LLN0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupAEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="A[A-Z]*"/>
<xs:enumeration value="ANCR"/>
<xs:enumeration value="ARCO"/>
<xs:enumeration value="ATCC"/>
<xs:enumeration value="AVCO"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupCEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="C[A-Z]*"/>
<xs:enumeration value="CILO"/>
<xs:enumeration value="CSWI"/>
<xs:enumeration value="CALH"/>
<xs:enumeration value="CCGR"/>
<xs:enumeration value="CPOW"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupGEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="G[A-Z]*"/>
<xs:enumeration value="GAPC"/>
<xs:enumeration value="GGIO"/>
<xs:enumeration value="GSAL"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupIEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="I[A-Z]*"/>
<xs:enumeration value="IHMI"/>
<xs:enumeration value="IARC"/>
<xs:enumeration value="ITCI"/>
<xs:enumeration value="ITMI"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupMEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="M[A-Z]*"/>
<xs:enumeration value="MMXU"/>
<xs:enumeration value="MDIF"/>
<xs:enumeration value="MHAI"/>
<xs:enumeration value="MHAN"/>
<xs:enumeration value="MMTR"/>
<xs:enumeration value="MMXN"/>
<xs:enumeration value="MSQI"/>
<xs:enumeration value="MSTA"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupPEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="P[A-Z]*"/>
<xs:enumeration value="PDIF"/>
<xs:enumeration value="PDIS"/>
<xs:enumeration value="PDIR"/>
<xs:enumeration value="PDOP"/>
<xs:enumeration value="PDUP"/>
<xs:enumeration value="PFRC"/>
<xs:enumeration value="PHAR"/>
<xs:enumeration value="PHIZ"/>
<xs:enumeration value="PIOC"/>
<xs:enumeration value="PMRI"/>
<xs:enumeration value="PMSS"/>
<xs:enumeration value="POPF"/>
<xs:enumeration value="PPAM"/>
<xs:enumeration value="PSCH"/>
<xs:enumeration value="PSDE"/>
<xs:enumeration value="PTEF"/>
<xs:enumeration value="PTOC"/>
<xs:enumeration value="PTOF"/>
<xs:enumeration value="PTOV"/>
<xs:enumeration value="PTRC"/>
<xs:enumeration value="PTTR"/>
<xs:enumeration value="PTUC"/>
<xs:enumeration value="PTUV"/>
<xs:enumeration value="PUPF"/>
<xs:enumeration value="PTUF"/>
<xs:enumeration value="PVOC"/>
<xs:enumeration value="PVPH"/>
<xs:enumeration value="PZSU"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupREnum">
<xs:restriction base="xs:Name">
<xs:pattern value="R[A-Z]*"/>
<xs:enumeration value="RSYN"/>
<xs:enumeration value="RDRE"/>
<xs:enumeration value="RADR"/>
<xs:enumeration value="RBDR"/>
<xs:enumeration value="RDRS"/>
<xs:enumeration value="RBRF"/>
<xs:enumeration value="RDIR"/>
<xs:enumeration value="RFLO"/>
<xs:enumeration value="RPSB"/>
<xs:enumeration value="RREC"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupSEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="S[A-Z]*"/>
<xs:enumeration value="SARC"/>
<xs:enumeration value="SIMG"/>
<xs:enumeration value="SIML"/>
<xs:enumeration value="SPDC"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupTEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="T[A-Z]*"/>
<xs:enumeration value="TCTR"/>
<xs:enumeration value="TVTR"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupXEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="X[A-Z]*"/>
<xs:enumeration value="XCBR"/>
<xs:enumeration value="XSWI"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupYEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="Y[A-Z]*"/>
<xs:enumeration value="YPTR"/>
<xs:enumeration value="YEFN"/>
<xs:enumeration value="YLTC"/>
<xs:enumeration value="YPSH"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNGroupZEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="Z[A-Z]*"/>
<xs:enumeration value="ZAXN"/>
<xs:enumeration value="ZBAT"/>
<xs:enumeration value="ZBSH"/>
<xs:enumeration value="ZCAB"/>
<xs:enumeration value="ZCAP"/>
<xs:enumeration value="ZCON"/>
<xs:enumeration value="ZGEN"/>
<xs:enumeration value="ZGIL"/>
<xs:enumeration value="ZLIN"/>
<xs:enumeration value="ZMOT"/>
<xs:enumeration value="ZREA"/>
<xs:enumeration value="ZRRC"/>
<xs:enumeration value="ZSAR"/>
<xs:enumeration value="ZTCF"/>
<xs:enumeration value="ZTCR"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tDomainLNEnum">
<xs:union memberTypes="tDomainLNGroupAEnum tDomainLNGroupCEnum tDomainLNGroupGEnum
tDomainLNGroupIEnum tDomainLNGroupMEnum tDomainLNGroupPEnum tDomainLNGroupREnum
tDomainLNGroupSEnum tDomainLNGroupTEnum tDomainLNGroupXEnum tDomainLNGroupYEnum
tDomainLNGroupZEnum"/>
</xs:simpleType>
<xs:simpleType name="tPredefinedLNClassEnum">
<xs:union memberTypes="tLPHDEnum tLLN0Enum tDomainLNEnum"/>
</xs:simpleType>
<xs:simpleType name="tExtensionLNClassEnum">
<xs:restriction base="xs:Name">
<xs:minLength value="1"/>
<xs:pattern value="\p{Lu}+"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tLNClassEnum">
<xs:union memberTypes="tPredefinedLNClassEnum tExtensionLNClassEnum"/>
</xs:simpleType>
<xs:simpleType name="tPredefinedCDCEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="SPS"/>
<xs:enumeration value="DPS"/>
<xs:enumeration value="INS"/>
<xs:enumeration value="ACT"/>
<xs:enumeration value="ACD"/>
<xs:enumeration value="SEC"/>
<xs:enumeration value="BCR"/>
<xs:enumeration value="MV"/>
<xs:enumeration value="CMV"/>
<xs:enumeration value="SAV"/>
<xs:enumeration value="WYE"/>
<xs:enumeration value="DEL"/>
<xs:enumeration value="SEQ"/>
<xs:enumeration value="HMV"/>
<xs:enumeration value="HWYE"/>
<xs:enumeration value="HDEL"/>
<xs:enumeration value="SPC"/>
<xs:enumeration value="DPC"/>
<xs:enumeration value="INC"/>
<xs:enumeration value="BSC"/>
<xs:enumeration value="ISC"/>
<xs:enumeration value="APC"/>
<xs:enumeration value="SPG"/>
<xs:enumeration value="ING"/>
<xs:enumeration value="ASG"/>
<xs:enumeration value="CURVE"/>
<xs:enumeration value="DPL"/>
<xs:enumeration value="LPL"/>
<xs:enumeration value="CSD"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tExtensionCDCEnum">
<xs:restriction base="xs:Name">
<xs:minLength value="1"/>
<xs:pattern value="\p{Lu}+"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tCDCEnum">
<xs:union memberTypes="tPredefinedCDCEnum tExtensionCDCEnum"/>
</xs:simpleType>
<xs:simpleType name="tTrgOptEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="dchg"/>
<xs:enumeration value="qchg"/>
<xs:enumeration value="dupd"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tTrgOptControlEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="dchg"/>
<xs:enumeration value="qchg"/>
<xs:enumeration value="dupd"/>
<xs:enumeration value="period"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tFCEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="ST"/>
<xs:enumeration value="MX"/>
<xs:enumeration value="CO"/>
<xs:enumeration value="SP"/>
<xs:enumeration value="SG"/>
<xs:enumeration value="SE"/>
<xs:enumeration value="SV"/>
<xs:enumeration value="CF"/>
<xs:enumeration value="DC"/>
<xs:enumeration value="EX"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tServiceFCEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="SG"/>
<xs:enumeration value="BR"/>
<xs:enumeration value="RP"/>
<xs:enumeration value="LG"/>
<xs:enumeration value="GO"/>
<xs:enumeration value="GS"/>
<xs:enumeration value="MS"/>
<xs:enumeration value="US"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tPredefinedBasicTypeEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="BOOLEAN"/>
<xs:enumeration value="INT8"/>
<xs:enumeration value="INT16"/>
<xs:enumeration value="INT24"/>
<xs:enumeration value="INT32"/>
<xs:enumeration value="INT128"/>
<xs:enumeration value="INT8U"/>
<xs:enumeration value="INT16U"/>
<xs:enumeration value="INT24U"/>
<xs:enumeration value="INT32U"/>
<xs:enumeration value="FLOAT32"/>
<xs:enumeration value="FLOAT64"/>
<xs:enumeration value="Enum"/>
<xs:enumeration value="Dbpos"/>
<xs:enumeration value="Tcmd"/>
<xs:enumeration value="Quality"/>
<xs:enumeration value="Timestamp"/>
<xs:enumeration value="VisString32"/>
<xs:enumeration value="VisString64"/>
<xs:enumeration value="VisString129"/>
<xs:enumeration value="VisString255"/>
<xs:enumeration value="Octet64"/>
<xs:enumeration value="Struct"/>
<xs:enumeration value="EntryTime"/>
<xs:enumeration value="Unicode255"/>
<xs:enumeration value="Check"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tExtensionBasicTypeEnum">
<xs:restriction base="xs:Name">
<xs:pattern value="\p{Lu}[\p{L},\d]*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tBasicTypeEnum">
<xs:union memberTypes="tPredefinedBasicTypeEnum tExtensionBasicTypeEnum"/>
</xs:simpleType>
<xs:simpleType name="tValKindEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="Spec"/>
<xs:enumeration value="Conf"/>
<xs:enumeration value="RO"/>
<xs:enumeration value="Set"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tGSEControlTypeEnum">
<xs:restriction base="xs:Name">
<xs:enumeration value="GSSE"/>
<xs:enumeration value="GOOSE"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tSIUnitEnum">
<xs:restriction base="xs:token">
<xs:enumeration value="none"/>
<xs:enumeration value="m"/>
<xs:enumeration value="kg"/>
<xs:enumeration value="s"/>
<xs:enumeration value="A"/>
<xs:enumeration value="K"/>
<xs:enumeration value="mol"/>
<xs:enumeration value="cd"/>
<xs:enumeration value="deg"/>
<xs:enumeration value="rad"/>
<xs:enumeration value="sr"/>
<xs:enumeration value="Gy"/>
<xs:enumeration value="q"/>
<xs:enumeration value="°C"/>
<xs:enumeration value="Sv"/>
<xs:enumeration value="F"/>
<xs:enumeration value="C"/>
<xs:enumeration value="S"/>
<xs:enumeration value="H"/>
<xs:enumeration value="V"/>
<xs:enumeration value="ohm"/>
<xs:enumeration value="J"/>
<xs:enumeration value="N"/>
<xs:enumeration value="Hz"/>
<xs:enumeration value="lx"/>
<xs:enumeration value="Lm"/>
<xs:enumeration value="Wb"/>
<xs:enumeration value="T"/>
<xs:enumeration value="W"/>
<xs:enumeration value="Pa"/>
<xs:enumeration value="m^2"/>
<xs:enumeration value="m^3"/>
<xs:enumeration value="m/s"/>
<xs:enumeration value="m/s^2"/>
<xs:enumeration value="m^3/s"/>
<xs:enumeration value="m/m^3"/>
<xs:enumeration value="M"/>
<xs:enumeration value="kg/m^3"/>
<xs:enumeration value="m^2/s"/>
<xs:enumeration value="W/m K"/>
<xs:enumeration value="J/K"/>
<xs:enumeration value="ppm"/>
<xs:enumeration value="s^-1"/>
<xs:enumeration value="rad/s"/>
<xs:enumeration value="VA"/>
<xs:enumeration value="Watts"/>
<xs:enumeration value="VAr"/>
<xs:enumeration value="phi"/>
<xs:enumeration value="cos_phi"/>
<xs:enumeration value="Vs"/>
<xs:enumeration value="V^2"/>
<xs:enumeration value="As"/>
<xs:enumeration value="A^2"/>
<xs:enumeration value="A^2 s"/>
<xs:enumeration value="VAh"/>
<xs:enumeration value="Wh"/>
<xs:enumeration value="VArh"/>
<xs:enumeration value="V/Hz"/>
<xs:enumeration value="b/s"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tUnitMultiplierEnum">
<xs:restriction base="xs:normalizedString">
<xs:enumeration value=""/>
<xs:enumeration value="m"/>
<xs:enumeration value="k"/>
<xs:enumeration value="M"/>
<xs:enumeration value="mu"/>
<xs:enumeration value="y"/>
<xs:enumeration value="z"/>
<xs:enumeration value="a"/>
<xs:enumeration value="f"/>
<xs:enumeration value="p"/>
<xs:enumeration value="n"/>
<xs:enumeration value="c"/>
<xs:enumeration value="d"/>
<xs:enumeration value="da"/>
<xs:enumeration value="H"/>
<xs:enumeration value="G"/>
<xs:enumeration value="T"/>
<xs:enumeration value="P"/>
<xs:enumeration value="E"/>
<xs:enumeration value="Z"/>
<xs:enumeration value="Y"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>

View File

@ -1,595 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.iec.ch/61850/2006/SCL" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iec.ch/61850/2006/SCL" xmlns:scl="http://www.iec.ch/61850/2006/SCL" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.4">
<xs:annotation>
<xs:documentation xml:lang="en">COPYRIGHT IEC, 2005. Version 1.4. Release 2005/09/11.</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="SCL_BaseTypes.xsd"/>
<xs:attributeGroup name="agAuthentication">
<xs:attribute name="none" type="xs:boolean" use="optional" default="true"/>
<xs:attribute name="password" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="weak" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="strong" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="certificate" type="xs:boolean" use="optional" default="false"/>
</xs:attributeGroup>
<xs:attributeGroup name="agSmvOpts">
<xs:attribute name="refreshTime" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="sampleSynchronized" type="xs:boolean" use="optional" default="true"/>
<xs:attribute name="sampleRate" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="dataSet" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="security" type="xs:boolean" use="optional" default="false"/>
</xs:attributeGroup>
<xs:attributeGroup name="agOptFields">
<xs:attribute name="seqNum" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="timeStamp" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="dataSet" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="reasonCode" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="dataRef" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="entryID" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="configRef" type="xs:boolean" use="optional" default="false"/>
</xs:attributeGroup>
<xs:attributeGroup name="agLDRef">
<xs:attribute name="iedName" type="tName" use="required"/>
<xs:attribute name="ldInst" type="tName" use="required"/>
</xs:attributeGroup>
<xs:attributeGroup name="agLNRef">
<xs:attributeGroup ref="agLDRef"/>
<xs:attribute name="prefix" type="tAnyName" use="optional"/>
<xs:attribute name="lnClass" type="tLNClassEnum" use="required"/>
<xs:attribute name="lnInst" type="tAnyName" use="required"/>
</xs:attributeGroup>
<xs:attributeGroup name="agDORef">
<xs:attributeGroup ref="agLNRef"/>
<xs:attribute name="doName" type="tName" use="required"/>
</xs:attributeGroup>
<xs:attributeGroup name="agDARef">
<xs:attributeGroup ref="agDORef"/>
<xs:attribute name="daName" type="tName" use="optional"/>
<xs:attribute name="fc" type="tFCEnum" use="optional"/>
</xs:attributeGroup>
<xs:complexType name="tIED">
<xs:complexContent>
<xs:extension base="tNaming">
<xs:sequence>
<xs:element name="Services" type="tServices" minOccurs="0"/>
<xs:element name="AccessPoint" type="tAccessPoint" maxOccurs="unbounded">
<xs:unique name="uniqueLNInAccessPoint">
<xs:selector xpath="./scl:LN"/>
<xs:field xpath="@inst"/>
<xs:field xpath="@lnClass"/>
<xs:field xpath="@prefix"/>
</xs:unique>
</xs:element>
</xs:sequence>
<xs:attribute name="type" type="xs:normalizedString" use="optional"/>
<xs:attribute name="manufacturer" type="xs:normalizedString" use="optional"/>
<xs:attribute name="configVersion" type="xs:normalizedString" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tServices">
<xs:all>
<xs:element name="DynAssociation" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="SettingGroups" minOccurs="0">
<xs:complexType>
<xs:all>
<xs:element name="SGEdit" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="ConfSG" type="tServiceYesNo" minOccurs="0"/>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name="GetDirectory" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="GetDataObjectDefinition" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="DataObjectDirectory" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="GetDataSetValue" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="SetDataSetValue" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="DataSetDirectory" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="ConfDataSet" type="tServiceWithMaxAndMaxAttributesAndModify" minOccurs="0"/>
<xs:element name="DynDataSet" type="tServiceWithMaxAndMaxAttributes" minOccurs="0"/>
<xs:element name="ReadWrite" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="TimerActivatedControl" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="ConfReportControl" type="tServiceWithMax" minOccurs="0"/>
<xs:element name="GetCBValues" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="ConfLogControl" type="tServiceWithMax" minOccurs="0"/>
<xs:element name="ReportSettings" type="tReportSettings" minOccurs="0"/>
<xs:element name="LogSettings" type="tLogSettings" minOccurs="0"/>
<xs:element name="GSESettings" type="tGSESettings" minOccurs="0"/>
<xs:element name="SMVSettings" type="tSMVSettings" minOccurs="0"/>
<xs:element name="GSEDir" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="GOOSE" type="tServiceWithMax" minOccurs="0"/>
<xs:element name="GSSE" type="tServiceWithMax" minOccurs="0"/>
<xs:element name="FileHandling" type="tServiceYesNo" minOccurs="0"/>
<xs:element name="ConfLNs" type="tConfLNs" minOccurs="0"/>
<xs:element name="ClientServices" type="tClientServices" minOccurs="0"/>
</xs:all>
</xs:complexType>
<xs:complexType name="tAccessPoint">
<xs:complexContent>
<xs:extension base="tNaming">
<xs:choice minOccurs="0">
<xs:element name="Server" type="tServer">
<xs:unique name="uniqueAssociationInServer">
<xs:selector xpath="./scl:Association"/>
<xs:field xpath="@associationID"/>
</xs:unique>
</xs:element>
<xs:element ref="LN" maxOccurs="unbounded"/>
</xs:choice>
<xs:attribute name="router" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="clock" type="xs:boolean" use="optional" default="false"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tServer">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element name="Authentication">
<xs:complexType>
<xs:attributeGroup ref="agAuthentication"/>
</xs:complexType>
</xs:element>
<xs:element name="LDevice" type="tLDevice" maxOccurs="unbounded">
<xs:unique name="uniqueLNInLDevice">
<xs:selector xpath="./scl:LN"/>
<xs:field xpath="@inst"/>
<xs:field xpath="@lnClass"/>
<xs:field xpath="@prefix"/>
</xs:unique>
</xs:element>
<xs:element name="Association" type="tAssociation" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="timeout" type="xs:unsignedInt" use="optional" default="30"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tLDevice">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element ref="LN0"/>
<xs:element ref="LN" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="AccessControl" type="tAccessControl" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="inst" type="tName" use="required"/>
<xs:attribute name="ldName" type="tRestrLdName" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tAccessControl" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base="tAnyContentFromOtherNamespace"/>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tAssociation">
<xs:attribute name="kind" type="tAssociationKindEnum" use="required"/>
<xs:attribute name="associationID" type="tName" use="optional"/>
<xs:attributeGroup ref="agLNRef"/>
</xs:complexType>
<xs:element name="LN0">
<xs:complexType>
<xs:complexContent>
<xs:extension base="tLN0"/>
</xs:complexContent>
</xs:complexType>
<xs:unique name="uniqueReportControlInLN0">
<xs:selector xpath="./scl:ReportControl"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueLogControlInLN0">
<xs:selector xpath="./scl:LogControl"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueGSEControlInLN0">
<xs:selector xpath="./scl:GSEControl"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueSampledValueControlInLN0">
<xs:selector xpath="./scl:SampledValueControl"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:key name="DataSetKeyLN0">
<xs:selector xpath="./scl:DataSet"/>
<xs:field xpath="@name"/>
</xs:key>
<xs:keyref name="ref2DataSetReportLN0" refer="DataSetKeyLN0">
<xs:selector xpath="./scl:ReportControl"/>
<xs:field xpath="@datSet"/>
</xs:keyref>
<xs:keyref name="ref2DataSetLogLN0" refer="DataSetKeyLN0">
<xs:selector xpath="./scl:LogControl"/>
<xs:field xpath="@datSet"/>
</xs:keyref>
<xs:keyref name="ref2DataSetGSELN0" refer="DataSetKeyLN0">
<xs:selector xpath="./scl:GSEControl"/>
<xs:field xpath="@datSet"/>
</xs:keyref>
<xs:keyref name="ref2DataSetSVLN0" refer="DataSetKeyLN0">
<xs:selector xpath="./scl:SampledValueControl"/>
<xs:field xpath="@datSet"/>
</xs:keyref>
</xs:element>
<xs:element name="LN" type="tLN">
<xs:unique name="uniqueReportControlInLN">
<xs:selector xpath="./scl:ReportControl"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueLogControlInLN">
<xs:selector xpath="./scl:LogControl"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:key name="DataSetKeyInLN">
<xs:selector xpath="./scl:DataSet"/>
<xs:field xpath="@name"/>
</xs:key>
<xs:keyref name="ref2DataSetReport" refer="DataSetKeyInLN">
<xs:selector xpath="./scl:ReportControl"/>
<xs:field xpath="@datSet"/>
</xs:keyref>
<xs:keyref name="ref2DataSetLog" refer="DataSetKeyInLN">
<xs:selector xpath="./scl:LogControl"/>
<xs:field xpath="@datSet"/>
</xs:keyref>
</xs:element>
<xs:complexType name="tAnyLN" abstract="true">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element name="DataSet" type="tDataSet" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="ReportControl" type="tReportControl" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="LogControl" type="tLogControl" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="DOI" type="tDOI" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Inputs" type="tInputs" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="lnType" type="tName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tLN">
<xs:complexContent>
<xs:extension base="tAnyLN">
<xs:attribute name="lnClass" type="tLNClassEnum" use="required"/>
<xs:attribute name="inst" type="xs:unsignedInt" use="required"/>
<xs:attribute name="prefix" type="tAnyName" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tLN0">
<xs:complexContent>
<xs:extension base="tAnyLN">
<xs:sequence>
<xs:element name="GSEControl" type="tGSEControl" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="SampledValueControl" type="tSampledValueControl" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="SettingControl" type="tSettingControl" minOccurs="0"/>
<xs:element name="SCLControl" type="tSCLControl" minOccurs="0"/>
<xs:element name="Log" type="tLog" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="lnClass" type="tLNClassEnum" use="required" fixed="LLN0"/>
<xs:attribute name="inst" type="xs:normalizedString" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tDataSet">
<xs:complexContent>
<xs:extension base="tNaming">
<xs:choice maxOccurs="unbounded">
<xs:element name="FCDA" type="tFCDA"/>
<xs:element name="FCCB" type="tFCCB"/>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tFCDA">
<xs:attribute name="ldInst" type="tName" use="optional"/>
<xs:attribute name="prefix" type="tAnyName" use="optional"/>
<xs:attribute name="lnClass" type="tLNClassEnum" use="optional"/>
<xs:attribute name="lnInst" type="tName" use="optional"/>
<xs:attribute name="doName" type="tName" use="optional"/>
<xs:attribute name="daName" type="tName" use="optional"/>
<xs:attribute name="fc" type="tFCEnum" use="required"/>
</xs:complexType>
<xs:complexType name="tFCCB">
<xs:attribute name="ldInst" type="tName" use="required"/>
<xs:attribute name="prefix" type="tAnyName" use="optional"/>
<xs:attribute name="lnClass" type="tLNClassEnum" use="required"/>
<xs:attribute name="lnInst" type="tName" use="optional"/>
<xs:attribute name="cbName" type="tName" use="required"/>
<xs:attribute name="daName" type="tName" use="optional"/>
<xs:attribute name="fc" type="tServiceFCEnum" use="required"/>
</xs:complexType>
<xs:complexType name="tControl" abstract="true">
<xs:complexContent>
<xs:extension base="tNaming">
<xs:attribute name="datSet" type="tName" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tControlWithTriggerOpt" abstract="true">
<xs:complexContent>
<xs:extension base="tControl">
<xs:sequence>
<xs:element name="TrgOps" type="tTrgOps" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="intgPd" type="xs:unsignedInt" use="optional" default="0"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tTrgOps">
<xs:attribute name="dchg" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="qchg" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="dupd" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="period" type="xs:boolean" use="optional" default="false"/>
</xs:complexType>
<xs:complexType name="tReportControl">
<xs:complexContent>
<xs:extension base="tControlWithTriggerOpt">
<xs:sequence>
<xs:element name="OptFields">
<xs:complexType>
<xs:attributeGroup ref="agOptFields"/>
</xs:complexType>
</xs:element>
<xs:element name="RptEnabled" type="tRptEnabled" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="rptID" type="tName" use="optional"/>
<xs:attribute name="confRev" type="xs:unsignedInt" use="required"/>
<xs:attribute name="buffered" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="bufTime" type="xs:unsignedInt" use="optional" default="0"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tRptEnabled">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element name="ClientLN" type="tClientLN" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="max" type="xs:unsignedInt" use="optional" default="1"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tClientLN">
<xs:attributeGroup ref="agLNRef"/>
</xs:complexType>
<xs:complexType name="tLogControl">
<xs:complexContent>
<xs:extension base="tControlWithTriggerOpt">
<xs:attribute name="logName" type="tName" use="required"/>
<xs:attribute name="logEna" type="xs:boolean" use="optional" default="true"/>
<xs:attribute name="reasonCode" type="xs:boolean" use="optional" default="true"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tInputs">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element name="ExtRef" type="tExtRef" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tExtRef">
<xs:attributeGroup ref="agDORef"/>
<xs:attribute name="daName" type="tName" use="optional"/>
<xs:attribute name="intAddr" type="xs:normalizedString" use="optional"/>
</xs:complexType>
<xs:complexType name="tLog" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base="tAnyContentFromOtherNamespace"/>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tControlWithIEDName">
<xs:complexContent>
<xs:extension base="tControl">
<xs:sequence>
<xs:element name="IEDName" type="tName" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="confRev" type="xs:unsignedInt" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tGSEControl">
<xs:complexContent>
<xs:extension base="tControlWithIEDName">
<xs:attribute name="type" type="tGSEControlTypeEnum" use="optional" default="GOOSE"/>
<xs:attribute name="appID" type="xs:normalizedString" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSampledValueControl">
<xs:complexContent>
<xs:extension base="tControlWithIEDName">
<xs:sequence>
<xs:element name="SmvOpts">
<xs:complexType>
<xs:attributeGroup ref="agSmvOpts"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="smvID" type="xs:normalizedString" use="required"/>
<xs:attribute name="multicast" type="xs:boolean" default="true"/>
<xs:attribute name="smpRate" type="xs:unsignedInt" use="required"/>
<xs:attribute name="nofASDU" type="xs:unsignedInt" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSettingControl">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:attribute name="numOfSGs" type="xs:unsignedInt" use="required"/>
<xs:attribute name="actSG" type="xs:unsignedInt" use="optional" default="1"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSCLControl">
<xs:complexContent>
<xs:extension base="tUnNaming"/>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tDOI">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="SDI" type="tSDI"/>
<xs:element name="DAI" type="tDAI"/>
</xs:choice>
<xs:attribute name="name" type="tRestrName1stU" use="required"/>
<xs:attribute name="ix" type="xs:unsignedInt" use="optional"/>
<xs:attribute name="accessControl" type="xs:normalizedString" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSDI">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="SDI" type="tSDI"/>
<xs:element name="DAI" type="tDAI"/>
</xs:choice>
<xs:attribute name="name" type="tAttributeNameEnum" use="required"/>
<xs:attribute name="ix" type="xs:unsignedInt" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tDAI">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:sequence>
<xs:element name="Val" type="tVal" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="name" type="tAttributeNameEnum" use="required"/>
<xs:attribute name="sAddr" type="xs:normalizedString" use="optional"/>
<xs:attribute name="valKind" type="tValKindEnum" use="optional" default="Set"/>
<xs:attribute name="ix" type="xs:unsignedInt" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tServiceYesNo"/>
<xs:complexType name="tServiceWithMax">
<xs:attribute name="max" type="xs:unsignedInt" use="required"/>
</xs:complexType>
<xs:complexType name="tServiceWithMaxAndMaxAttributes">
<xs:complexContent>
<xs:extension base="tServiceWithMax">
<xs:attribute name="maxAttributes" type="xs:unsignedInt" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tServiceWithMaxAndModify">
<xs:complexContent>
<xs:extension base="tServiceWithMax">
<xs:attribute name="modify" type="xs:boolean" use="optional" default="true"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tServiceWithMaxAndMaxAttributesAndModify">
<xs:complexContent>
<xs:extension base="tServiceWithMaxAndMaxAttributes">
<xs:attribute name="modify" type="xs:boolean" use="optional" default="true"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tClientServices">
<xs:attribute name="goose" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="gsse" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="bufReport" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="unbufReport" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="readLog" type="xs:boolean" use="optional" default="false"/>
</xs:complexType>
<xs:complexType name="tServiceSettings" abstract="true">
<xs:attribute name="cbName" type="tServiceSettingsEnum" use="optional" default="Fix"/>
<xs:attribute name="datSet" type="tServiceSettingsEnum" use="optional" default="Fix"/>
</xs:complexType>
<xs:complexType name="tReportSettings">
<xs:complexContent>
<xs:extension base="tServiceSettings">
<xs:attribute name="rptID" type="tServiceSettingsEnum" use="optional" default="Fix"/>
<xs:attribute name="optFields" type="tServiceSettingsEnum" use="optional" default="Fix"/>
<xs:attribute name="bufTime" type="tServiceSettingsEnum" use="optional" default="Fix"/>
<xs:attribute name="trgOps" type="tServiceSettingsEnum" use="optional" default="Fix"/>
<xs:attribute name="intgPd" type="tServiceSettingsEnum" use="optional" default="Fix"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tLogSettings">
<xs:complexContent>
<xs:extension base="tServiceSettings">
<xs:attribute name="logEna" type="tServiceSettingsEnum" use="optional" default="Fix"/>
<xs:attribute name="trgOps" type="tServiceSettingsEnum" use="optional" default="Fix"/>
<xs:attribute name="intgPd" type="tServiceSettingsEnum" use="optional" default="Fix"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tGSESettings">
<xs:complexContent>
<xs:extension base="tServiceSettings">
<xs:attribute name="appID" type="tServiceSettingsEnum" use="optional" default="Fix"/>
<xs:attribute name="dataLabel" type="tServiceSettingsEnum" use="optional" default="Fix"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSMVSettings">
<xs:complexContent>
<xs:extension base="tServiceSettings">
<xs:sequence>
<xs:element name="SmpRate" maxOccurs="unbounded">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="svID" type="tServiceSettingsEnum" use="optional" default="Fix"/>
<xs:attribute name="optFields" type="tServiceSettingsEnum" use="optional" default="Fix"/>
<xs:attribute name="smpRate" type="tServiceSettingsEnum" use="optional" default="Fix"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tConfLNs">
<xs:attribute name="fixPrefix" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="fixLnInst" type="xs:boolean" use="optional" default="false"/>
</xs:complexType>
<xs:element name="IED" type="tIED">
<xs:unique name="uniqueAccessPointInIED">
<xs:selector xpath="./scl:AccessPoint"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:key name="LDeviceInIEDKey">
<xs:selector xpath="./scl:AccessPoint/scl:Server/scl:LDevice"/>
<xs:field xpath="@inst"/>
</xs:key>
<xs:keyref name="ref2LDeviceInIED" refer="LDeviceInIEDKey">
<xs:selector xpath="./scl:AccessPoint/scl:Server/scl:LDevice/scl:LN0/scl:LogControl"/>
<xs:field xpath="@logName"/>
</xs:keyref>
<xs:keyref name="ref2LDeviceInDataSetForFCDAinLN" refer="LDeviceInIEDKey">
<xs:selector xpath="./scl:AccessPoint/scl:Server/scl:LDevice/scl:LN/scl:DataSet/scl:FCDA"/>
<xs:field xpath="@ldInst"/>
</xs:keyref>
<xs:keyref name="ref2LDeviceInDataSetForFCCBinLN" refer="LDeviceInIEDKey">
<xs:selector xpath="./scl:AccessPoint/scl:Server/scl:LDevice/scl:LN/scl:DataSet/scl:FCCB"/>
<xs:field xpath="@ldInst"/>
</xs:keyref>
<xs:keyref name="ref2LDeviceInDataSetForFCDAinLN0" refer="LDeviceInIEDKey">
<xs:selector xpath="./scl:AccessPoint/scl:Server/scl:LDevice/scl:LN0/scl:DataSet/scl:FCDA"/>
<xs:field xpath="@ldInst"/>
</xs:keyref>
<xs:keyref name="ref2LDeviceInDataSetForFCCBinLN0" refer="LDeviceInIEDKey">
<xs:selector xpath="./scl:AccessPoint/scl:Server/scl:LDevice/scl:LN0/scl:DataSet/scl:FCCB"/>
<xs:field xpath="@ldInst"/>
</xs:keyref>
<!--<xs:keyref name="ref2LDeviceInDataSetForFCDAinLN" refer="LDeviceInIEDKey">
<xs:selector xpath="./scl:AccessPoint/scl:Server/scl:LDevice/scl:LN/scl:DataSet"/>
<xs:field xpath="@ldInst"/>
</xs:keyref>
<xs:keyref name="ref2LDeviceInDataSetForFCDAinLN0" refer="LDeviceInIEDKey">
<xs:selector xpath="./scl:AccessPoint/scl:Server/scl:LDevice/scl:LN0/scl:DataSet"/>
<xs:field xpath="@ldInst"/>
</xs:keyref>
<xs:keyref name="ref2LDeviceInDataSetForFCDAinLN2" refer="LDeviceInIEDKey">
<xs:selector xpath="./scl:AccessPoint/scl:LN/scl:DataSet"/>
<xs:field xpath="@ldInst"/>
</xs:keyref>-->
</xs:element>
</xs:schema>

View File

@ -1,276 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.iec.ch/61850/2006/SCL" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.iec.ch/61850/2006/SCL" xmlns:scl="http://www.iec.ch/61850/2006/SCL" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.4">
<xs:annotation>
<xs:documentation xml:lang="en">COPYRIGHT IEC, 2005. Version 1.4. Release 2005/09/11.</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="SCL_BaseTypes.xsd"/>
<xs:attributeGroup name="agVirtual">
<xs:attribute name="virtual" type="xs:boolean" use="optional" default="false"/>
</xs:attributeGroup>
<xs:complexType name="tLNodeContainer" abstract="true">
<xs:complexContent>
<xs:extension base="tNaming">
<xs:sequence>
<xs:element name="LNode" type="tLNode" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tPowerSystemResource" abstract="true">
<xs:complexContent>
<xs:extension base="tLNodeContainer"/>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tEquipmentContainer" abstract="true">
<xs:complexContent>
<xs:extension base="tPowerSystemResource">
<xs:sequence>
<xs:element name="PowerTransformer" type="tPowerTransformer" minOccurs="0" maxOccurs="unbounded">
<xs:unique name="uniqueWindingInPowerTransformer">
<xs:selector xpath="./scl:TransformerWinding"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
<xs:element name="GeneralEquipment" type="tGeneralEquipment" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tEquipment" abstract="true">
<xs:complexContent>
<xs:extension base="tPowerSystemResource">
<xs:attributeGroup ref="agVirtual"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tAbstractConductingEquipment" abstract="true">
<xs:complexContent>
<xs:extension base="tEquipment">
<xs:sequence>
<xs:element name="Terminal" type="tTerminal" minOccurs="0" maxOccurs="2"/>
<xs:element name="SubEquipment" type="tSubEquipment" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tConductingEquipment">
<xs:complexContent>
<xs:extension base="tAbstractConductingEquipment">
<xs:attribute name="type" type="tCommonConductingEquipmentEnum" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSubEquipment">
<xs:complexContent>
<xs:extension base="tPowerSystemResource">
<xs:attribute name="phase" type="tPhaseEnum" use="optional" default="none"/>
<xs:attributeGroup ref="agVirtual"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tPowerTransformer">
<xs:complexContent>
<xs:extension base="tEquipment">
<xs:sequence>
<xs:element name="TransformerWinding" type="tTransformerWinding" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="type" type="tPowerTransformerEnum" use="required" fixed="PTR"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tTransformerWinding">
<xs:complexContent>
<xs:extension base="tAbstractConductingEquipment">
<xs:sequence>
<xs:element name="TapChanger" type="tTapChanger" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="type" type="tTransformerWindingEnum" use="required" fixed="PTW"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tTapChanger">
<xs:complexContent>
<xs:extension base="tPowerSystemResource">
<xs:attribute name="type" type="xs:Name" use="required" fixed="LTC"/>
<xs:attributeGroup ref="agVirtual"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tGeneralEquipment">
<xs:complexContent>
<xs:extension base="tEquipment">
<xs:attribute name="type" type="tGeneralEquipmentEnum" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSubstation">
<xs:complexContent>
<xs:extension base="tEquipmentContainer">
<xs:sequence>
<xs:element name="VoltageLevel" type="tVoltageLevel" maxOccurs="unbounded">
<xs:unique name="uniqueBayInVoltageLevel">
<xs:selector xpath="./scl:Bay"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniquePowerTransformerInVoltageLevel">
<xs:selector xpath="./scl:PowerTransformer"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueGeneralEquipmentInVoltageLevel">
<xs:selector xpath="./scl:GeneralEquipment"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueChildNameInVoltageLevel">
<xs:selector xpath="./*"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
<xs:element name="Function" type="tFunction" minOccurs="0" maxOccurs="unbounded">
<xs:unique name="uniqueSubFunctionInFunction">
<xs:selector xpath="./scl:SubFunction"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueGeneralEquipmentInFunction">
<xs:selector xpath="./scl:GeneralEquipment"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tVoltageLevel">
<xs:complexContent>
<xs:extension base="tEquipmentContainer">
<xs:sequence>
<xs:element name="Voltage" type="tVoltage" minOccurs="0"/>
<xs:element name="Bay" type="tBay" maxOccurs="unbounded">
<xs:unique name="uniquePowerTransformerInBay">
<xs:selector xpath="./scl:PowerTransformer"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueConductingEquipmentInBay">
<xs:selector xpath="./scl:ConductingEquipment"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueGeneralEquipmentInBay">
<xs:selector xpath="./scl:GeneralEquipment"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueChildNameInBay">
<xs:selector xpath="./*"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tBay">
<xs:complexContent>
<xs:extension base="tEquipmentContainer">
<xs:sequence>
<xs:element name="ConductingEquipment" type="tConductingEquipment" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="ConnectivityNode" type="tConnectivityNode" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tLNode">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:attribute name="lnInst" type="tAnyName" use="optional"/>
<xs:attribute name="lnClass" type="tLNClassEnum" use="required"/>
<xs:attribute name="iedName" type="tName" use="optional" default="None"/>
<xs:attribute name="ldInst" type="tAnyName" use="optional"/>
<xs:attribute name="prefix" type="tAnyName" use="optional"/>
<xs:attribute name="lnType" type="tName" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tFunction">
<xs:complexContent>
<xs:extension base="tPowerSystemResource">
<xs:sequence>
<xs:element name="SubFunction" type="tSubFunction" minOccurs="0" maxOccurs="unbounded">
<xs:unique name="uniqueGeneralEquipmentInSubFunction">
<xs:selector xpath="./scl:GeneralEquipment"/>
<xs:field xpath="@name"/>
</xs:unique>
</xs:element>
<xs:element name="GeneralEquipment" type="tGeneralEquipment" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tSubFunction">
<xs:complexContent>
<xs:extension base="tPowerSystemResource">
<xs:sequence>
<xs:element name="GeneralEquipment" type="tGeneralEquipment" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tConnectivityNode">
<xs:complexContent>
<xs:extension base="tLNodeContainer">
<xs:attribute name="pathName" type="tRef" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tTerminal">
<xs:complexContent>
<xs:extension base="tUnNaming">
<xs:attribute name="name" type="tAnyName" use="optional"/>
<xs:attribute name="connectivityNode" type="tRef" use="required"/>
<xs:attribute name="substationName" type="tName" use="required"/>
<xs:attribute name="voltageLevelName" type="tName" use="required"/>
<xs:attribute name="bayName" type="tName" use="required"/>
<xs:attribute name="cNodeName" type="tName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="Substation" type="tSubstation">
<xs:unique name="uniqueVoltageLevelInSubstation">
<xs:selector xpath="./scl:VoltageLevel"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniquePowerTranformerInSubstation">
<xs:selector xpath="./scl:PowerTransformer"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueGeneralEquipmentInSubstation">
<xs:selector xpath="./scl:GeneralEquipment"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueFunctionInSubstation">
<xs:selector xpath="./scl:Function"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:key name="ConnectivityNodeKey">
<xs:selector xpath=".//scl:ConnectivityNode"/>
<xs:field xpath="@pathName"/>
</xs:key>
<xs:unique name="uniqueLNode">
<xs:selector xpath=".//scl:LNode"/>
<xs:field xpath="@lnInst"/>
<xs:field xpath="@lnClass"/>
<xs:field xpath="@iedName"/>
<xs:field xpath="@ldInst"/>
<xs:field xpath="@prefix"/>
</xs:unique>
<xs:unique name="uniqueChildNameInSubstation">
<xs:selector xpath="./*"/>
<xs:field xpath="@name"/>
</xs:unique>
<!-- This identity constraint must be removed, as there is a problem with the (according to part 6 text)
predefined connectivity node grounded resp GROUNDED. If a terminal references this node, which
is naturally NOT defined explicitely in the SCL file, verification fails.
<xs:keyref name="ref2ConnectivityNode" refer="ConnectivityNodeKey">
<xs:selector xpath=".//scl:Terminal"/>
<xs:field xpath="@connectivityNode"/>
</xs:keyref>
-->
</xs:element>
</xs:schema>

View File

@ -1,38 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],2,5,1,REF542,REF542,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,2,0,12,1,1000,0,0,100,150,1
,,4,0,30,32,1000,1,0,100,200,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,0,0.001,0,0,A相电流,1,IA,,
,,0,2,0.001,0,0,B相电流,1,IB,,
,,0,4,0.001,0,0,C相电流,1,IC,,
,,0,6,0.001,0,0,零序电流,1,Io,,
,,0,8,1,0,0,功率因数,0.001,PF,,
,,0,10,0.001,0,0,有功,1,P,,
,,0,12,0.001,0,0,无功,1,Q,,
,,0,14,0.001,0,0,AB线电压,0.001,UAB,,
,,0,16,0.001,0,0,BC线电压,0.001,UBC,,
,,0,18,0.001,0,0,CA线电压,0.001,UCA,,
,,0,20,0.001,0,0,A相电压,0.001,VA,,
,,0,22,0.001,0,0,B相电压,0.001,VB,,
,,0,24,0.001,0,0,C相电压,0.001,VC,,
,,0,26,0.001,0,0,零序电压,0.001,Vo,,
,,0,28,0.1,0,0,频率,0.01,F,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,0,1,0,断路器操作,0,0,Oper,,,
,,2,3,0,手车操作,0,0,Null,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,0,0,断路器合位,PosOn,0,0,0,,,
,,0,1,断路器分位,PosOff,0,0,0,,,
,,0,2,手车工作位,RkdIn,0,0,0,,,
,,0,3,手车试验位,RkdOut,0,0,0,,,
,,0,4,弹簧已储能,CGPos,0,0,0,,,
,,0,5,PT手车工作位置,PTIn,0,0,0,,,
,,0,6,PT手车试验位置,PTOut,0,0,0,,,
,,0,7,PT切换运行,PTCH,0,0,0,,,
,,0,8,备用,BY,0,0,0,,,
,,0,9,微型空开跳,CB1Trip,0,0,0,,,
,,0,10,过流,OC,0,0,0,,,
,,0,11,远方,LocRem,0,0,0,,,
,,65535,65535,通讯状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 2 5 1 REF542 REF542
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 2 0 12 1 1000 0 0 100 150 1
5 4 0 30 32 1000 1 0 100 200 0
6 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
7 [Point] YC 0 0 0.001 0 0 A相电流 1 IA
8 0 2 0.001 0 0 B相电流 1 IB
9 0 4 0.001 0 0 C相电流 1 IC
10 0 6 0.001 0 0 零序电流 1 Io
11 0 8 1 0 0 功率因数 0.001 PF
12 0 10 0.001 0 0 有功 1 P
13 0 12 0.001 0 0 无功 1 Q
14 0 14 0.001 0 0 AB线电压 0.001 UAB
15 0 16 0.001 0 0 BC线电压 0.001 UBC
16 0 18 0.001 0 0 CA线电压 0.001 UCA
17 0 20 0.001 0 0 A相电压 0.001 VA
18 0 22 0.001 0 0 B相电压 0.001 VB
19 0 24 0.001 0 0 C相电压 0.001 VC
20 0 26 0.001 0 0 零序电压 0.001 Vo
21 0 28 0.1 0 0 频率 0.01 F
22 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
23 [Point] YK 0 1 0 断路器操作 0 0 Oper
24 2 3 0 手车操作 0 0 Null
25 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
26 [Point] YX 0 0 断路器合位 PosOn 0 0 0
27 0 1 断路器分位 PosOff 0 0 0
28 0 2 手车工作位 RkdIn 0 0 0
29 0 3 手车试验位 RkdOut 0 0 0
30 0 4 弹簧已储能 CGPos 0 0 0
31 0 5 PT手车工作位置 PTIn 0 0 0
32 0 6 PT手车试验位置 PTOut 0 0 0
33 0 7 PT切换运行 PTCH 0 0 0
34 0 8 备用 BY 0 0 0
35 0 9 微型空开跳 CB1Trip 0 0 0
36 0 10 过流 OC 0 0 0
37 0 11 远方 LocRem 0 0 0
38 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,42 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],8,9,1,REF615Dplus,REF615Dplus,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,137,4,16,1000,0,0,14,100,0
,,2,2767,16,1,1000,0,0,14,100,1
,,2,3183,52,1,1000,0,0,14,100,1
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,137,4,0,0,A相电流,0.1,IA,,
,,0,138,4,0,0,B相电流,0.1,IB,,
,,0,139,4,0,0,C相电流,0.1,IC,,
,,0,140,4,0,0,零序电流,0.1,I0,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,0,2767,过流跳闸,OC1,0,0,0,,,
,,0,2768,速断跳闸,OC2,0,0,0,,,
,,0,2769,备用指示灯3,LED3,0,0,0,,,
,,0,2770,备用指示灯4,LED4,0,0,0,,,
,,0,2771,备用指示灯5,LED5,0,0,0,,,
,,0,2772,备用指示灯6,LED6,0,0,0,,,
,,0,2773,备用指示灯7,LED7,0,0,0,,,
,,0,2774,备用指示灯8,LED8,0,0,0,,,
,,0,2775,控制回路断线,CF,0,0,0,,,
,,0,2776,弹簧未储能,NCGPos,0,0,0,,,
,,0,2777,备用指示灯11,LED11,0,0,0,,,
,,0,3183,6kV柴发进线柜分闸信号,DI1,0,0,0,,,
,,0,3185,6kV柴发出线柜分闸信号,DI2,0,0,0,,,
,,0,3187,备用出线柜分闸信号,DI3,0,0,0,,,
,,0,3189,备用,DI4,0,0,0,,,
,,0,3191,备用,DI5,0,0,0,,,
,,0,3193,备用,DI6,0,0,0,,,
,,0,3199,10kV进线柜有压信号,DI7,0,0,0,,,
,,0,3201,断路器合位,PosOn,0,0,0,,,
,,0,3203,10kV进线柜无压信号,DI9,0,0,0,,,
,,0,3205,本段6kV进线柜子失压跳,DI10,0,0,0,,,
,,0,3215,6kV柴发进线柜工作位合闸001,DI11,0,0,0,,,
,,0,3217,6kV柴发进线柜工作位合闸002,DI12,0,0,0,,,
,,0,3219,6kV系统所有负荷回路分闸状态,DI13,0,0,0,,,
,,0,3221,弹簧未储能,CGOff,0,0,0,,,
,,0,3223,手车试验位置,RkdOut,0,0,0,,,
,,0,3225,手车工作位置,RkdIn,0,0,0,,,
,,0,3227,6kV进线柜分闸信号001,DI17,0,0,0,,,
,,0,3229,6kV进线柜分闸信号002,DI18,0,0,0,,,
,,65535,65535,通讯状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 8 9 1 REF615Dplus REF615Dplus
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 3 137 4 16 1000 0 0 14 100 0
5 2 2767 16 1 1000 0 0 14 100 1
6 2 3183 52 1 1000 0 0 14 100 1
7 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
8 [Point] YC 0 137 4 0 0 A相电流 0.1 IA
9 0 138 4 0 0 B相电流 0.1 IB
10 0 139 4 0 0 C相电流 0.1 IC
11 0 140 4 0 0 零序电流 0.1 I0
12 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
13 [Point] YX 0 2767 过流跳闸 OC1 0 0 0
14 0 2768 速断跳闸 OC2 0 0 0
15 0 2769 备用指示灯3 LED3 0 0 0
16 0 2770 备用指示灯4 LED4 0 0 0
17 0 2771 备用指示灯5 LED5 0 0 0
18 0 2772 备用指示灯6 LED6 0 0 0
19 0 2773 备用指示灯7 LED7 0 0 0
20 0 2774 备用指示灯8 LED8 0 0 0
21 0 2775 控制回路断线 CF 0 0 0
22 0 2776 弹簧未储能 NCGPos 0 0 0
23 0 2777 备用指示灯11 LED11 0 0 0
24 0 3183 6kV柴发进线柜分闸信号 DI1 0 0 0
25 0 3185 6kV柴发出线柜分闸信号 DI2 0 0 0
26 0 3187 备用出线柜分闸信号 DI3 0 0 0
27 0 3189 备用 DI4 0 0 0
28 0 3191 备用 DI5 0 0 0
29 0 3193 备用 DI6 0 0 0
30 0 3199 10kV进线柜有压信号 DI7 0 0 0
31 0 3201 断路器合位 PosOn 0 0 0
32 0 3203 10kV进线柜无压信号 DI9 0 0 0
33 0 3205 本段6kV进线柜子失压跳 DI10 0 0 0
34 0 3215 6kV柴发进线柜工作位合闸001 DI11 0 0 0
35 0 3217 6kV柴发进线柜工作位合闸002 DI12 0 0 0
36 0 3219 6kV系统所有负荷回路分闸状态 DI13 0 0 0
37 0 3221 弹簧未储能 CGOff 0 0 0
38 0 3223 手车试验位置 RkdOut 0 0 0
39 0 3225 手车工作位置 RkdIn 0 0 0
40 0 3227 6kV进线柜分闸信号001 DI17 0 0 0
41 0 3229 6kV进线柜分闸信号002 DI18 0 0 0
42 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,36 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],3,9,1,REF615D,REF615D,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,137,4,16,1000,0,0,14,100,0
,,2,2767,16,1,1000,0,0,14,100,1
,,2,3199,32,1,1000,0,0,14,100,1
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,137,2,0,0,A相电流,0.1,IA,,
,,0,138,2,0,0,B相电流,0.1,IB,,
,,0,139,2,0,0,C相电流,0.1,IC,,
,,0,140,2,0,0,零序电流,0.1,I0,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,0,2767,过流跳闸,OC1,0,0,0,,,
,,0,2768,速断跳闸,OC2,0,0,0,,,
,,0,2769,接地故障跳闸,EOC,0,0,0,,,
,,0,2770,变压器超温跳闸,OTT,0,0,0,,,
,,0,2771,变压器高温报警,HAT,0,0,0,,,
,,0,2772,备用指示灯6,LED6,0,0,0,,,
,,0,2773,下级6kV进线柜联跳,LED7,0,0,0,,,
,,0,2774,10kV进线柜失压联跳,LED8,0,0,0,,,
,,0,2775,控制回路断线,CF,0,0,0,,,
,,0,2776,弹簧未储能,NCGPos,0,0,0,,,
,,0,2777,备用指示灯11,LED11,0,0,0,,,
,,0,3199,10kV进线柜失压联跳,DI1,0,0,0,,,
,,0,3201,断路器合位,PosOn,0,0,0,,,
,,0,3203,6kV系统柴发进线柜分闸信号,DI3,0,0,0,,,
,,0,3205,中央控制室允许分闸信号,DI4,0,0,0,,,
,,0,3215,变压器高温报警,DI5,0,0,0,,,
,,0,3217,001-AE分闸信号,DI6,0,0,0,,,
,,0,3219,下级6kV进线柜联跳,DI7,0,0,0,,,
,,0,3221,弹簧未储能,CGOff,0,0,0,,,
,,0,3223,手车工作位置,RkdIn,0,0,0,,,
,,0,3225,变压器超温跳闸,DI10,0,0,0,,,
,,0,3227,006-BE分闸信号,DI11,0,0,0,,,
,,0,3229,10kV进线柜有压信号,DI12,0,0,0,,,
,,65535,65535,通讯状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 3 9 1 REF615D REF615D
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 3 137 4 16 1000 0 0 14 100 0
5 2 2767 16 1 1000 0 0 14 100 1
6 2 3199 32 1 1000 0 0 14 100 1
7 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
8 [Point] YC 0 137 2 0 0 A相电流 0.1 IA
9 0 138 2 0 0 B相电流 0.1 IB
10 0 139 2 0 0 C相电流 0.1 IC
11 0 140 2 0 0 零序电流 0.1 I0
12 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
13 [Point] YX 0 2767 过流跳闸 OC1 0 0 0
14 0 2768 速断跳闸 OC2 0 0 0
15 0 2769 接地故障跳闸 EOC 0 0 0
16 0 2770 变压器超温跳闸 OTT 0 0 0
17 0 2771 变压器高温报警 HAT 0 0 0
18 0 2772 备用指示灯6 LED6 0 0 0
19 0 2773 下级6kV进线柜联跳 LED7 0 0 0
20 0 2774 10kV进线柜失压联跳 LED8 0 0 0
21 0 2775 控制回路断线 CF 0 0 0
22 0 2776 弹簧未储能 NCGPos 0 0 0
23 0 2777 备用指示灯11 LED11 0 0 0
24 0 3199 10kV进线柜失压联跳 DI1 0 0 0
25 0 3201 断路器合位 PosOn 0 0 0
26 0 3203 6kV系统柴发进线柜分闸信号 DI3 0 0 0
27 0 3205 中央控制室允许分闸信号 DI4 0 0 0
28 0 3215 变压器高温报警 DI5 0 0 0
29 0 3217 001-AE分闸信号 DI6 0 0 0
30 0 3219 下级6kV进线柜联跳 DI7 0 0 0
31 0 3221 弹簧未储能 CGOff 0 0 0
32 0 3223 手车工作位置 RkdIn 0 0 0
33 0 3225 变压器超温跳闸 DI10 0 0 0
34 0 3227 006-BE分闸信号 DI11 0 0 0
35 0 3229 10kV进线柜有压信号 DI12 0 0 0
36 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,56 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],1,9,1,REF615K,REF615K,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,137,20,16,1000,0,0,14,100,0
,,3,160,6,32,1000,1,0,14,100,0
,,3,166,2,16,1000,1,0,14,100,0
,,2,2767,11,1,1000,0,0,14,100,1
,,2,3359,32,1,1000,0,0,14,100,1
,,3,2039,8,32,1000,0,2,14,600000,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,137,5,0,0,A相电流,0.1,IA,,
,,0,138,5,0,0,B相电流,0.1,IB,,
,,0,139,5,0,0,C相电流,0.1,IC,,
,,0,140,5,0,0,零序电流,0.1,I0,,
,,0,141,1,0,0,零序电压,0.01,U0,,
,,0,151,1,0,0,A相电压,0.01,VA,,
,,0,152,1,0,0,B相电压,0.01,VB,,
,,0,153,1,0,0,C相电压,0.01,VC,,
,,0,154,1,0,0,AB线电压,0.01,UAB,,
,,0,155,1,0,0,BC线电压,0.01,UBC,,
,,0,156,1,0,0,CA线电压,0.01,UCA,,
,,0,160,1,0,0,有功功率,1,P,,
,,0,162,1,0,0,无功功率,1,Q,,
,,0,164,1,0,0,视在功率,1,S,,
,,0,166,1,0,0,功率因数,0.001,PF,,
,,0,167,1,0,0,频率,0.01,F,,
[Title],点类型,功能号,信息号,放大系数,修正值,点描述,装置系数 ,点名缩写,,,
[Point],YM,0,2039,1,0,反有功电量,1,EPr,,,
,,0,2041,1,0,反无功电量,1,EQr,,,
,,0,2043,1,0,正有功电量,1,EQd,,,
,,0,2045,1,0,正无功电量,1,EQd,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,0,2767,过流跳闸,OC1,0,0,0,,,
,,0,2768,速断跳闸,OC2,0,0,0,,,
,,0,2769,接地故障跳闸,EOC,0,0,0,,,
,,0,2770,失压跳闸,UV,0,0,0,,,
,,0,2771,备用指示灯5,LED5,0,0,0,,,
,,0,2772,备用指示灯6,LED6,0,0,0,,,
,,0,2773,备用指示灯7,LED7,0,0,0,,,
,,0,2774,备用指示灯8,LED8,0,0,0,,,
,,0,2775,控制回路断线,CF,0,0,0,,,
,,0,2776,弹簧未储能,NCGPos,0,0,0,,,
,,0,2777,备用指示灯11,LED11,0,0,0,,,
,,0,3359,PT手车工作位置,PTRkdIn,0,0,0,,,
,,0,3361,断路器合位,PosOn,0,0,0,,,
,,0,3363,断路器分位,PosOff,0,0,0,,,
,,0,3365,备用1,DI4,0,0,0,,,
,,0,3375,备用2,DI5,0,0,0,,,
,,0,3377,备用3,DI6,0,0,0,,,
,,0,3379,备用4,DI7,0,0,0,,,
,,0,3381,弹簧未储能,CGoff,0,0,0,,,
,,0,3383,手车试验位置,RkdOut,0,0,0,,,
,,0,3385,手车工作位置,RkdIn,0,0,0,,,
,,0,3387,备用5,DI11,0,0,0,,,
,,0,3389,备用6,DI12,0,0,0,,,
,,65535,65535,通讯状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 9 1 REF615K REF615K
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 3 137 20 16 1000 0 0 14 100 0
5 3 160 6 32 1000 1 0 14 100 0
6 3 166 2 16 1000 1 0 14 100 0
7 2 2767 11 1 1000 0 0 14 100 1
8 2 3359 32 1 1000 0 0 14 100 1
9 3 2039 8 32 1000 0 2 14 600000 0
10 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
11 [Point] YC 0 137 5 0 0 A相电流 0.1 IA
12 0 138 5 0 0 B相电流 0.1 IB
13 0 139 5 0 0 C相电流 0.1 IC
14 0 140 5 0 0 零序电流 0.1 I0
15 0 141 1 0 0 零序电压 0.01 U0
16 0 151 1 0 0 A相电压 0.01 VA
17 0 152 1 0 0 B相电压 0.01 VB
18 0 153 1 0 0 C相电压 0.01 VC
19 0 154 1 0 0 AB线电压 0.01 UAB
20 0 155 1 0 0 BC线电压 0.01 UBC
21 0 156 1 0 0 CA线电压 0.01 UCA
22 0 160 1 0 0 有功功率 1 P
23 0 162 1 0 0 无功功率 1 Q
24 0 164 1 0 0 视在功率 1 S
25 0 166 1 0 0 功率因数 0.001 PF
26 0 167 1 0 0 频率 0.01 F
27 [Title] 点类型 功能号 信息号 放大系数 修正值 点描述 装置系数 点名缩写
28 [Point] YM 0 2039 1 0 反有功电量 1 EPr
29 0 2041 1 0 反无功电量 1 EQr
30 0 2043 1 0 正有功电量 1 EQd
31 0 2045 1 0 正无功电量 1 EQd
32 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
33 [Point] YX 0 2767 过流跳闸 OC1 0 0 0
34 0 2768 速断跳闸 OC2 0 0 0
35 0 2769 接地故障跳闸 EOC 0 0 0
36 0 2770 失压跳闸 UV 0 0 0
37 0 2771 备用指示灯5 LED5 0 0 0
38 0 2772 备用指示灯6 LED6 0 0 0
39 0 2773 备用指示灯7 LED7 0 0 0
40 0 2774 备用指示灯8 LED8 0 0 0
41 0 2775 控制回路断线 CF 0 0 0
42 0 2776 弹簧未储能 NCGPos 0 0 0
43 0 2777 备用指示灯11 LED11 0 0 0
44 0 3359 PT手车工作位置 PTRkdIn 0 0 0
45 0 3361 断路器合位 PosOn 0 0 0
46 0 3363 断路器分位 PosOff 0 0 0
47 0 3365 备用1 DI4 0 0 0
48 0 3375 备用2 DI5 0 0 0
49 0 3377 备用3 DI6 0 0 0
50 0 3379 备用4 DI7 0 0 0
51 0 3381 弹簧未储能 CGoff 0 0 0
52 0 3383 手车试验位置 RkdOut 0 0 0
53 0 3385 手车工作位置 RkdIn 0 0 0
54 0 3387 备用5 DI11 0 0 0
55 0 3389 备用6 DI12 0 0 0
56 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,52 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],12,9,1,REM615B,06-AE蒸发器压缩机,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,137,20,16,1000,0,0,14,100,0
,,3,160,6,32,1000,1,0,14,100,0
,,3,166,2,16,1000,1,0,14,100,0
,,2,2767,16,1,1000,0,0,14,100,1
,,2,3215,16,1,1000,0,0,14,100,1
,,3,2039,8,32,1000,0,2,14,600000,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,137,0.75,0,0,A相电流,0.1,IA,,
,,0,138,0.75,0,0,B相电流,0.1,IB,,
,,0,139,0.75,0,0,C相电流,0.1,IC,,
,,0,140,0.5,0,0,零序电流,0.1,I0,,
,,0,141,1,0,0,零序电压,0.01,U0,,
,,0,151,1,0,0,A相电压,0.01,VA,,
,,0,152,1,0,0,B相电压,0.01,VB,,
,,0,153,1,0,0,C相电压,0.01,VC,,
,,0,154,1,0,0,AB线电压,0.01,UAB,,
,,0,155,1,0,0,BC线电压,0.01,UBC,,
,,0,156,1,0,0,CA线电压,0.01,UCA,,
,,0,160,1,0,0,有功功率,1,P,,
,,0,162,1,0,0,无功功率,1,Q,,
,,0,164,1,0,0,视在功率,1,S,,
,,0,166,1,0,0,功率因数,0.001,PF,,
,,0,167,1,0,0,频率,0.01,F,,
[Title],点类型,功能号,信息号,放大系数,修正值,点描述,装置系数 ,点名缩写,,,
[Point],YM,0,2039,1,0,反有功电量,1,EPr,,,
,,0,2041,1,0,反无功电量,1,EQr,,,
,,0,2043,1,0,正有功电量,1,EPd,,,
,,0,2045,1,0,正无功电量,1,EQd,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,0,2767,过流跳闸,OC1,0,0,0,,,
,,0,2768,速断跳闸,OC2,0,0,0,,,
,,0,2769,接地故障跳闸,EOC,0,0,0,,,
,,0,2770,失压跳闸,UV,0,0,0,,,
,,0,2771,堵转保护跳闸,ExLocked,0,0,0,,,
,,0,2772,热过负荷跳闸,ThOT,0,0,0,,,
,,0,2773,备用指示灯7,LED7,0,0,0,,,
,,0,2774,电机启动异常,MorFlt,0,0,0,,,
,,0,2775,控制回路断线,CF,0,0,0,,,
,,0,2776,弹簧未储能,NCGPos,0,0,0,,,
,,0,2777,备用指示灯11,LED11,0,0,0,,,
,,0,3215,启动,DI1,0,0,0,,,
,,0,3217,停止,DI2,0,0,0,,,
,,0,3219,备用开入,DI3,0,0,0,,,
,,0,3221,弹簧未储能,CGoff,0,0,0,,,
,,0,3223,手车试验位置,RkdOut,0,0,0,,,
,,0,3225,手车工作位置,RkdIn,0,0,0,,,
,,0,3227,地刀分闸,ESPosoff,0,0,0,,,
,,0,3229,地刀合闸,ESPos,0,0,0,,,
,,65535,65535,通讯状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 12 9 1 REM615B 06-AE蒸发器压缩机
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 3 137 20 16 1000 0 0 14 100 0
5 3 160 6 32 1000 1 0 14 100 0
6 3 166 2 16 1000 1 0 14 100 0
7 2 2767 16 1 1000 0 0 14 100 1
8 2 3215 16 1 1000 0 0 14 100 1
9 3 2039 8 32 1000 0 2 14 600000 0
10 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
11 [Point] YC 0 137 0.75 0 0 A相电流 0.1 IA
12 0 138 0.75 0 0 B相电流 0.1 IB
13 0 139 0.75 0 0 C相电流 0.1 IC
14 0 140 0.5 0 0 零序电流 0.1 I0
15 0 141 1 0 0 零序电压 0.01 U0
16 0 151 1 0 0 A相电压 0.01 VA
17 0 152 1 0 0 B相电压 0.01 VB
18 0 153 1 0 0 C相电压 0.01 VC
19 0 154 1 0 0 AB线电压 0.01 UAB
20 0 155 1 0 0 BC线电压 0.01 UBC
21 0 156 1 0 0 CA线电压 0.01 UCA
22 0 160 1 0 0 有功功率 1 P
23 0 162 1 0 0 无功功率 1 Q
24 0 164 1 0 0 视在功率 1 S
25 0 166 1 0 0 功率因数 0.001 PF
26 0 167 1 0 0 频率 0.01 F
27 [Title] 点类型 功能号 信息号 放大系数 修正值 点描述 装置系数 点名缩写
28 [Point] YM 0 2039 1 0 反有功电量 1 EPr
29 0 2041 1 0 反无功电量 1 EQr
30 0 2043 1 0 正有功电量 1 EPd
31 0 2045 1 0 正无功电量 1 EQd
32 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
33 [Point] YX 0 2767 过流跳闸 OC1 0 0 0
34 0 2768 速断跳闸 OC2 0 0 0
35 0 2769 接地故障跳闸 EOC 0 0 0
36 0 2770 失压跳闸 UV 0 0 0
37 0 2771 堵转保护跳闸 ExLocked 0 0 0
38 0 2772 热过负荷跳闸 ThOT 0 0 0
39 0 2773 备用指示灯7 LED7 0 0 0
40 0 2774 电机启动异常 MorFlt 0 0 0
41 0 2775 控制回路断线 CF 0 0 0
42 0 2776 弹簧未储能 NCGPos 0 0 0
43 0 2777 备用指示灯11 LED11 0 0 0
44 0 3215 启动 DI1 0 0 0
45 0 3217 停止 DI2 0 0 0
46 0 3219 备用开入 DI3 0 0 0
47 0 3221 弹簧未储能 CGoff 0 0 0
48 0 3223 手车试验位置 RkdOut 0 0 0
49 0 3225 手车工作位置 RkdIn 0 0 0
50 0 3227 地刀分闸 ESPosoff 0 0 0
51 0 3229 地刀合闸 ESPos 0 0 0
52 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,56 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],15,9,1,REM615J,REM615J,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,137,20,16,1000,0,0,14,100,0
,,3,160,6,32,1000,1,0,14,100,0
,,3,166,2,16,1000,1,0,14,100,0
,,2,2767,16,1,1000,0,0,14,100,1
,,2,3199,32,1,1000,0,0,14,100,1
,,3,2039,8,32,1000,0,2,14,600000,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,137,1,0,0,A相电流,0.1,IA,,
,,0,138,1,0,0,B相电流,0.1,IB,,
,,0,139,1,0,0,C相电流,0.1,IC,,
,,0,140,0.5,0,0,零序电流,0.1,I0,,
,,0,141,1,0,0,零序电压,0.01,U0,,
,,0,151,1,0,0,A相电压,0.01,VA,,
,,0,152,1,0,0,B相电压,0.01,VB,,
,,0,153,1,0,0,C相电压,0.01,VC,,
,,0,154,1,0,0,AB线电压,0.01,UAB,,
,,0,155,1,0,0,BC线电压,0.01,UBC,,
,,0,156,1,0,0,CA线电压,0.01,UCA,,
,,0,160,1,0,0,有功功率,1,P,,
,,0,162,1,0,0,无功功率,1,Q,,
,,0,164,1,0,0,视在功率,1,S,,
,,0,166,1,0,0,功率因数,0.001,PF,,
,,0,167,1,0,0,频率,0.01,F,,
[Title],点类型,功能号,信息号,放大系数,修正值,点描述,装置系数 ,点名缩写,,,
[Point],YM,0,2039,1,0,反有功电量,1,EPr,,,
,,0,2041,1,0,反无功电量,1,EQr,,,
,,0,2043,1,0,正有功电量,1,EPd,,,
,,0,2045,1,0,正无功电量,1,EQd,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,0,2767,过流跳闸,OC1,0,0,0,,,
,,0,2768,速断跳闸,OC2,0,0,0,,,
,,0,2769,接地故障跳闸,EOC,0,0,0,,,
,,0,2770,失压跳闸,UV,0,0,0,,,
,,0,2771,堵转保护跳闸,ExLocked,0,0,0,,,
,,0,2772,热过负荷跳闸,ThOT,0,0,0,,,
,,0,2773,备用指示灯7,LED7,0,0,0,,,
,,0,2774,电机启动异常,MorFlt,0,0,0,,,
,,0,2775,控制回路断线,CF,0,0,0,,,
,,0,2776,弹簧未储能,NCGPos,0,0,0,,,
,,0,2777,备用指示灯11,LED11,0,0,0,,,
,,0,3199,现场操作柱远方,LocRem,0,0,0,,,
,,0,3201,现场操作柱就地,Local,0,0,0,,,
,,0,3203,断路器分位,PosOff,0,0,0,,,
,,0,3205,允许启动,DI4,0,0,0,,,
,,0,3215,启动,DI5,0,0,0,,,
,,0,3217,停止,DI6,0,0,0,,,
,,0,3219,电机故障跳闸信号,DI7,0,0,0,,,
,,0,3221,弹簧未储能,CGOff,0,0,0,,,
,,0,3223,手车试验位置,RkdOut,0,0,0,,,
,,0,3225,手车工作位置,RkdIn,0,0,0,,,
,,0,3227,中央控制室SIS停止,DI11,0,0,0,,,
,,0,3229,地刀合闸,ESPos,0,0,0,,,
,,65535,65535,通讯状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 15 9 1 REM615J REM615J
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 3 137 20 16 1000 0 0 14 100 0
5 3 160 6 32 1000 1 0 14 100 0
6 3 166 2 16 1000 1 0 14 100 0
7 2 2767 16 1 1000 0 0 14 100 1
8 2 3199 32 1 1000 0 0 14 100 1
9 3 2039 8 32 1000 0 2 14 600000 0
10 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
11 [Point] YC 0 137 1 0 0 A相电流 0.1 IA
12 0 138 1 0 0 B相电流 0.1 IB
13 0 139 1 0 0 C相电流 0.1 IC
14 0 140 0.5 0 0 零序电流 0.1 I0
15 0 141 1 0 0 零序电压 0.01 U0
16 0 151 1 0 0 A相电压 0.01 VA
17 0 152 1 0 0 B相电压 0.01 VB
18 0 153 1 0 0 C相电压 0.01 VC
19 0 154 1 0 0 AB线电压 0.01 UAB
20 0 155 1 0 0 BC线电压 0.01 UBC
21 0 156 1 0 0 CA线电压 0.01 UCA
22 0 160 1 0 0 有功功率 1 P
23 0 162 1 0 0 无功功率 1 Q
24 0 164 1 0 0 视在功率 1 S
25 0 166 1 0 0 功率因数 0.001 PF
26 0 167 1 0 0 频率 0.01 F
27 [Title] 点类型 功能号 信息号 放大系数 修正值 点描述 装置系数 点名缩写
28 [Point] YM 0 2039 1 0 反有功电量 1 EPr
29 0 2041 1 0 反无功电量 1 EQr
30 0 2043 1 0 正有功电量 1 EPd
31 0 2045 1 0 正无功电量 1 EQd
32 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
33 [Point] YX 0 2767 过流跳闸 OC1 0 0 0
34 0 2768 速断跳闸 OC2 0 0 0
35 0 2769 接地故障跳闸 EOC 0 0 0
36 0 2770 失压跳闸 UV 0 0 0
37 0 2771 堵转保护跳闸 ExLocked 0 0 0
38 0 2772 热过负荷跳闸 ThOT 0 0 0
39 0 2773 备用指示灯7 LED7 0 0 0
40 0 2774 电机启动异常 MorFlt 0 0 0
41 0 2775 控制回路断线 CF 0 0 0
42 0 2776 弹簧未储能 NCGPos 0 0 0
43 0 2777 备用指示灯11 LED11 0 0 0
44 0 3199 现场操作柱远方 LocRem 0 0 0
45 0 3201 现场操作柱就地 Local 0 0 0
46 0 3203 断路器分位 PosOff 0 0 0
47 0 3205 允许启动 DI4 0 0 0
48 0 3215 启动 DI5 0 0 0
49 0 3217 停止 DI6 0 0 0
50 0 3219 电机故障跳闸信号 DI7 0 0 0
51 0 3221 弹簧未储能 CGOff 0 0 0
52 0 3223 手车试验位置 RkdOut 0 0 0
53 0 3225 手车工作位置 RkdIn 0 0 0
54 0 3227 中央控制室SIS停止 DI11 0 0 0
55 0 3229 地刀合闸 ESPos 0 0 0
56 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,57 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],5,9,1,RET615E,RET615E,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,137,20,16,1000,0,0,14,100,0
,,3,160,6,32,1000,1,0,14,100,0
,,3,166,2,16,1000,1,0,14,100,0
,,2,2767,11,1,1000,0,0,14,100,1
,,2,3183,48,1,1000,0,0,14,100,1
,,3,2039,8,32,1000,0,2,14,600000,0
,,2,3535,8,1,1000,0,0,14,100,1
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,133,1,0,0,A相电压,0.01,UA,,
,,0,134,1,0,0,B相电压,0.01,UB,,
,,0,135,1,0,0,C相电压,0.01,UC,,
,,0,136,1,0,0,零序电压,0.01,U0,,
,,0,137,2,0,0,A相电流,0.1,IA,,
,,0,138,2,0,0,B相电流,0.1,IB,,
,,0,139,2,0,0,C相电流,0.1,IC,,
,,0,151,2,0,0,低压側A相电流,0.1,IA2,,
,,0,152,2,0,0,低压側B相电流,0.1,IB2,,
,,0,153,2,0,0,低压側C相电流,0.1,IC2,,
,,0,159,1,0,0,AB线电压,0.01,UAB,,
,,0,160,1,0,0,BC线电压,0.01,UBC,,
,,0,161,1,0,0,CA线电压,0.01,UCA,,
,,0,162,1,0,0,有功功率,1,P,,
,,0,164,1,0,0,无功功率,1,Q,,
,,0,168,1,0,0,功率因数,0.001,PF,,
[Title],点类型,功能号,信息号,放大系数,修正值,点描述,装置系数 ,点名缩写,,,
[Point],YM,0,2039,1,0,反有功电量,1,EPr,,,
,,0,2041,1,0,反无功电量,1,EQr,,,
,,0,2043,1,0,正有功电量,1,EPd,,,
,,0,2045,1,0,正无功电量,1,EQd,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,0,2767,过流跳闸,OC1,0,0,0,,,
,,0,2768,速断跳闸,OC2,0,0,0,,,
,,0,2769,备用指示灯3,LED3,0,0,0,,,
,,0,2770,差动跳闸,LED4,0,0,0,,,
,,0,2771,备用指示灯5,LED5,0,0,0,,,
,,0,2772,备用指示灯6,LED6,0,0,0,,,
,,0,2773,备用指示灯7,LED7,0,0,0,,,
,,0,2774,备用指示灯8,LED8,0,0,0,,,
,,0,2775,控制回路断线,CF,0,0,0,,,
,,0,2776,弹簧未储能,NCGPos,0,0,0,,,
,,0,2777,备用指示灯11,LED11,0,0,0,,,
,,0,3215,备用开入1,DI1,0,0,0,,,
,,0,3217,断路器合位,PosOn,0,0,0,,,
,,0,3219,断路器分位,PosOff,0,0,0,,,
,,0,3221,接地电阻柜报警信号,DI4,0,0,0,,,
,,0,3223,备用开入2,DI5,0,0,0,,,
,,0,3225,备用开入3,DI6,0,0,0,,,
,,0,3227,备用开入4,DI7,0,0,0,,,
,,0,3229,弹簧未储能,CGOff,0,0,0,,,
,,0,3535,手车试验位置,RkdOut,0,0,0,,,
,,0,3537,手车工作位置,RkdIn,0,0,0,,,
,,0,3539,备用开入5,DI11,0,0,0,,,
,,0,3541,备用开入6,DI12,0,0,0,,,
,,65535,65535,通讯状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 5 9 1 RET615E RET615E
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 3 137 20 16 1000 0 0 14 100 0
5 3 160 6 32 1000 1 0 14 100 0
6 3 166 2 16 1000 1 0 14 100 0
7 2 2767 11 1 1000 0 0 14 100 1
8 2 3183 48 1 1000 0 0 14 100 1
9 3 2039 8 32 1000 0 2 14 600000 0
10 2 3535 8 1 1000 0 0 14 100 1
11 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
12 [Point] YC 0 133 1 0 0 A相电压 0.01 UA
13 0 134 1 0 0 B相电压 0.01 UB
14 0 135 1 0 0 C相电压 0.01 UC
15 0 136 1 0 0 零序电压 0.01 U0
16 0 137 2 0 0 A相电流 0.1 IA
17 0 138 2 0 0 B相电流 0.1 IB
18 0 139 2 0 0 C相电流 0.1 IC
19 0 151 2 0 0 低压側A相电流 0.1 IA2
20 0 152 2 0 0 低压側B相电流 0.1 IB2
21 0 153 2 0 0 低压側C相电流 0.1 IC2
22 0 159 1 0 0 AB线电压 0.01 UAB
23 0 160 1 0 0 BC线电压 0.01 UBC
24 0 161 1 0 0 CA线电压 0.01 UCA
25 0 162 1 0 0 有功功率 1 P
26 0 164 1 0 0 无功功率 1 Q
27 0 168 1 0 0 功率因数 0.001 PF
28 [Title] 点类型 功能号 信息号 放大系数 修正值 点描述 装置系数 点名缩写
29 [Point] YM 0 2039 1 0 反有功电量 1 EPr
30 0 2041 1 0 反无功电量 1 EQr
31 0 2043 1 0 正有功电量 1 EPd
32 0 2045 1 0 正无功电量 1 EQd
33 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
34 [Point] YX 0 2767 过流跳闸 OC1 0 0 0
35 0 2768 速断跳闸 OC2 0 0 0
36 0 2769 备用指示灯3 LED3 0 0 0
37 0 2770 差动跳闸 LED4 0 0 0
38 0 2771 备用指示灯5 LED5 0 0 0
39 0 2772 备用指示灯6 LED6 0 0 0
40 0 2773 备用指示灯7 LED7 0 0 0
41 0 2774 备用指示灯8 LED8 0 0 0
42 0 2775 控制回路断线 CF 0 0 0
43 0 2776 弹簧未储能 NCGPos 0 0 0
44 0 2777 备用指示灯11 LED11 0 0 0
45 0 3215 备用开入1 DI1 0 0 0
46 0 3217 断路器合位 PosOn 0 0 0
47 0 3219 断路器分位 PosOff 0 0 0
48 0 3221 接地电阻柜报警信号 DI4 0 0 0
49 0 3223 备用开入2 DI5 0 0 0
50 0 3225 备用开入3 DI6 0 0 0
51 0 3227 备用开入4 DI7 0 0 0
52 0 3229 弹簧未储能 CGOff 0 0 0
53 0 3535 手车试验位置 RkdOut 0 0 0
54 0 3537 手车工作位置 RkdIn 0 0 0
55 0 3539 备用开入5 DI11 0 0 0
56 0 3541 备用开入6 DI12 0 0 0
57 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,35 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],3,1,12,DTSD341,威盛电度表,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,1,31,144,4,4000,0,2,24,200,0
,,1,47,144,4,4000,0,2,24,200,0
,,1,31,145,4,4000,0,2,24,200,0
,,1,47,145,4,4000,0,2,24,200,0
,,1,31,182,2,4000,0,0,24,200,0
,,1,47,182,2,4000,0,0,24,200,0
,,1,63,182,3,4000,0,0,24,200,0
,,1,79,182,2,4000,0,0,24,200,0
,,1,95,182,2,4000,0,0,24,200,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数,点名缩写,,
[Point],YC,48,182,1,0,0,有功功率,0.0001,P,,
,,64,182,1,0,0,无功功率,0.01,Q,,
,,80,182,1,0,0,功率因数,0.001,PF,,
,,16,182,1,0,0,UA,1,VA,,
,,17,182,1,0,0,UB,1,VB,,
,,18,182,1,0,0,UC,1,VC,,
,,32,182,1,0,0,IA,0.01,IA,,
,,33,182,1,0,0,IB,0.01,IB,,
,,34,182,1,0,0,IC,0.01,IC,,
[Title],点类型,功能号,信息号,放大系数,修正值,点描述,装置系数,点名缩写,,,
[Point],YM,16,144,1,0,有功总,1,EP,,,
,,17,144,1,0,有功尖,1,EPJ,,,
,,18,144,1,0,有功峰,1,EPF,,,
,,19,144,1,0,有功平,1,EPP,,,
,,20,144,1,0,有功谷,1,EPG,,,
,,16,145,1,0,无功总,1,EQ,,,
,,17,145,1,0,无功尖,1,EQJ,,,
,,18,145,1,0,无功峰,1,EQF,,,
,,19,145,1,0,无功平,1,EQP,,,
,,20,145,1,0,无功谷,1,EQG,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,遥信关联点ID,遥信属性,自定义#2,,,
[Point],YX,65535,65535,通讯状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 3 1 12 DTSD341 威盛电度表
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 1 31 144 4 4000 0 2 24 200 0
5 1 47 144 4 4000 0 2 24 200 0
6 1 31 145 4 4000 0 2 24 200 0
7 1 47 145 4 4000 0 2 24 200 0
8 1 31 182 2 4000 0 0 24 200 0
9 1 47 182 2 4000 0 0 24 200 0
10 1 63 182 3 4000 0 0 24 200 0
11 1 79 182 2 4000 0 0 24 200 0
12 1 95 182 2 4000 0 0 24 200 0
13 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
14 [Point] YC 48 182 1 0 0 有功功率 0.0001 P
15 64 182 1 0 0 无功功率 0.01 Q
16 80 182 1 0 0 功率因数 0.001 PF
17 16 182 1 0 0 UA 1 VA
18 17 182 1 0 0 UB 1 VB
19 18 182 1 0 0 UC 1 VC
20 32 182 1 0 0 IA 0.01 IA
21 33 182 1 0 0 IB 0.01 IB
22 34 182 1 0 0 IC 0.01 IC
23 [Title] 点类型 功能号 信息号 放大系数 修正值 点描述 装置系数 点名缩写
24 [Point] YM 16 144 1 0 有功总 1 EP
25 17 144 1 0 有功尖 1 EPJ
26 18 144 1 0 有功峰 1 EPF
27 19 144 1 0 有功平 1 EPP
28 20 144 1 0 有功谷 1 EPG
29 16 145 1 0 无功总 1 EQ
30 17 145 1 0 无功尖 1 EQJ
31 18 145 1 0 无功峰 1 EQF
32 19 145 1 0 无功平 1 EQP
33 20 145 1 0 无功谷 1 EQG
34 [Title] 点类型 功能号 信息号 点描述 点名缩写 遥信关联点ID 遥信属性 自定义#2
35 [Point] YX 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,20 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],7,1,12,DLT645,电度1,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,1,31,144,4,4000,0,2,23,100,0
,,1,47,144,4,4000,0,2,23,100,0
,,1,31,145,4,4000,0,2,23,100,0
,,1,47,145,4,4000,0,2,23,100,0
[Title],点类型,功能号,信息号,放大系数,修正值,点描述,装置系数,点名缩写,,,
[Point],YM,16,144,1,0,有功总,1,EP,,,
,,17,144,1,0,有功尖,1,EPJ,,,
,,18,144,1,0,有功峰,1,EPF,,,
,,19,144,1,0,有功平,1,EPP,,,
,,20,144,1,0,有功谷,1,EPG,,,
,,16,145,1,0,无功总,1,EQ,,,
,,17,145,1,0,无功尖,1,EQJ,,,
,,18,145,1,0,无功峰,1,EQF,,,
,,19,145,1,0,无功平,1,EQP,,,
,,20,145,1,0,无功谷,1,EQG,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,65535,65535,通讯状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 7 1 12 DLT645 电度1
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 1 31 144 4 4000 0 2 23 100 0
5 1 47 144 4 4000 0 2 23 100 0
6 1 31 145 4 4000 0 2 23 100 0
7 1 47 145 4 4000 0 2 23 100 0
8 [Title] 点类型 功能号 信息号 放大系数 修正值 点描述 装置系数 点名缩写
9 [Point] YM 16 144 1 0 有功总 1 EP
10 17 144 1 0 有功尖 1 EPJ
11 18 144 1 0 有功峰 1 EPF
12 19 144 1 0 有功平 1 EPP
13 20 144 1 0 有功谷 1 EPG
14 16 145 1 0 无功总 1 EQ
15 17 145 1 0 无功尖 1 EQJ
16 18 145 1 0 无功峰 1 EQF
17 19 145 1 0 无功平 1 EQP
18 20 145 1 0 无功谷 1 EQG
19 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
20 [Point] YX 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,41 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],1,5,12,DLT645,电度,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,1,65280,0,4,4000,0,2,23,200,0
,,1,65280,3,4,4000,0,2,23,200,0
,,1,65280,4,4,4000,0,2,23,200,0
,,1,65280,513,2,4000,0,0,23,200,0
,,1,65280,514,3,4000,0,0,23,200,0
,,1,0,515,3,4000,0,0,23,200,0
,,1,0,516,3,4000,0,0,23,200,0
,,1,0,518,2,4000,0,0,23,200,0
,,1,2,640,2,4000,0,0,23,200,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,513,1,0,0,Uab,0.1,UAB,,
,,1,513,1,0,0,Ubc,0.1,UBC,,
,,2,513,1,0,0,Uca,0.1,UCA,,
,,0,514,1,0,0,IA,0.001,IA,,
,,1,514,1,0,0,IB,0.001,IB,,
,,2,514,1,0,0,IC,0.001,IC,,
,,0,515,1,0,0,有功功率,0.0001,P,,
,,0,516,1,0,0,无功功率,0.0001,Q,,
,,0,518,1,0,0,功率因数,0.001,PF,,
,,0,640,1,0,0,频率,0.01,F,,
[Title],点类型,功能号,信息号,放大系数,修正值,点描述,装置系数 ,点名缩写,,,
[Point],YM,0,0,1,0,有功总,1,EP,,,
,,0,3,1,0,无功1总,1,Qd1,,,
,,0,4,1,0,无功2总,1,Qd2,,,
,,1,0,1,0,有功尖,1,EPJ,,,
,,1,3,1,0,无功1尖,1,Qd1J,,,
,,1,4,1,0,无功2尖,1,Qd2J,,,
,,2,0,1,0,有功峰,1,EPF,,,
,,2,3,1,0,无功1峰,1,Qd1F,,,
,,2,4,1,0,无功2峰,1,Qd2F,,,
,,3,0,1,0,有功平,1,EPP,,,
,,3,3,1,0,无功1平,1,Qd1P,,,
,,3,4,1,0,无功2平,1,Qd2P,,,
,,4,0,1,0,有功谷,1,EPG,,,
,,4,3,1,0,无功1谷,1,Qd1G,,,
,,4,4,1,0,无功2谷,1,Qd2G,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,65535,65535,通讯状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 5 12 DLT645 电度
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 1 65280 0 4 4000 0 2 23 200 0
5 1 65280 3 4 4000 0 2 23 200 0
6 1 65280 4 4 4000 0 2 23 200 0
7 1 65280 513 2 4000 0 0 23 200 0
8 1 65280 514 3 4000 0 0 23 200 0
9 1 0 515 3 4000 0 0 23 200 0
10 1 0 516 3 4000 0 0 23 200 0
11 1 0 518 2 4000 0 0 23 200 0
12 1 2 640 2 4000 0 0 23 200 0
13 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
14 [Point] YC 0 513 1 0 0 Uab 0.1 UAB
15 1 513 1 0 0 Ubc 0.1 UBC
16 2 513 1 0 0 Uca 0.1 UCA
17 0 514 1 0 0 IA 0.001 IA
18 1 514 1 0 0 IB 0.001 IB
19 2 514 1 0 0 IC 0.001 IC
20 0 515 1 0 0 有功功率 0.0001 P
21 0 516 1 0 0 无功功率 0.0001 Q
22 0 518 1 0 0 功率因数 0.001 PF
23 0 640 1 0 0 频率 0.01 F
24 [Title] 点类型 功能号 信息号 放大系数 修正值 点描述 装置系数 点名缩写
25 [Point] YM 0 0 1 0 有功总 1 EP
26 0 3 1 0 无功1总 1 Qd1
27 0 4 1 0 无功2总 1 Qd2
28 1 0 1 0 有功尖 1 EPJ
29 1 3 1 0 无功1尖 1 Qd1J
30 1 4 1 0 无功2尖 1 Qd2J
31 2 0 1 0 有功峰 1 EPF
32 2 3 1 0 无功1峰 1 Qd1F
33 2 4 1 0 无功2峰 1 Qd2F
34 3 0 1 0 有功平 1 EPP
35 3 3 1 0 无功1平 1 Qd1P
36 3 4 1 0 无功2平 1 Qd2P
37 4 0 1 0 有功谷 1 EPG
38 4 3 1 0 无功1谷 1 Qd1G
39 4 4 1 0 无功2谷 1 Qd2G
40 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
41 [Point] YX 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,40 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],254,5,59,F650,1#变压器高压,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,3810,6,32,1000,0,0,0,100,0
,,3,3844,8,32,1000,0,0,0,100,0
,,3,135,2,1,1000,0,0,0,100,0
,,3,209,2,1,1000,0,0,0,100,0
,,3,3900,8,32,1000,0,2,0,30000,0
,,3,3882,16,32,1000,0,0,0,100,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,3810,1,0,0,A相电流,1,IA,,
,,0,3812,1,0,0,B相电流,1,IB,,
,,0,3814,1,0,0,C相电流,1,IC,,
,,0,3844,1,0,0,线电压AB,1,UAB,,
,,0,3846,1,0,0,线电压BC,1,UBC,,
,,0,3848,1,0,0,线电压CA,1,UCA,,
,,0,3882,1,0,0,有功功率,1,P,,
,,0,3884,1,0,0,无功功率,1,Q,,
,,0,3894,1,0,0,功率因素,1,PF,,
,,0,3896,1,0,0,频率,1,F,,
[Title],点类型,功能号,信息号,放大系数,修正值,点描述,装置系数 ,点名缩写,,,
[Point],YM,0,3900,1,0,正向有功电度,1,Epd,,,
,,0,3902,1,0,反向有功电度,1,Epd,,,
,,0,3904,1,0,正向无功电度,1,Eqr,,,
,,0,3906,1,0,反向无功电度,1,Eqr,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,135,0,弹簧未储能,CGPos,0,0,0,,,
,,135,1,地刀合位,ESPos,0,0,0,,,
,,135,2,变压器高温信号,TrHTA,0,0,0,,,
,,135,3,变压器超温信号,TrOTT,0,0,0,,,
,,135,12,断路器合位,PosOn,0,0,0,,,
,,135,13,断路器分位,PosOff,0,0,0,,,
,,135,14,手车试验位置,RkdOut,0,0,0,,,
,,135,15,手车工作位,RkdIn,0,0,0,,,
,,209,0,过流动作,OC1,0,0,0,,,
,,209,1,零序过流动作,EOC1,0,0,0,,,
,,209,3,高温信号,HTA,0,0,0,,,
,,209,4,超温信号,OTT,0,0,0,,,
,,209,15,速断动作,OC2,0,0,0,,,
,,65535,65535,通讯状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 254 5 59 F650 1#变压器高压
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 3 3810 6 32 1000 0 0 0 100 0
5 3 3844 8 32 1000 0 0 0 100 0
6 3 135 2 1 1000 0 0 0 100 0
7 3 209 2 1 1000 0 0 0 100 0
8 3 3900 8 32 1000 0 2 0 30000 0
9 3 3882 16 32 1000 0 0 0 100 0
10 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
11 [Point] YC 0 3810 1 0 0 A相电流 1 IA
12 0 3812 1 0 0 B相电流 1 IB
13 0 3814 1 0 0 C相电流 1 IC
14 0 3844 1 0 0 线电压AB 1 UAB
15 0 3846 1 0 0 线电压BC 1 UBC
16 0 3848 1 0 0 线电压CA 1 UCA
17 0 3882 1 0 0 有功功率 1 P
18 0 3884 1 0 0 无功功率 1 Q
19 0 3894 1 0 0 功率因素 1 PF
20 0 3896 1 0 0 频率 1 F
21 [Title] 点类型 功能号 信息号 放大系数 修正值 点描述 装置系数 点名缩写
22 [Point] YM 0 3900 1 0 正向有功电度 1 Epd
23 0 3902 1 0 反向有功电度 1 Epd
24 0 3904 1 0 正向无功电度 1 Eqr
25 0 3906 1 0 反向无功电度 1 Eqr
26 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
27 [Point] YX 135 0 弹簧未储能 CGPos 0 0 0
28 135 1 地刀合位 ESPos 0 0 0
29 135 2 变压器高温信号 TrHTA 0 0 0
30 135 3 变压器超温信号 TrOTT 0 0 0
31 135 12 断路器合位 PosOn 0 0 0
32 135 13 断路器分位 PosOff 0 0 0
33 135 14 手车试验位置 RkdOut 0 0 0
34 135 15 手车工作位 RkdIn 0 0 0
35 209 0 过流动作 OC1 0 0 0
36 209 1 零序过流动作 EOC1 0 0 0
37 209 3 高温信号 HTA 0 0 0
38 209 4 超温信号 OTT 0 0 0
39 209 15 速断动作 OC2 0 0 0
40 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,57 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],1,5,1,c264,c264,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,1,1,32,1,1000,0,0,100,1000,1
,,3,200,1,16,1000,0,0,100,1000,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,200,1,0,0,YC1,1,YC1,,
,,0,201,1,0,0,YC2,1,YC2,,
,,0,202,1,0,0,YC3,1,YC3,,
,,0,203,1,0,0,YC4,1,YC4,,
,,0,204,1,0,0,YC5,1,YC5,,
,,0,205,1,0,0,YC6,1,YC6,,
,,0,206,1,0,0,YC7,1,YC7,,
,,0,207,1,0,0,YC8,1,YC8,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,100,0,0,yk1,0,0,Null,,,
,,101,0,0,yk2,0,0,Null,,,
,,102,0,0,yk3,0,0,Null,,,
,,103,0,0,yk4,0,0,Null,,,
,,104,0,0,yk5,0,0,Null,,,
,,105,0,0,yk6,0,0,Null,,,
,,106,0,0,yk7,0,0,Null,,,
,,107,0,0,yk8,0,0,Null,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,0,1,1-DI1,DI1,0,0,0,,,
,,0,2,1-DI2,DI2,0,0,0,,,
,,0,3,1-DI3,DI3,0,0,0,,,
,,0,4,1-DI4,DI4,0,0,0,,,
,,0,5,1-DI5,DI5,0,0,0,,,
,,0,6,1-DI6,DI6,0,0,0,,,
,,0,7,1-DI7,DI7,0,0,0,,,
,,0,8,1-DI8,DI8,0,0,0,,,
,,0,9,1-DI9,DI9,0,0,0,,,
,,0,10,1-DI10,DI10,0,0,0,,,
,,0,11,1-DI11,DI11,0,0,0,,,
,,0,12,1-DI12,DI12,0,0,0,,,
,,0,13,1-DI13,DI13,0,0,0,,,
,,0,14,1-DI14,DI14,0,0,0,,,
,,0,15,1-DI15,DI15,0,0,0,,,
,,0,16,1-DI16,DI16,0,0,0,,,
,,0,17,2-DI1,DI17,0,0,0,,,
,,0,18,2-DI2,DI18,0,0,0,,,
,,0,19,2-DI3,DI19,0,0,0,,,
,,0,20,2-DI4,DI20,0,0,0,,,
,,0,21,2-DI5,DI21,0,0,0,,,
,,0,22,2-DI6,DI22,0,0,0,,,
,,0,23,2-DI7,DI23,0,0,0,,,
,,0,24,2-DI8,DI24,0,0,0,,,
,,0,25,2-DI9,DI25,0,0,0,,,
,,0,26,2-DI10,DI26,0,0,0,,,
,,0,27,2-DI11,DI27,0,0,0,,,
,,0,28,2-DI12,DI28,0,0,0,,,
,,0,29,2-DI13,DI29,0,0,0,,,
,,0,30,2-DI14,DI30,0,0,0,,,
,,0,31,2-DI15,DI31,0,0,0,,,
,,0,32,2-DI16,DI32,0,0,0,,,
,,65535,65535,COMM,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 5 1 c264 c264
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 1 1 32 1 1000 0 0 100 1000 1
5 3 200 1 16 1000 0 0 100 1000 0
6 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
7 [Point] YC 0 200 1 0 0 YC1 1 YC1
8 0 201 1 0 0 YC2 1 YC2
9 0 202 1 0 0 YC3 1 YC3
10 0 203 1 0 0 YC4 1 YC4
11 0 204 1 0 0 YC5 1 YC5
12 0 205 1 0 0 YC6 1 YC6
13 0 206 1 0 0 YC7 1 YC7
14 0 207 1 0 0 YC8 1 YC8
15 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
16 [Point] YK 100 0 0 yk1 0 0 Null
17 101 0 0 yk2 0 0 Null
18 102 0 0 yk3 0 0 Null
19 103 0 0 yk4 0 0 Null
20 104 0 0 yk5 0 0 Null
21 105 0 0 yk6 0 0 Null
22 106 0 0 yk7 0 0 Null
23 107 0 0 yk8 0 0 Null
24 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
25 [Point] YX 0 1 1-DI1 DI1 0 0 0
26 0 2 1-DI2 DI2 0 0 0
27 0 3 1-DI3 DI3 0 0 0
28 0 4 1-DI4 DI4 0 0 0
29 0 5 1-DI5 DI5 0 0 0
30 0 6 1-DI6 DI6 0 0 0
31 0 7 1-DI7 DI7 0 0 0
32 0 8 1-DI8 DI8 0 0 0
33 0 9 1-DI9 DI9 0 0 0
34 0 10 1-DI10 DI10 0 0 0
35 0 11 1-DI11 DI11 0 0 0
36 0 12 1-DI12 DI12 0 0 0
37 0 13 1-DI13 DI13 0 0 0
38 0 14 1-DI14 DI14 0 0 0
39 0 15 1-DI15 DI15 0 0 0
40 0 16 1-DI16 DI16 0 0 0
41 0 17 2-DI1 DI17 0 0 0
42 0 18 2-DI2 DI18 0 0 0
43 0 19 2-DI3 DI19 0 0 0
44 0 20 2-DI4 DI20 0 0 0
45 0 21 2-DI5 DI21 0 0 0
46 0 22 2-DI6 DI22 0 0 0
47 0 23 2-DI7 DI23 0 0 0
48 0 24 2-DI8 DI24 0 0 0
49 0 25 2-DI9 DI25 0 0 0
50 0 26 2-DI10 DI26 0 0 0
51 0 27 2-DI11 DI27 0 0 0
52 0 28 2-DI12 DI28 0 0 0
53 0 29 2-DI13 DI29 0 0 0
54 0 30 2-DI14 DI30 0 0 0
55 0 31 2-DI15 DI31 0 0 0
56 0 32 2-DI16 DI32 0 0 0
57 65535 65535 COMM TX 0 0 0

View File

@ -1,21 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],1,5,1,P120,P120,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,48,8,32,1000,0,0,22,100,0
,,3,16,1,1,1000,0,0,22,100,1
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,48,1,0,0,相电流,0.01,IA,,
,,0,54,1,0,0,零序电流,0.01,I0,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,0,0,0,out4(合闸),0,0,n,,,
,,0,0,0,out3(跳闸),0,0,n,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,16,0,开入1,DI1,0,0,0,,,
,,16,1,开入2,DI2,0,0,0,,,
,,65533,17,过流1,OC1,0,0,0,,,
,,65533,18,过流2,OC2,0,0,0,,,
,,65533,19,过流3,OC3,0,0,0,,,
,,65533,20,零序1,EOC1,0,0,0,,,
,,65533,21,零序2,EOC2,0,0,0,,,
,,65533,22,零序3,EOC3,0,0,0,,,
,,65535,65535,通讯,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 5 1 P120 P120
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 3 48 8 32 1000 0 0 22 100 0
5 3 16 1 1 1000 0 0 22 100 1
6 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
7 [Point] YC 0 48 1 0 0 相电流 0.01 IA
8 0 54 1 0 0 零序电流 0.01 I0
9 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
10 [Point] YK 0 0 0 out4(合闸) 0 0 n
11 0 0 0 out3(跳闸) 0 0 n
12 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
13 [Point] YX 16 0 开入1 DI1 0 0 0
14 16 1 开入2 DI2 0 0 0
15 65533 17 过流1 OC1 0 0 0
16 65533 18 过流2 OC2 0 0 0
17 65533 19 过流3 OC3 0 0 0
18 65533 20 零序1 EOC1 0 0 0
19 65533 21 零序2 EOC2 0 0 0
20 65533 22 零序3 EOC3 0 0 0
21 65535 65535 通讯 TX 0 0 0

View File

@ -1,55 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],1,7,1,P123,P123,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,48,8,32,1000,0,0,22,100,0
,,3,12,1,1,1000,0,0,22,100,1
,,3,16,1,1,1000,0,0,22,100,1
,,3,19,1,1,1000,0,0,22,100,1
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,48,1,0,0,A相电流,0.01,IA,,
,,0,50,1,0,0,B相电流,0.01,IB,,
,,0,52,1,0,0,C相电流,0.01,IC,,
,,0,54,1,0,0,零序电流,0.01,I0,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,0,0,0,out3(跳闸),0,0,n,,,
,,0,0,0,out4(合闸),0,0,n,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,12,0,LED1,LED1,0,0,0,,,
,,12,1,LED2,LED2,0,0,0,,,
,,12,2,LED3,LED3,0,0,0,,,
,,12,3,LED4,LED4,0,0,0,,,
,,12,4,LED5,LED5,0,0,0,,,
,,12,5,LED6,LED6,0,0,0,,,
,,12,6,LED7,LED7,0,0,0,,,
,,12,7,工艺连锁,LED8,0,0,0,,,
,,16,0,断路器,PosOn,0,0,0,,,
,,16,1,接地刀,EsPos,0,0,0,,,
,,16,2,工艺连锁,DI3,0,0,0,,,
,,16,3,备用,DI4,0,0,0,,,
,,16,4,备用,DI5,0,0,0,,,
,,16,5,备用,DI6,0,0,0,,,
,,19,0,事故总,DO1,0,0,0,,,
,,19,1,RL2状态,DO2,0,0,0,,,
,,19,2,RL3状态,DO3,0,0,0,,,
,,19,3,RL4状态,DO4,0,0,0,,,
,,19,4,RL0看门狗状态,WatchDog,0,0,0,,,
,,19,5,RL5状态,DO5,0,0,0,,,
,,19,6,RL6状态,DO6,0,0,0,,,
,,19,7,RL7状态,DO7,0,0,0,,,
,,19,8,RL8状态,DO8,0,0,0,,,
,,65533,15,热过载告警,ThOA,0,0,0,,,
,,65533,16,热过载跳闸,ThOT,0,0,0,,,
,,65533,17,过流,OC1,0,0,0,,,
,,65533,18,速断,OC2,0,0,0,,,
,,65533,19,过流3段保护动作,OC3,0,0,0,,,
,,65533,20,零序过流1段保护动作,EOC1,0,0,0,,,
,,65533,21,零序过流2段保护动作,EOC2,0,0,0,,,
,,65533,22,零序过流3段保护动作,EOC3,0,0,0,,,
,,65533,52,前面板信号复归,LEDR,0,0,0,,,
,,65533,54,远方的信号复归,Rs,0,0,0,,,
,,65533,55,严重故障告警,Lalarm,0,0,0,,,
,,65533,56,轻微故障告警,Halarm,0,0,0,,,
,,65533,58,负序电流1段保护动作,UnbOC1,0,0,0,,,
,,65533,62,跳闸回路监视,HD,0,0,0,,,
,,65533,75,负序电流2段保护动作,UnbOC2,0,0,0,,,
,,65535,65535,通讯,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 7 1 P123 P123
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 3 48 8 32 1000 0 0 22 100 0
5 3 12 1 1 1000 0 0 22 100 1
6 3 16 1 1 1000 0 0 22 100 1
7 3 19 1 1 1000 0 0 22 100 1
8 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
9 [Point] YC 0 48 1 0 0 A相电流 0.01 IA
10 0 50 1 0 0 B相电流 0.01 IB
11 0 52 1 0 0 C相电流 0.01 IC
12 0 54 1 0 0 零序电流 0.01 I0
13 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
14 [Point] YK 0 0 0 out3(跳闸) 0 0 n
15 0 0 0 out4(合闸) 0 0 n
16 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
17 [Point] YX 12 0 LED1 LED1 0 0 0
18 12 1 LED2 LED2 0 0 0
19 12 2 LED3 LED3 0 0 0
20 12 3 LED4 LED4 0 0 0
21 12 4 LED5 LED5 0 0 0
22 12 5 LED6 LED6 0 0 0
23 12 6 LED7 LED7 0 0 0
24 12 7 工艺连锁 LED8 0 0 0
25 16 0 断路器 PosOn 0 0 0
26 16 1 接地刀 EsPos 0 0 0
27 16 2 工艺连锁 DI3 0 0 0
28 16 3 备用 DI4 0 0 0
29 16 4 备用 DI5 0 0 0
30 16 5 备用 DI6 0 0 0
31 19 0 事故总 DO1 0 0 0
32 19 1 RL2状态 DO2 0 0 0
33 19 2 RL3状态 DO3 0 0 0
34 19 3 RL4状态 DO4 0 0 0
35 19 4 RL0看门狗状态 WatchDog 0 0 0
36 19 5 RL5状态 DO5 0 0 0
37 19 6 RL6状态 DO6 0 0 0
38 19 7 RL7状态 DO7 0 0 0
39 19 8 RL8状态 DO8 0 0 0
40 65533 15 热过载告警 ThOA 0 0 0
41 65533 16 热过载跳闸 ThOT 0 0 0
42 65533 17 过流 OC1 0 0 0
43 65533 18 速断 OC2 0 0 0
44 65533 19 过流3段保护动作 OC3 0 0 0
45 65533 20 零序过流1段保护动作 EOC1 0 0 0
46 65533 21 零序过流2段保护动作 EOC2 0 0 0
47 65533 22 零序过流3段保护动作 EOC3 0 0 0
48 65533 52 前面板信号复归 LEDR 0 0 0
49 65533 54 远方的信号复归 Rs 0 0 0
50 65533 55 严重故障告警 Lalarm 0 0 0
51 65533 56 轻微故障告警 Halarm 0 0 0
52 65533 58 负序电流1段保护动作 UnbOC1 0 0 0
53 65533 62 跳闸回路监视 HD 0 0 0
54 65533 75 负序电流2段保护动作 UnbOC2 0 0 0
55 65535 65535 通讯 TX 0 0 0

View File

@ -1,50 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],3,5,1,P127,P127,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,128,6,32,1000,0,0,22,100,0
,,3,48,8,32,1000,0,0,22,100,0
,,3,136,4,16,1000,0,0,22,100,0
,,3,158,4,32,1000,0,0,22,100,0
,,3,16,1,1,1000,0,0,22,100,1
,,3,162,1,16,1000,0,0,22,100,0
,,3,62,1,16,1000,0,0,22,100,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,48,1,0,0,IA,0.1,IA,,
,,0,50,1,0,0,IB,0.1,IB,,
,,0,52,1,0,0,IC,0.1,IC,,
,,0,54,1,0,0,Ie,0.1,Ie,,
,,0,62,1,0,0,F,0.01,F,,
,,0,128,0.1,0,0,UA,0.01,VA,,
,,0,130,0.1,0,0,UB,0.01,VB,,
,,0,132,0.1,0,0,UC,0.01,VC,,
,,0,136,0.1,0,0,UAB,0.01,UAB,,
,,0,137,0.1,0,0,UBC,0.01,UBC,,
,,0,138,0.1,0,0,UCA,0.01,UCA,,
,,0,158,0.1,0,0,P,0.01,P,,
,,0,160,0.1,0,0,Q,0.01,Q,,
,,0,162,1,0,0,PF,0.01,PF,,
,,0,171,0.1,0,0,S,0.01,S,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,16386,0,0,reset,0,0,Null,,,
,,16388,16387,0,CBcontrol,0,0,Null,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,16,0,IP1,DI1,0,0,0,,,
,,16,1,IP2,DI2,0,0,0,,,
,,16,2,IP3,DI3,0,0,0,,,
,,16,3,IP4,DI4,0,0,0,,,
,,16,4,IP5,DI5,0,0,0,,,
,,16,5,IP6,DI6,0,0,0,,,
,,16,6,IP7,DI7,0,0,0,,,
,,16,7,IP8,DI8,0,0,0,,,
,,16,8,IP9,DI9,0,0,0,,,
,,16,9,IP10,DI10,0,0,0,,,
,,16,10,IP11,DI11,0,0,0,,,
,,16,11,IP12,DI12,0,0,0,,,
,,65533,27,1stUnderVoltageV__Trip,UV1,0,0,0,,,
,,65533,36,1stOverVoltageV_Trip,OV1,0,0,0,,,
,,65533,42,1stOverCurrenttI_Trip,OC1,0,0,0,,,
,,65533,43,2ndOverCurrenttI_Trip,OC2,0,0,0,,,
,,65533,44,3rdOverCurrenttI_Trip,OC3,0,0,0,,,
,,65533,45,1stOverCurrenttIe_Trip,EOC1,0,0,0,,,
,,65533,46,2ndOverCurrenttIe_Trip,EOC2,0,0,0,,,
,,65535,65535,COMM,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 3 5 1 P127 P127
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 3 128 6 32 1000 0 0 22 100 0
5 3 48 8 32 1000 0 0 22 100 0
6 3 136 4 16 1000 0 0 22 100 0
7 3 158 4 32 1000 0 0 22 100 0
8 3 16 1 1 1000 0 0 22 100 1
9 3 162 1 16 1000 0 0 22 100 0
10 3 62 1 16 1000 0 0 22 100 0
11 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
12 [Point] YC 0 48 1 0 0 IA 0.1 IA
13 0 50 1 0 0 IB 0.1 IB
14 0 52 1 0 0 IC 0.1 IC
15 0 54 1 0 0 Ie 0.1 Ie
16 0 62 1 0 0 F 0.01 F
17 0 128 0.1 0 0 UA 0.01 VA
18 0 130 0.1 0 0 UB 0.01 VB
19 0 132 0.1 0 0 UC 0.01 VC
20 0 136 0.1 0 0 UAB 0.01 UAB
21 0 137 0.1 0 0 UBC 0.01 UBC
22 0 138 0.1 0 0 UCA 0.01 UCA
23 0 158 0.1 0 0 P 0.01 P
24 0 160 0.1 0 0 Q 0.01 Q
25 0 162 1 0 0 PF 0.01 PF
26 0 171 0.1 0 0 S 0.01 S
27 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
28 [Point] YK 16386 0 0 reset 0 0 Null
29 16388 16387 0 CBcontrol 0 0 Null
30 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
31 [Point] YX 16 0 IP1 DI1 0 0 0
32 16 1 IP2 DI2 0 0 0
33 16 2 IP3 DI3 0 0 0
34 16 3 IP4 DI4 0 0 0
35 16 4 IP5 DI5 0 0 0
36 16 5 IP6 DI6 0 0 0
37 16 6 IP7 DI7 0 0 0
38 16 7 IP8 DI8 0 0 0
39 16 8 IP9 DI9 0 0 0
40 16 9 IP10 DI10 0 0 0
41 16 10 IP11 DI11 0 0 0
42 16 11 IP12 DI12 0 0 0
43 65533 27 1stUnderVoltageV__Trip UV1 0 0 0
44 65533 36 1stOverVoltageV_Trip OV1 0 0 0
45 65533 42 1stOverCurrenttI_Trip OC1 0 0 0
46 65533 43 2ndOverCurrenttI_Trip OC2 0 0 0
47 65533 44 3rdOverCurrenttI_Trip OC3 0 0 0
48 65533 45 1stOverCurrenttIe_Trip EOC1 0 0 0
49 65533 46 2ndOverCurrenttIe_Trip EOC2 0 0 0
50 65535 65535 COMM TX 0 0 0

View File

@ -1,54 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],1,7,1,P127,P127,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,16,1,1,1000,0,0,22,100,0
,,3,162,2,16,1000,0,0,22,100,0
,,3,136,8,16,1000,0,0,22,100,0
,,3,158,4,32,1000,0,0,22,100,0
,,3,19,1,1,1000,0,0,22,100,0
,,3,48,8,32,1000,0,0,22,100,0
,,3,91,8,32,1000,0,0,22,100,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,48,1,0,0,A相电流,0.01,IA,,
,,0,50,1,0,0,B相电流,0.01,IB,,
,,0,52,1,0,0,C相电流,0.01,IC,,
,,0,54,1,0,0,零序电流,0.01,I0,,
,,0,136,0.01,0,0,AB相电压,0.1,UAB,,
,,0,137,0.01,0,0,BC相电压,0.1,UBC,,
,,0,138,0.01,0,0,CA相电压,0.1,UCA,,
,,0,158,0.1,0,0,有功功率,0.1,P,,
,,0,160,0.1,0,0,无功功率,0.1,Q,,
,,0,162,1,0,0,功率因素,0.1,PF,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,16387,0,0,out3(跳闸),0,0,n,,,
,,16388,16387,0,out4(合闸),0,0,n,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,16,0,开入1状态,DI1,0,0,0,,,
,,16,1,开入2状态,DI2,0,0,0,,,
,,16,2,开入3状态,DI3,0,0,0,,,
,,16,3,开入4状态,DI4,0,0,0,,,
,,16,4,开入5状态,DI5,0,0,0,,,
,,16,5,开入6状态,DI6,0,0,0,,,
,,16,6,开入7状态,DI7,0,0,0,,,
,,19,0,RL1状态,DO1,0,0,0,,,
,,19,1,RL2状态,DO2,0,0,0,,,
,,19,2,RL3状态,DO3,0,0,0,,,
,,19,3,RL4状态,DO4,0,0,0,,,
,,19,4,RL0看门狗状态,WatchDog,0,0,0,,,
,,19,5,RL5状态,DO5,0,0,0,,,
,,19,6,RL6状态,DO6,0,0,0,,,
,,19,7,RL7状态,DO7,0,0,0,,,
,,19,8,RL8状态,DO8,0,0,0,,,
,,65533,5,定值修改信号,setChange,0,0,0,,,
,,65533,27,低电压保护,UV,0,0,0,,,
,,65533,29,零序功率保护,EPower,0,0,0,,,
,,65533,31,低电流保护,UnbOC1,0,0,0,,,
,,65533,32,负序过流保护,UnbOC,0,0,0,,,
,,65533,35,热过负荷保护,ThO,0,0,0,,,
,,65533,36,过电压保护,OV,0,0,0,,,
,,65533,38,零序过电压保护,EOV,0,0,0,,,
,,65533,42,过流1段保护,OC1,0,0,0,,,
,,65533,43,过流2段保护,OC2,0,0,0,,,
,,65533,44,过流3段保护,OC3,0,0,0,,,
,,65533,45,零序过流保护,EOC,0,0,0,,,
,,65535,65535,通讯,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 7 1 P127 P127
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 3 16 1 1 1000 0 0 22 100 0
5 3 162 2 16 1000 0 0 22 100 0
6 3 136 8 16 1000 0 0 22 100 0
7 3 158 4 32 1000 0 0 22 100 0
8 3 19 1 1 1000 0 0 22 100 0
9 3 48 8 32 1000 0 0 22 100 0
10 3 91 8 32 1000 0 0 22 100 0
11 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
12 [Point] YC 0 48 1 0 0 A相电流 0.01 IA
13 0 50 1 0 0 B相电流 0.01 IB
14 0 52 1 0 0 C相电流 0.01 IC
15 0 54 1 0 0 零序电流 0.01 I0
16 0 136 0.01 0 0 AB相电压 0.1 UAB
17 0 137 0.01 0 0 BC相电压 0.1 UBC
18 0 138 0.01 0 0 CA相电压 0.1 UCA
19 0 158 0.1 0 0 有功功率 0.1 P
20 0 160 0.1 0 0 无功功率 0.1 Q
21 0 162 1 0 0 功率因素 0.1 PF
22 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
23 [Point] YK 16387 0 0 out3(跳闸) 0 0 n
24 16388 16387 0 out4(合闸) 0 0 n
25 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
26 [Point] YX 16 0 开入1状态 DI1 0 0 0
27 16 1 开入2状态 DI2 0 0 0
28 16 2 开入3状态 DI3 0 0 0
29 16 3 开入4状态 DI4 0 0 0
30 16 4 开入5状态 DI5 0 0 0
31 16 5 开入6状态 DI6 0 0 0
32 16 6 开入7状态 DI7 0 0 0
33 19 0 RL1状态 DO1 0 0 0
34 19 1 RL2状态 DO2 0 0 0
35 19 2 RL3状态 DO3 0 0 0
36 19 3 RL4状态 DO4 0 0 0
37 19 4 RL0看门狗状态 WatchDog 0 0 0
38 19 5 RL5状态 DO5 0 0 0
39 19 6 RL6状态 DO6 0 0 0
40 19 7 RL7状态 DO7 0 0 0
41 19 8 RL8状态 DO8 0 0 0
42 65533 5 定值修改信号 setChange 0 0 0
43 65533 27 低电压保护 UV 0 0 0
44 65533 29 零序功率保护 EPower 0 0 0
45 65533 31 低电流保护 UnbOC1 0 0 0
46 65533 32 负序过流保护 UnbOC 0 0 0
47 65533 35 热过负荷保护 ThO 0 0 0
48 65533 36 过电压保护 OV 0 0 0
49 65533 38 零序过电压保护 EOV 0 0 0
50 65533 42 过流1段保护 OC1 0 0 0
51 65533 43 过流2段保护 OC2 0 0 0
52 65533 44 过流3段保护 OC3 0 0 0
53 65533 45 零序过流保护 EOC 0 0 0
54 65535 65535 通讯 TX 0 0 0

View File

@ -1,103 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],2,5,1,P127,P127,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,48,8,32,1000,0,0,22,100,0
,,3,512,69,1,1000,0,1,22,100,1
,,3,162,1,16,1000,0,0,22,100,0
,,3,158,4,32,1000,1,0,22,100,0
,,3,128,8,32,1000,0,0,22,100,0
,,3,16,1,1,1000,0,0,22,100,1
,,3,62,1,16,1000,1,0,22,100,0
,,3,288,4,1,1000,0,1,22,100,1
[Title] , 点类型, 定值组号, 定值代号, 放大系数, 修正值, 定值序号, 点描述, 装置系数, 数值描述文件,,
[Point],DZ,288,0,1,0,1,CT一次值,1,Null,,
,,289,1,1,0,1,CT二次值,1,Null,,
,,290,2,1,0,1,零序CT一次值,1,Null,,
,,291,3,1,0,1,零序CT二次值,1,Null,,
,,512,4,1,0,1,I>投退,1,投入退出.ini,,
,,513,5,1,0,1,I>电流定值,0.01,Null,,
,,514,6,1,0,1,I>延时类型,1,延时类型Areva.ini,,
,,515,7,1,0,1,I>定时限时间,0.01,Null,,
,,516,8,1,0,1,I>时间常数,1,Null,,
,,524,9,1,0,1,I>>投退,1,投入退出.ini,,
,,525,10,1,0,1,I>>电流定值,0.01,Null,,
,,526,11,1,0,1,I>>定时限时间,0.01,Null,,
,,529,12,1,0,1,I>>>投退,1,Null,,
,,530,13,1,0,1,I>>>电流定值,0.01,Null,,
,,531,14,1,0,1,I>>>定时限时间,0.01,Null,,
,,534,15,1,0,1,I0>投退,1,投入退出.ini,,
,,535,16,1,0,1,I0>电流定值,0.001,Null,,
,,536,17,1,0,1,I0>延时类型,1,延时类型Areva.ini,,
,,537,18,1,0,1,I0>定时限时间,0.01,Null,,
,,538,19,1,0,1,I0>时间常数,0.01,Null,,
,,539,20,1,0,1,I0>RI反时限系数K,0.001,Null,,
,,540,21,1,0,1,I0>延时返回时间特性DMT或IDMT,1,Null,,
,,541,22,1,0,1,I0>定时限返回时间延时,0.01,Null,,
,,542,23,1,0,1,I0>反时限返回时间调节系数,0.001,Null,,
,,547,24,1,0,1,I0>>投退,1,投入退出.ini,,
,,548,25,1,0,1,I0>>电流定值,0.001,Null,,
,,549,26,1,0,1,I0>>定时限时间,0.01,Null,,
,,553,27,1,0,1,I0>>>投退,1,投入退出.ini,,
,,554,28,1,0,1,I0>>>电流定值,0.001,Null,,
,,555,29,1,0,1,I0>>>定时限时间,0.01,Null,,
,,569,30,1,0,1,负序I投退,1,投入退出.ini,,
,,570,31,1,0,1,负序I电流定值,0.01,Null,,
,,571,32,1,0,1,负序I延时类型,1,延时类型Areva.ini,,
,,572,33,1,0,1,定时限时间,0.01,Null,,
,,573,34,1,0,1,负序I时间常数,1,Null,,
,,578,35,1,0,1,负序II投退,1,投入退出.ini,,
,,579,36,1,0,1,负序II电流定值,0.01,Null,,
,,580,37,1,0,1,负序II定时限时间,0.01,Null,,
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,48,1,0,0,A相电流(一次值),0.01,IA,,
,,0,50,1,0,0,B相电流,0.01,IB,,
,,0,52,1,0,0,C相电流,0.01,IC,,
,,0,54,1,0,0,零序电流,0.01,I0,,
,,0,62,1,0,0,频率,0.01,F,,
,,0,128,0.01,0,0,A相电压(一次值),0.001,VA,,
,,0,130,0.01,0,0,B相电压,0.001,VB,,
,,0,132,0.01,0,0,C相电压,0.001,VC,,
,,0,134,0.01,0,0,零序电压,0.001,V0,,
,,0,158,1,0,0,有功功率,0.01,P,,
,,0,160,1,0,0,无功功率,0.01,Q,,
,,0,162,1,0,0,视在功率,0.01,S,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,16386,0,0,复归,0,0,n,,,
,,16388,16387,0,断路器,0,0,n,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,16,0,断路器合闸位置,PosOn,0,0,0,,,
,,16,1,手车工作位置,RkdIn,0,0,0,,,
,,16,2,远方位置,LocRem,0,0,0,,,
,,16,3,超温跳闸开入,ThOT,0,0,0,,,
,,16,4,接地刀位置,ESPos,0,0,0,,,
,,16,5,开入备用,DI6,0,0,0,,,
,,16,6,干变箱门联锁开入,DI7,0,0,0,,,
,,65533,1,遥控合闸,RemoteC,0,0,0,,,
,,65533,2,遥控分闸,RemoteT,0,0,0,,,
,,65533,3,启动故障录波,LB,0,0,0,,,
,,65533,4,跳开输出接点(不保持),TDO,0,0,0,,,
,,65533,5,定值修改,setChange,0,0,0,,,
,,65533,27,低电压1段,UV1,0,0,0,,,
,,65533,28,低电压2段,UV2,0,0,0,,,
,,65533,29,零序功率1段,EPower1,0,0,0,,,
,,65533,30,零序功率2段,EPower2,0,0,0,,,
,,65533,31,低电流保护,UC,0,0,0,,,
,,65533,32,负序过流1段,UnbOC1,0,0,0,,,
,,65533,33,负序过流2段,UnbOC2,0,0,0,,,
,,65533,34,负序过流3段,UnbOC3,0,0,0,,,
,,65533,35,热过负荷保护,ThO,0,0,0,,,
,,65533,36,过电压保护1段,OV1,0,0,0,,,
,,65533,37,过电压保护2段,OV2,0,0,0,,,
,,65533,38,零序过电压保护,EOV1,0,0,0,,,
,,65533,42,过流保护,OC1,0,0,0,,,
,,65533,43,速断保护,OC2,0,0,0,,,
,,65533,44,过流保护3段,OC3,0,0,0,,,
,,65533,45,零序过流保护,EOC,0,0,0,,,
,,65533,46,零序2段过流保护,EOC,0,0,0,,,
,,65533,47,零序3段过流保护,EOC,0,0,0,,,
,,65533,48,手合于故障动作,LocalC,0,0,0,,,
,,65533,56,辅助继电器1,tAux1,0,0,0,,,
,,65533,57,辅助继电器2,tAux2,0,0,0,,,
,,65533,105,前面板信号复归,LEDR,0,0,0,,,
,,65533,107,远方的信号复归,Rs,0,0,0,,,
,,65535,65535,通讯状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 2 5 1 P127 P127
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 3 48 8 32 1000 0 0 22 100 0
5 3 512 69 1 1000 0 1 22 100 1
6 3 162 1 16 1000 0 0 22 100 0
7 3 158 4 32 1000 1 0 22 100 0
8 3 128 8 32 1000 0 0 22 100 0
9 3 16 1 1 1000 0 0 22 100 1
10 3 62 1 16 1000 1 0 22 100 0
11 3 288 4 1 1000 0 1 22 100 1
12 [Title] 点类型 定值组号 定值代号 放大系数 修正值 定值序号 点描述 装置系数 数值描述文件
13 [Point] DZ 288 0 1 0 1 CT一次值 1 Null
14 289 1 1 0 1 CT二次值 1 Null
15 290 2 1 0 1 零序CT一次值 1 Null
16 291 3 1 0 1 零序CT二次值 1 Null
17 512 4 1 0 1 I>投退 1 投入退出.ini
18 513 5 1 0 1 I>电流定值 0.01 Null
19 514 6 1 0 1 I>延时类型 1 延时类型Areva.ini
20 515 7 1 0 1 I>定时限时间 0.01 Null
21 516 8 1 0 1 I>时间常数 1 Null
22 524 9 1 0 1 I>>投退 1 投入退出.ini
23 525 10 1 0 1 I>>电流定值 0.01 Null
24 526 11 1 0 1 I>>定时限时间 0.01 Null
25 529 12 1 0 1 I>>>投退 1 Null
26 530 13 1 0 1 I>>>电流定值 0.01 Null
27 531 14 1 0 1 I>>>定时限时间 0.01 Null
28 534 15 1 0 1 I0>投退 1 投入退出.ini
29 535 16 1 0 1 I0>电流定值 0.001 Null
30 536 17 1 0 1 I0>延时类型 1 延时类型Areva.ini
31 537 18 1 0 1 I0>定时限时间 0.01 Null
32 538 19 1 0 1 I0>时间常数 0.01 Null
33 539 20 1 0 1 I0>RI反时限系数K 0.001 Null
34 540 21 1 0 1 I0>延时返回时间特性DMT或IDMT 1 Null
35 541 22 1 0 1 I0>定时限返回时间延时 0.01 Null
36 542 23 1 0 1 I0>反时限返回时间调节系数 0.001 Null
37 547 24 1 0 1 I0>>投退 1 投入退出.ini
38 548 25 1 0 1 I0>>电流定值 0.001 Null
39 549 26 1 0 1 I0>>定时限时间 0.01 Null
40 553 27 1 0 1 I0>>>投退 1 投入退出.ini
41 554 28 1 0 1 I0>>>电流定值 0.001 Null
42 555 29 1 0 1 I0>>>定时限时间 0.01 Null
43 569 30 1 0 1 负序I投退 1 投入退出.ini
44 570 31 1 0 1 负序I电流定值 0.01 Null
45 571 32 1 0 1 负序I延时类型 1 延时类型Areva.ini
46 572 33 1 0 1 定时限时间 0.01 Null
47 573 34 1 0 1 负序I时间常数 1 Null
48 578 35 1 0 1 负序II投退 1 投入退出.ini
49 579 36 1 0 1 负序II电流定值 0.01 Null
50 580 37 1 0 1 负序II定时限时间 0.01 Null
51 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
52 [Point] YC 0 48 1 0 0 A相电流(一次值) 0.01 IA
53 0 50 1 0 0 B相电流 0.01 IB
54 0 52 1 0 0 C相电流 0.01 IC
55 0 54 1 0 0 零序电流 0.01 I0
56 0 62 1 0 0 频率 0.01 F
57 0 128 0.01 0 0 A相电压(一次值) 0.001 VA
58 0 130 0.01 0 0 B相电压 0.001 VB
59 0 132 0.01 0 0 C相电压 0.001 VC
60 0 134 0.01 0 0 零序电压 0.001 V0
61 0 158 1 0 0 有功功率 0.01 P
62 0 160 1 0 0 无功功率 0.01 Q
63 0 162 1 0 0 视在功率 0.01 S
64 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
65 [Point] YK 16386 0 0 复归 0 0 n
66 16388 16387 0 断路器 0 0 n
67 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
68 [Point] YX 16 0 断路器合闸位置 PosOn 0 0 0
69 16 1 手车工作位置 RkdIn 0 0 0
70 16 2 远方位置 LocRem 0 0 0
71 16 3 超温跳闸开入 ThOT 0 0 0
72 16 4 接地刀位置 ESPos 0 0 0
73 16 5 开入备用 DI6 0 0 0
74 16 6 干变箱门联锁开入 DI7 0 0 0
75 65533 1 遥控合闸 RemoteC 0 0 0
76 65533 2 遥控分闸 RemoteT 0 0 0
77 65533 3 启动故障录波 LB 0 0 0
78 65533 4 跳开输出接点(不保持) TDO 0 0 0
79 65533 5 定值修改 setChange 0 0 0
80 65533 27 低电压1段 UV1 0 0 0
81 65533 28 低电压2段 UV2 0 0 0
82 65533 29 零序功率1段 EPower1 0 0 0
83 65533 30 零序功率2段 EPower2 0 0 0
84 65533 31 低电流保护 UC 0 0 0
85 65533 32 负序过流1段 UnbOC1 0 0 0
86 65533 33 负序过流2段 UnbOC2 0 0 0
87 65533 34 负序过流3段 UnbOC3 0 0 0
88 65533 35 热过负荷保护 ThO 0 0 0
89 65533 36 过电压保护1段 OV1 0 0 0
90 65533 37 过电压保护2段 OV2 0 0 0
91 65533 38 零序过电压保护 EOV1 0 0 0
92 65533 42 过流保护 OC1 0 0 0
93 65533 43 速断保护 OC2 0 0 0
94 65533 44 过流保护3段 OC3 0 0 0
95 65533 45 零序过流保护 EOC 0 0 0
96 65533 46 零序2段过流保护 EOC 0 0 0
97 65533 47 零序3段过流保护 EOC 0 0 0
98 65533 48 手合于故障动作 LocalC 0 0 0
99 65533 56 辅助继电器1 tAux1 0 0 0
100 65533 57 辅助继电器2 tAux2 0 0 0
101 65533 105 前面板信号复归 LEDR 0 0 0
102 65533 107 远方的信号复归 Rs 0 0 0
103 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,60 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],9,5,1,P127,P127,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,16,1,1,1000,0,0,22,100,1
,,3,128,6,32,1000,0,0,22,100,0
,,3,62,2,16,1000,0,0,22,1000,0
,,3,158,6,32,1000,0,0,22,1000,0
,,3,48,8,32,1000,0,0,22,100,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,48,1,0,0,IA,1,IA,,
,,0,50,1,0,0,IB,1,IB,,
,,0,52,1,0,0,IC,1,IC,,
,,0,54,1,0,0,Ie,1,I0,,
,,0,62,1,0,0,F,1,F,,
,,0,128,1,0,0,UA,1,VA,,
,,0,130,1,0,0,UB,1,VB,,
,,0,132,1,0,0,UC,1,VC,,
,,0,158,1,0,0,P,1,P,,
,,0,160,1,0,0,Q,1,Q,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,100,0,0,yk1,0,0,Null,,,
,,101,0,0,yk2,0,0,Null,,,
,,102,0,0,yk3,0,0,Null,,,
,,16388,16387,0,yk4,0,0,Null,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,16,0,IP1,DI1,0,0,0,,,
,,16,1,IP2,DI2,0,0,0,,,
,,16,2,IP3,DI3,0,0,0,,,
,,16,3,IP4,DI4,0,0,0,,,
,,16,4,IP5,DI5,0,0,0,,,
,,16,5,IP6,DI6,0,0,0,,,
,,16,6,IP7,DI7,0,0,0,,,
,,65533,17,ThermalAlarm,ThOA,0,0,0,,,
,,65533,27,1stUnderVoltageV__Trip,UV1,0,0,0,,,
,,65533,28,2ndUnderVoltageV__Trip,UV2,0,0,0,,,
,,65533,31,UndercurrentI_Trip,UC,0,0,0,,,
,,65533,32,IstNPSOvercurrentI2_Trip,NPSOC1,0,0,0,,,
,,65533,33,2ndNPSOvercurrentI2_Trip,NPSOC2,0,0,0,,,
,,65533,34,3rdNPSOvercurrentI2_Trip,NPSOC3,0,0,0,,,
,,65533,35,Thermal_Trip,ThOT,0,0,0,,,
,,65533,36,1stOverVoltageV_Trip,OV1,0,0,0,,,
,,65533,37,2ndOverVoltageV_Trip,OV2,0,0,0,,,
,,65533,38,OverVoltageUe_Trip,EOV,0,0,0,,,
,,65533,42,1stOverCurrenttI_Trip,OC1,0,0,0,,,
,,65533,43,2ndOverCurrenttI_Trip,OC2,0,0,0,,,
,,65533,44,3rdOverCurrenttI_Trip,OC3,0,0,0,,,
,,65533,45,1stOverCurrenttIe_Trip,EOC1,0,0,0,,,
,,65533,46,2ndOverCurrenttIe_Trip,EOC2,0,0,0,,,
,,65533,47,3rdOverCurrentttIe_Trip,EOC3,0,0,0,,,
,,65533,123,VTS,VTS,0,0,0,,,
,,65533,132,1stOverPOWERP_Trip,OPower1,0,0,0,,,
,,65533,133,2ndOverPOWERP_Trip,OPower2,0,0,0,,,
,,65533,186,CTS,CTS,0,0,0,,,
,,65533,202,1stUnderPOWERP_Trip,UPower1,0,0,0,,,
,,65533,203,2ndUnderPOWERP_Trip,UPower2,0,0,0,,,
,,65533,208,1stOverPOWERQ_Trip,OVar1,0,0,0,,,
,,65533,209,2ndOverPOWERQ_Trip,OVar2,0,0,0,,,
,,65533,214,1stUnderPOWERQ_Trip,UVar1,0,0,0,,,
,,65533,215,2ndUnderPOWERQ_Trip,UVar2,0,0,0,,,
,,65535,65535,TX,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 9 5 1 P127 P127
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 3 16 1 1 1000 0 0 22 100 1
5 3 128 6 32 1000 0 0 22 100 0
6 3 62 2 16 1000 0 0 22 1000 0
7 3 158 6 32 1000 0 0 22 1000 0
8 3 48 8 32 1000 0 0 22 100 0
9 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
10 [Point] YC 0 48 1 0 0 IA 1 IA
11 0 50 1 0 0 IB 1 IB
12 0 52 1 0 0 IC 1 IC
13 0 54 1 0 0 Ie 1 I0
14 0 62 1 0 0 F 1 F
15 0 128 1 0 0 UA 1 VA
16 0 130 1 0 0 UB 1 VB
17 0 132 1 0 0 UC 1 VC
18 0 158 1 0 0 P 1 P
19 0 160 1 0 0 Q 1 Q
20 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
21 [Point] YK 100 0 0 yk1 0 0 Null
22 101 0 0 yk2 0 0 Null
23 102 0 0 yk3 0 0 Null
24 16388 16387 0 yk4 0 0 Null
25 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
26 [Point] YX 16 0 IP1 DI1 0 0 0
27 16 1 IP2 DI2 0 0 0
28 16 2 IP3 DI3 0 0 0
29 16 3 IP4 DI4 0 0 0
30 16 4 IP5 DI5 0 0 0
31 16 5 IP6 DI6 0 0 0
32 16 6 IP7 DI7 0 0 0
33 65533 17 ThermalAlarm ThOA 0 0 0
34 65533 27 1stUnderVoltageV__Trip UV1 0 0 0
35 65533 28 2ndUnderVoltageV__Trip UV2 0 0 0
36 65533 31 UndercurrentI_Trip UC 0 0 0
37 65533 32 IstNPSOvercurrentI2_Trip NPSOC1 0 0 0
38 65533 33 2ndNPSOvercurrentI2_Trip NPSOC2 0 0 0
39 65533 34 3rdNPSOvercurrentI2_Trip NPSOC3 0 0 0
40 65533 35 Thermal_Trip ThOT 0 0 0
41 65533 36 1stOverVoltageV_Trip OV1 0 0 0
42 65533 37 2ndOverVoltageV_Trip OV2 0 0 0
43 65533 38 OverVoltageUe_Trip EOV 0 0 0
44 65533 42 1stOverCurrenttI_Trip OC1 0 0 0
45 65533 43 2ndOverCurrenttI_Trip OC2 0 0 0
46 65533 44 3rdOverCurrenttI_Trip OC3 0 0 0
47 65533 45 1stOverCurrenttIe_Trip EOC1 0 0 0
48 65533 46 2ndOverCurrenttIe_Trip EOC2 0 0 0
49 65533 47 3rdOverCurrentttIe_Trip EOC3 0 0 0
50 65533 123 VTS VTS 0 0 0
51 65533 132 1stOverPOWERP_Trip OPower1 0 0 0
52 65533 133 2ndOverPOWERP_Trip OPower2 0 0 0
53 65533 186 CTS CTS 0 0 0
54 65533 202 1stUnderPOWERP_Trip UPower1 0 0 0
55 65533 203 2ndUnderPOWERP_Trip UPower2 0 0 0
56 65533 208 1stOverPOWERQ_Trip OVar1 0 0 0
57 65533 209 2ndOverPOWERQ_Trip OVar2 0 0 0
58 65533 214 1stUnderPOWERQ_Trip UVar1 0 0 0
59 65533 215 2ndUnderPOWERQ_Trip UVar2 0 0 0
60 65535 65535 TX TX 0 0 0

View File

@ -1,73 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],1,5,1,P14X-46-P141,P141,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,4,11001,12,32,1000,0,0,20,1000,0
,,4,11024,2,1,1000,0,0,20,100,1
,,4,11013,8,16,1000,1,0,20,100,0
,,4,208,12,16,1000,0,0,20,100,0
,,4,247,2,32,1000,0,0,20,100,0
,,4,405,4,32,1000,2,0,20,1000,0
,,4,411,8,32,1000,2,2,20,1000,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,247,1,0,0,VNDerived,1,UG,,
,,0,405,1,0,0,P,1,P,,
,,0,407,1,0,0,Q,1,Q,,
,,0,11001,1,0,0,IA,1,IA,,
,,0,11003,1,0,0,IB,1,IB,,
,,0,11005,1,0,0,IC,1,IC,,
,,0,11007,1,0,0,UAB,1,UAB,,
,,0,11009,1,0,0,UBC,1,UBC,,
,,0,11011,1,0,0,UCA,1,UCA,,
,,0,11019,1,0,0,COS,1,PF,,
,,0,11020,1,0,0,F,1,F,,
,,2,208,1,0,0,IN1,1,IO1,,
,,2,211,1,0,0,INDerived,1,IG,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,951,952,4,yk1,1,1,Null,,,
,,953,954,4,yk2,1,1,Null,,,
[Title],点类型,功能号,信息号,放大系数,修正值,点描述,装置系数 ,点名缩写,,,
[Point],YM,0,411,1,0,EPdel,0.001,EPd,,,
,,0,413,1,0,EPrec,0.001,EPr,,,
,,0,415,1,0,EQdel,0.001,EQd,,,
,,0,417,1,0,EQrec,0.001,EQr,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,6,148,VTS,VTS,0,0,0,,,
,,6,149,CTS,CTS,0,0,0,,,
,,6,243,1stOverCurrenttI__Trip,OC1,0,0,0,,,
,,6,247,2ndOverCurrenttI__Trip,OC2,0,0,0,,,
,,6,251,3rdOverCurrenttI__Trip,OC3,0,0,0,,,
,,6,255,4thOverCurrenttI__Trip,OC4,0,0,0,,,
,,6,261,1stOverCurrenttIN_Trip,EOC1,0,0,0,,,
,,6,262,2ndOverCurrenttIN_Trip,EOC2,0,0,0,,,
,,6,263,3rdOverCurrenttIN_Trip,EOC3,0,0,0,,,
,,6,265,1stOverCurrenttIN2_Trip,E2OC1,0,0,0,,,
,,6,266,2ndOverCurrenttIN2_Trip,E2OC2,0,0,0,,,
,,6,267,3rdOverCurrenttIN2_Trip,E2OC3,0,0,0,,,
,,6,269,ISEF_Trip,SEF,0,0,0,,,
,,6,274,1stOverVoltageVN_Trip,EOV1,0,0,0,,,
,,6,275,2ndOverVoltageVN_Trip,EOV2,0,0,0,,,
,,6,277,NPSOverVoltageV2_Trip,NPSOV,0,0,0,,,
,,6,278,1stUnderVoltageV_Trip,UV1,0,0,0,,,
,,6,282,2ndUnderVoltageV_Trip,UV2,0,0,0,,,
,,6,286,1stOverVoltageV_Trip,OV1,0,0,0,,,
,,6,290,2ndOverVoltageV_Trip,OV2,0,0,0,,,
,,6,371,AutoClose,Recloser,0,0,0,,,
,,6,513,1stNEG_Trip,NEG1,0,0,0,,,
,,6,514,2ndNEG_Trip,NEG2,0,0,0,,,
,,11025,0,IP1,DI1,0,0,0,,,
,,11025,1,IP2,DI2,0,0,0,,,
,,11025,2,IP3,DI3,0,0,0,,,
,,11025,3,IP4,DI4,0,0,0,,,
,,11025,4,IP5,DI5,0,0,0,,,
,,11025,5,IP6,DI6,0,0,0,,,
,,11025,6,IP7,DI7,0,0,0,,,
,,11025,7,IP8,DI8,0,0,0,,,
,,11025,8,IP9,DI9,0,0,0,,,
,,11025,9,IP10,DI10,0,0,0,,,
,,11025,10,IP11,DI11,0,0,0,,,
,,11025,11,IP12,DI12,0,0,0,,,
,,11025,12,IP13,DI13,0,0,0,,,
,,11025,13,IP14,DI14,0,0,0,,,
,,11025,14,IP15,DI15,0,0,0,,,
,,11025,15,IP16,DI16,0,0,0,,,
,,65535,65535,TX,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 5 1 P14X-46-P141 P141
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 4 11001 12 32 1000 0 0 20 1000 0
5 4 11024 2 1 1000 0 0 20 100 1
6 4 11013 8 16 1000 1 0 20 100 0
7 4 208 12 16 1000 0 0 20 100 0
8 4 247 2 32 1000 0 0 20 100 0
9 4 405 4 32 1000 2 0 20 1000 0
10 4 411 8 32 1000 2 2 20 1000 0
11 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
12 [Point] YC 0 247 1 0 0 VNDerived 1 UG
13 0 405 1 0 0 P 1 P
14 0 407 1 0 0 Q 1 Q
15 0 11001 1 0 0 IA 1 IA
16 0 11003 1 0 0 IB 1 IB
17 0 11005 1 0 0 IC 1 IC
18 0 11007 1 0 0 UAB 1 UAB
19 0 11009 1 0 0 UBC 1 UBC
20 0 11011 1 0 0 UCA 1 UCA
21 0 11019 1 0 0 COS 1 PF
22 0 11020 1 0 0 F 1 F
23 2 208 1 0 0 IN1 1 IO1
24 2 211 1 0 0 INDerived 1 IG
25 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
26 [Point] YK 951 952 4 yk1 1 1 Null
27 953 954 4 yk2 1 1 Null
28 [Title] 点类型 功能号 信息号 放大系数 修正值 点描述 装置系数 点名缩写
29 [Point] YM 0 411 1 0 EPdel 0.001 EPd
30 0 413 1 0 EPrec 0.001 EPr
31 0 415 1 0 EQdel 0.001 EQd
32 0 417 1 0 EQrec 0.001 EQr
33 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
34 [Point] YX 6 148 VTS VTS 0 0 0
35 6 149 CTS CTS 0 0 0
36 6 243 1stOverCurrenttI__Trip OC1 0 0 0
37 6 247 2ndOverCurrenttI__Trip OC2 0 0 0
38 6 251 3rdOverCurrenttI__Trip OC3 0 0 0
39 6 255 4thOverCurrenttI__Trip OC4 0 0 0
40 6 261 1stOverCurrenttIN_Trip EOC1 0 0 0
41 6 262 2ndOverCurrenttIN_Trip EOC2 0 0 0
42 6 263 3rdOverCurrenttIN_Trip EOC3 0 0 0
43 6 265 1stOverCurrenttIN2_Trip E2OC1 0 0 0
44 6 266 2ndOverCurrenttIN2_Trip E2OC2 0 0 0
45 6 267 3rdOverCurrenttIN2_Trip E2OC3 0 0 0
46 6 269 ISEF_Trip SEF 0 0 0
47 6 274 1stOverVoltageVN_Trip EOV1 0 0 0
48 6 275 2ndOverVoltageVN_Trip EOV2 0 0 0
49 6 277 NPSOverVoltageV2_Trip NPSOV 0 0 0
50 6 278 1stUnderVoltageV_Trip UV1 0 0 0
51 6 282 2ndUnderVoltageV_Trip UV2 0 0 0
52 6 286 1stOverVoltageV_Trip OV1 0 0 0
53 6 290 2ndOverVoltageV_Trip OV2 0 0 0
54 6 371 AutoClose Recloser 0 0 0
55 6 513 1stNEG_Trip NEG1 0 0 0
56 6 514 2ndNEG_Trip NEG2 0 0 0
57 11025 0 IP1 DI1 0 0 0
58 11025 1 IP2 DI2 0 0 0
59 11025 2 IP3 DI3 0 0 0
60 11025 3 IP4 DI4 0 0 0
61 11025 4 IP5 DI5 0 0 0
62 11025 5 IP6 DI6 0 0 0
63 11025 6 IP7 DI7 0 0 0
64 11025 7 IP8 DI8 0 0 0
65 11025 8 IP9 DI9 0 0 0
66 11025 9 IP10 DI10 0 0 0
67 11025 10 IP11 DI11 0 0 0
68 11025 11 IP12 DI12 0 0 0
69 11025 12 IP13 DI13 0 0 0
70 11025 13 IP14 DI14 0 0 0
71 11025 14 IP15 DI15 0 0 0
72 11025 15 IP16 DI16 0 0 0
73 65535 65535 TX TX 0 0 0

View File

@ -1,38 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,
[Device],12,13,11,P142,P142,,,,
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写
[Point],YC,160,148,1000,0,0,IA,0.001,IA
,,160,148,1000,0,1,IB,0.001,IB
,,160,148,1000,0,2,IC,0.001,IC
,,160,148,1000,0,3,VA,0.001,VA
,,160,148,1000,0,4,VB,0.001,VB
,,160,148,1000,0,5,VC,0.001,VC
,,160,148,1000,0,6,P,0.001,P
,,160,148,1000,0,7,Q,0.001,Q
,,160,148,1000,0,8,F,0.001,F
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,
[Point],YK,165,33,0,4#CB合/分,165,32,1,
,,165,34,0,43ES合/分,165,35,1,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,
[Point],YX,160,27,本体重瓦斯跳闸,LGT,0,0,0,
,,160,28,本体轻瓦斯告警,LLGA,0,0,0,
,,160,29,绕组超温跳闸,OWA,0,0,0,
,,160,30,绕组温度告警,HWA,0,0,0,
,,160,38,VT断线告警,VTS,0,0,0,
,,160,85,CBFailAlarm,CBFail,0,0,0,
,,162,36,信号超温跳闸,DI1,0,0,0,
,,162,37,信号温度告警,DI2,0,0,0,
,,162,38,油位高报警,OOL,0,0,0,
,,162,39,油位低报警,UOL,0,0,0,
,,162,40,压力释放跳闸,PR,0,0,0,
,,162,41,43ES合位,DI6,0,0,0,
,,162,42,4#CB分位,DI7,0,0,0,
,,162,43,4#CB合位,DI8,0,0,0,
,,162,149,CT断线告警,CTS,0,0,0,
,,162,168,主变非电量告警,NONEA,0,0,0,
,,162,170,零序过流IN1>,EOC1,0,0,0,
,,162,171,过负荷告警I>2,OC2,0,0,0,
,,162,172,非电量跳闸,NONET,0,0,0,
,,162,173,备用,BY,0,0,0,
,,162,179,复压过流I>1,UOC,0,0,0,
,,65535,65535,通讯状态,TX,0,0,0,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 12 13 11 P142 P142
3 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
4 [Point] YC 160 148 1000 0 0 IA 0.001 IA
5 160 148 1000 0 1 IB 0.001 IB
6 160 148 1000 0 2 IC 0.001 IC
7 160 148 1000 0 3 VA 0.001 VA
8 160 148 1000 0 4 VB 0.001 VB
9 160 148 1000 0 5 VC 0.001 VC
10 160 148 1000 0 6 P 0.001 P
11 160 148 1000 0 7 Q 0.001 Q
12 160 148 1000 0 8 F 0.001 F
13 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
14 [Point] YK 165 33 0 4#CB合/分 165 32 1
15 165 34 0 43ES合/分 165 35 1
16 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
17 [Point] YX 160 27 本体重瓦斯跳闸 LGT 0 0 0
18 160 28 本体轻瓦斯告警 LLGA 0 0 0
19 160 29 绕组超温跳闸 OWA 0 0 0
20 160 30 绕组温度告警 HWA 0 0 0
21 160 38 VT断线告警 VTS 0 0 0
22 160 85 CBFailAlarm CBFail 0 0 0
23 162 36 信号超温跳闸 DI1 0 0 0
24 162 37 信号温度告警 DI2 0 0 0
25 162 38 油位高报警 OOL 0 0 0
26 162 39 油位低报警 UOL 0 0 0
27 162 40 压力释放跳闸 PR 0 0 0
28 162 41 43ES合位 DI6 0 0 0
29 162 42 4#CB分位 DI7 0 0 0
30 162 43 4#CB合位 DI8 0 0 0
31 162 149 CT断线告警 CTS 0 0 0
32 162 168 主变非电量告警 NONEA 0 0 0
33 162 170 零序过流IN1> EOC1 0 0 0
34 162 171 过负荷告警I>2 OC2 0 0 0
35 162 172 非电量跳闸 NONET 0 0 0
36 162 173 备用 BY 0 0 0
37 162 179 复压过流I>1 UOC 0 0 0
38 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,73 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],1,5,1,P14X-46-P143,P143,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,4,11001,12,32,1000,0,0,20,1000,0
,,4,11024,2,1,1000,0,0,20,100,1
,,4,11013,8,16,1000,1,0,20,100,0
,,4,208,12,16,1000,0,0,20,100,0
,,4,247,2,32,1000,0,0,20,100,0
,,4,405,4,32,1000,2,0,20,1000,0
,,4,411,8,32,1000,2,2,20,1000,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,247,1,0,0,VN,1,V0,,
,,0,405,1,0,0,P,1,P,,
,,0,407,1,0,0,Q,1,Q,,
,,0,11001,1,0,0,IA,1,IA,,
,,0,11003,1,0,0,IB,1,IB,,
,,0,11005,1,0,0,IC,1,IC,,
,,0,11007,1,0,0,UAB,1,UAB,,
,,0,11009,1,0,0,UBC,1,UBC,,
,,0,11011,1,0,0,UCA,1,UCA,,
,,0,11019,1,0,0,COS,1,PF,,
,,0,11020,1,0,0,F,1,F,,
,,2,208,1,0,0,IN1,1,I01,,
,,2,211,1,0,0,IN2,1,I02,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,951,952,4,yk1,1,1,Null,,,
,,953,954,4,yk2,1,1,Null,,,
[Title],点类型,功能号,信息号,放大系数,修正值,点描述,装置系数 ,点名缩写,,,
[Point],YM,0,411,1,0,EPdel,0.001,EPd,,,
,,0,413,1,0,EPrec,0.001,EPr,,,
,,0,415,1,0,EQdel,0.001,EQd,,,
,,0,417,1,0,EQrec,0.001,EQr,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,6,148,VTS,VTS,0,0,0,,,
,,6,149,CTS,CTS,0,0,0,,,
,,6,243,1stOverCurrenttI__Trip,OC1,0,0,0,,,
,,6,247,2ndOverCurrenttI__Trip,OC2,0,0,0,,,
,,6,251,3rdOverCurrenttI__Trip,OC3,0,0,0,,,
,,6,255,4thOverCurrenttI__Trip,OC4,0,0,0,,,
,,6,261,1stOverCurrenttIN_Trip,EOC1,0,0,0,,,
,,6,262,2ndOverCurrenttIN_Trip,EOC2,0,0,0,,,
,,6,263,3rdOverCurrenttIN_Trip,EOC3,0,0,0,,,
,,6,265,1stOverCurrenttIN2_Trip,E2OC1,0,0,0,,,
,,6,266,2ndOverCurrenttIN2_Trip,E2OC2,0,0,0,,,
,,6,267,3rdOverCurrenttIN2_Trip,E2OC3,0,0,0,,,
,,6,269,ISEF_Trip,SEF,0,0,0,,,
,,6,274,1stOverVoltageVN_Trip,EOV1,0,0,0,,,
,,6,275,2ndOverVoltageVN_Trip,EOV2,0,0,0,,,
,,6,277,NPSOverVoltageV2_Trip,NPSOV,0,0,0,,,
,,6,278,1stUnderVoltageV_Trip,UV1,0,0,0,,,
,,6,282,2ndUnderVoltageV_Trip,UV2,0,0,0,,,
,,6,286,1stOverVoltageV_Trip,OV1,0,0,0,,,
,,6,290,2ndOverVoltageV_Trip,OV2,0,0,0,,,
,,6,371,AutoClose,Recloser,0,0,0,,,
,,6,513,1stNPSOvercurrentI2_Trip,NPSOC1,0,0,0,,,
,,6,514,2ndNPSOvercurrentI2_Trip,NPSOC2,0,0,0,,,
,,11025,0,IP1,DI1,0,0,0,,,
,,11025,1,IP2,DI2,0,0,0,,,
,,11025,2,IP3,DI3,0,0,0,,,
,,11025,3,IP4,DI4,0,0,0,,,
,,11025,4,IP5,DI5,0,0,0,,,
,,11025,5,IP6,DI6,0,0,0,,,
,,11025,6,IP7,DI7,0,0,0,,,
,,11025,7,IP8,DI8,0,0,0,,,
,,11025,8,IP9,DI9,0,0,0,,,
,,11025,9,IP10,DI10,0,0,0,,,
,,11025,10,IP11,DI11,0,0,0,,,
,,11025,11,IP12,DI12,0,0,0,,,
,,11025,12,IP13,DI13,0,0,0,,,
,,11025,13,IP14,DI14,0,0,0,,,
,,11025,14,IP15,DI15,0,0,0,,,
,,11025,15,IP16,DI16,0,0,0,,,
,,65535,65535,TX,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 5 1 P14X-46-P143 P143
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 4 11001 12 32 1000 0 0 20 1000 0
5 4 11024 2 1 1000 0 0 20 100 1
6 4 11013 8 16 1000 1 0 20 100 0
7 4 208 12 16 1000 0 0 20 100 0
8 4 247 2 32 1000 0 0 20 100 0
9 4 405 4 32 1000 2 0 20 1000 0
10 4 411 8 32 1000 2 2 20 1000 0
11 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
12 [Point] YC 0 247 1 0 0 VN 1 V0
13 0 405 1 0 0 P 1 P
14 0 407 1 0 0 Q 1 Q
15 0 11001 1 0 0 IA 1 IA
16 0 11003 1 0 0 IB 1 IB
17 0 11005 1 0 0 IC 1 IC
18 0 11007 1 0 0 UAB 1 UAB
19 0 11009 1 0 0 UBC 1 UBC
20 0 11011 1 0 0 UCA 1 UCA
21 0 11019 1 0 0 COS 1 PF
22 0 11020 1 0 0 F 1 F
23 2 208 1 0 0 IN1 1 I01
24 2 211 1 0 0 IN2 1 I02
25 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
26 [Point] YK 951 952 4 yk1 1 1 Null
27 953 954 4 yk2 1 1 Null
28 [Title] 点类型 功能号 信息号 放大系数 修正值 点描述 装置系数 点名缩写
29 [Point] YM 0 411 1 0 EPdel 0.001 EPd
30 0 413 1 0 EPrec 0.001 EPr
31 0 415 1 0 EQdel 0.001 EQd
32 0 417 1 0 EQrec 0.001 EQr
33 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
34 [Point] YX 6 148 VTS VTS 0 0 0
35 6 149 CTS CTS 0 0 0
36 6 243 1stOverCurrenttI__Trip OC1 0 0 0
37 6 247 2ndOverCurrenttI__Trip OC2 0 0 0
38 6 251 3rdOverCurrenttI__Trip OC3 0 0 0
39 6 255 4thOverCurrenttI__Trip OC4 0 0 0
40 6 261 1stOverCurrenttIN_Trip EOC1 0 0 0
41 6 262 2ndOverCurrenttIN_Trip EOC2 0 0 0
42 6 263 3rdOverCurrenttIN_Trip EOC3 0 0 0
43 6 265 1stOverCurrenttIN2_Trip E2OC1 0 0 0
44 6 266 2ndOverCurrenttIN2_Trip E2OC2 0 0 0
45 6 267 3rdOverCurrenttIN2_Trip E2OC3 0 0 0
46 6 269 ISEF_Trip SEF 0 0 0
47 6 274 1stOverVoltageVN_Trip EOV1 0 0 0
48 6 275 2ndOverVoltageVN_Trip EOV2 0 0 0
49 6 277 NPSOverVoltageV2_Trip NPSOV 0 0 0
50 6 278 1stUnderVoltageV_Trip UV1 0 0 0
51 6 282 2ndUnderVoltageV_Trip UV2 0 0 0
52 6 286 1stOverVoltageV_Trip OV1 0 0 0
53 6 290 2ndOverVoltageV_Trip OV2 0 0 0
54 6 371 AutoClose Recloser 0 0 0
55 6 513 1stNPSOvercurrentI2_Trip NPSOC1 0 0 0
56 6 514 2ndNPSOvercurrentI2_Trip NPSOC2 0 0 0
57 11025 0 IP1 DI1 0 0 0
58 11025 1 IP2 DI2 0 0 0
59 11025 2 IP3 DI3 0 0 0
60 11025 3 IP4 DI4 0 0 0
61 11025 4 IP5 DI5 0 0 0
62 11025 5 IP6 DI6 0 0 0
63 11025 6 IP7 DI7 0 0 0
64 11025 7 IP8 DI8 0 0 0
65 11025 8 IP9 DI9 0 0 0
66 11025 9 IP10 DI10 0 0 0
67 11025 10 IP11 DI11 0 0 0
68 11025 11 IP12 DI12 0 0 0
69 11025 12 IP13 DI13 0 0 0
70 11025 13 IP14 DI14 0 0 0
71 11025 14 IP15 DI15 0 0 0
72 11025 15 IP16 DI16 0 0 0
73 65535 65535 TX TX 0 0 0

View File

@ -1,76 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],6,5,1,P142-46,P142,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,4,11001,12,32,1000,0,0,20,1000,0
,,4,11025,2,1,1000,0,0,20,100,1
,,4,208,2,32,1000,0,0,20,1000,0
,,4,247,2,32,1000,0,0,20,1000,0
,,4,11013,8,16,1000,1,0,20,1000,0
,,4,411,8,32,1000,2,2,20,1000,0
,,4,405,4,32,1000,2,0,20,1000,0
,,4,211,2,32,1000,0,0,20,1000,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,208,1,0,0,IN1,0.001,I01,,
,,0,211,1,0,0,IN2,0.001,I02,,
,,0,247,1,0,0,VN,0.001,VN,,
,,0,405,1,0,0,P,0.001,P,,
,,0,407,1,0,0,Q,0.001,Q,,
,,0,11001,1,0,0,IA,0.001,IA,,
,,0,11003,1,0,0,IB,0.001,IB,,
,,0,11005,1,0,0,IC,0.001,IC,,
,,0,11007,1,0,0,UAB,0.001,UAB,,
,,0,11009,1,0,0,UBC,0.001,UBC,,
,,0,11011,1,0,0,UCA,0.001,UCA,,
,,0,11019,10,0,0,COS,0.01,PF,,
,,0,11020,1,0,0,F,0.001,F,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,951,952,4,yk1,1,1,Null,,,
,,953,953,0,yk2,0,0,Null,,,
,,954,954,0,yk3,0,0,Null,,,
,,955,955,0,yk4,0,0,Null,,,
[Title],点类型,功能号,信息号,放大系数,修正值,点描述,装置系数 ,点名缩写,,,
[Point],YM,0,411,1,0,EPdel,0.001,EPd,,,
,,0,413,1,0,EPrec,0.001,EPr,,,
,,0,415,1,0,EQdel,0.001,EQd,,,
,,0,417,1,0,EQrec,0.001,EQr,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,6,148,VTS,VTS,0,0,0,,,
,,6,149,CTS,CTS,0,0,0,,,
,,6,243,1stOverCurrenttI__Trip,OC1,0,0,0,,,
,,6,247,2ndOverCurrenttI__Trip,OC2,0,0,0,,,
,,6,251,3rdOverCurrenttI__Trip,OC3,0,0,0,,,
,,6,255,4thOverCurrenttI__Trip,OC4,0,0,0,,,
,,6,261,1stOverCurrenttIN_Trip,EOC1,0,0,0,,,
,,6,262,2ndOverCurrenttIN_Trip,EOC2,0,0,0,,,
,,6,263,3rdOverCurrenttIN_Trip,EOC3,0,0,0,,,
,,6,265,1stOverCurrenttIN2_Trip,E2OC1,0,0,0,,,
,,6,266,2ndOverCurrenttIN2_Trip,E2OC2,0,0,0,,,
,,6,267,3rdOverCurrenttIN2_Trip,E2OC3,0,0,0,,,
,,6,269,ISEF_Trip,SEF,0,0,0,,,
,,6,274,1stOverVoltageVN_Trip,EOV1,0,0,0,,,
,,6,275,2ndOverVoltageVN_Trip,EOV2,0,0,0,,,
,,6,277,NPSOverVoltageV2_Trip,EOV3,0,0,0,,,
,,6,278,1stUnderVoltageV_Trip,UV1,0,0,0,,,
,,6,282,2ndUnderVoltageV_Trip,UV2,0,0,0,,,
,,6,286,1stOverVoltageV_Trip,OV1,0,0,0,,,
,,6,290,2ndOverVoltageV_Trip,OV2,0,0,0,,,
,,6,371,AutoClose,Recloser,0,0,0,,,
,,6,513,1stNPSOvercurrentI2_Trip,NPSOC1,0,0,0,,,
,,6,514,2ndNPSOvercurrentI2_Trip,NPSOC2,0,0,0,,,
,,11025,0,IP1,DI1,0,0,0,,,
,,11025,1,IP2,DI2,0,0,0,,,
,,11025,2,IP3,DI3,0,0,0,,,
,,11025,3,IP4,DI4,0,0,0,,,
,,11025,4,IP5,DI5,0,0,0,,,
,,11025,5,IP6,DI6,0,0,0,,,
,,11025,6,IP7,DI7,0,0,0,,,
,,11025,7,IP8,DI8,0,0,0,,,
,,11025,8,IP9,DI9,0,0,0,,,
,,11025,9,IP10,DI10,0,0,0,,,
,,11025,10,IP11,DI11,0,0,0,,,
,,11025,11,IP12,DI12,0,0,0,,,
,,11025,12,IP13,DI13,0,0,0,,,
,,11025,13,IP14,DI14,0,0,0,,,
,,11025,14,IP15,DI15,0,0,0,,,
,,11025,15,IP16,DI16,0,0,0,,,
,,65535,65535,TX,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 6 5 1 P142-46 P142
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 4 11001 12 32 1000 0 0 20 1000 0
5 4 11025 2 1 1000 0 0 20 100 1
6 4 208 2 32 1000 0 0 20 1000 0
7 4 247 2 32 1000 0 0 20 1000 0
8 4 11013 8 16 1000 1 0 20 1000 0
9 4 411 8 32 1000 2 2 20 1000 0
10 4 405 4 32 1000 2 0 20 1000 0
11 4 211 2 32 1000 0 0 20 1000 0
12 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
13 [Point] YC 0 208 1 0 0 IN1 0.001 I01
14 0 211 1 0 0 IN2 0.001 I02
15 0 247 1 0 0 VN 0.001 VN
16 0 405 1 0 0 P 0.001 P
17 0 407 1 0 0 Q 0.001 Q
18 0 11001 1 0 0 IA 0.001 IA
19 0 11003 1 0 0 IB 0.001 IB
20 0 11005 1 0 0 IC 0.001 IC
21 0 11007 1 0 0 UAB 0.001 UAB
22 0 11009 1 0 0 UBC 0.001 UBC
23 0 11011 1 0 0 UCA 0.001 UCA
24 0 11019 10 0 0 COS 0.01 PF
25 0 11020 1 0 0 F 0.001 F
26 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
27 [Point] YK 951 952 4 yk1 1 1 Null
28 953 953 0 yk2 0 0 Null
29 954 954 0 yk3 0 0 Null
30 955 955 0 yk4 0 0 Null
31 [Title] 点类型 功能号 信息号 放大系数 修正值 点描述 装置系数 点名缩写
32 [Point] YM 0 411 1 0 EPdel 0.001 EPd
33 0 413 1 0 EPrec 0.001 EPr
34 0 415 1 0 EQdel 0.001 EQd
35 0 417 1 0 EQrec 0.001 EQr
36 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
37 [Point] YX 6 148 VTS VTS 0 0 0
38 6 149 CTS CTS 0 0 0
39 6 243 1stOverCurrenttI__Trip OC1 0 0 0
40 6 247 2ndOverCurrenttI__Trip OC2 0 0 0
41 6 251 3rdOverCurrenttI__Trip OC3 0 0 0
42 6 255 4thOverCurrenttI__Trip OC4 0 0 0
43 6 261 1stOverCurrenttIN_Trip EOC1 0 0 0
44 6 262 2ndOverCurrenttIN_Trip EOC2 0 0 0
45 6 263 3rdOverCurrenttIN_Trip EOC3 0 0 0
46 6 265 1stOverCurrenttIN2_Trip E2OC1 0 0 0
47 6 266 2ndOverCurrenttIN2_Trip E2OC2 0 0 0
48 6 267 3rdOverCurrenttIN2_Trip E2OC3 0 0 0
49 6 269 ISEF_Trip SEF 0 0 0
50 6 274 1stOverVoltageVN_Trip EOV1 0 0 0
51 6 275 2ndOverVoltageVN_Trip EOV2 0 0 0
52 6 277 NPSOverVoltageV2_Trip EOV3 0 0 0
53 6 278 1stUnderVoltageV_Trip UV1 0 0 0
54 6 282 2ndUnderVoltageV_Trip UV2 0 0 0
55 6 286 1stOverVoltageV_Trip OV1 0 0 0
56 6 290 2ndOverVoltageV_Trip OV2 0 0 0
57 6 371 AutoClose Recloser 0 0 0
58 6 513 1stNPSOvercurrentI2_Trip NPSOC1 0 0 0
59 6 514 2ndNPSOvercurrentI2_Trip NPSOC2 0 0 0
60 11025 0 IP1 DI1 0 0 0
61 11025 1 IP2 DI2 0 0 0
62 11025 2 IP3 DI3 0 0 0
63 11025 3 IP4 DI4 0 0 0
64 11025 4 IP5 DI5 0 0 0
65 11025 5 IP6 DI6 0 0 0
66 11025 6 IP7 DI7 0 0 0
67 11025 7 IP8 DI8 0 0 0
68 11025 8 IP9 DI9 0 0 0
69 11025 9 IP10 DI10 0 0 0
70 11025 10 IP11 DI11 0 0 0
71 11025 11 IP12 DI12 0 0 0
72 11025 12 IP13 DI13 0 0 0
73 11025 13 IP14 DI14 0 0 0
74 11025 14 IP15 DI15 0 0 0
75 11025 15 IP16 DI16 0 0 0
76 65535 65535 TX TX 0 0 0

View File

@ -1,60 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],5,7,1,P243-57,P243-57,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,4,168,18,32,1000,0,0,20,100,0
,,4,6,3,1,1000,0,0,20,100,0
,,4,11001,12,32,1000,0,0,20,100,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,11001,1,0,0,A相电流,0.001,IA,,
,,0,11003,1,0,0,B相电流,0.001,IB,,
,,0,11005,1,0,0,C相电流,0.001,IC,,
,,0,11007,1,0,0,AB相电压,0.001,UAB,,
,,0,11009,1,0,0,BC相电压,0.001,UBC,,
,,0,11011,1,0,0,CA相电压,0.001,UCA,,
,,0,11016,1,0,0,Ib-2幅值,0.001,IB2,,
,,0,11018,1,0,0,Ic-2幅值,0.001,IC2,,
,,0,11020,1,0,0,A相差流,0.001,IAD,,
,,0,11022,1,0,0,B相差流,0.001,IBA,,
,,0,11024,1,0,0,C相差流,0.001,ICD,,
,,0,11026,1,0,0,A相制动电流,0.001,IAR,,
,,0,11028,1,0,0,B相制动电流,0.001,IBR,,
,,0,11030,1,0,0,C相制动电流,0.001,ICR,,
,,0,11056,1,0,0,Ia-2幅值,0.001,IA2,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,20,20,4,断路器,1,2,n,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,6,0,断路器,PosOn,0,0,0,,,
,,6,1,工艺连锁,DI2,0,0,0,,,
,,6,2,接地刀,ESPos,0,0,0,,,
,,6,3,ip4,DI4,0,0,0,,,
,,6,4,ip5,DI5,0,0,0,,,
,,6,5,ip6,DI6,0,0,0,,,
,,6,6,ip7,DI7,0,0,0,,,
,,6,7,ip8,DI8,0,0,0,,,
,,6,15,过流保护1段C相动作,OC1C,0,0,0,,,
,,6,18,过流保护2段C相动作,OC2C,0,0,0,,,
,,6,19,低频保护1段动作,UF1,0,0,0,,,
,,6,20,低频保护2段动作,UF2,0,0,0,,,
,,6,21,灵敏零序过流保护1段动作,SEF1,0,0,0,,,
,,6,22,灵敏零序过流保护2段动作,SEF2,0,0,0,,,
,,6,23,零序过流1段动作,EOC1,0,0,0,,,
,,6,24,零序过流2段动作,EOC2,0,0,0,,,
,,6,25,低功率1段动作,UPower1,0,0,0,,,
,,6,26,低功率2段动作,UPower2,0,0,0,,,
,,6,30,负序过流1段动作,UnbOC1,0,0,0,,,
,,6,31,负序过流2段动作,UnbOC2,0,0,0,,,
,,6,32,低电压1段动作,UV1,0,0,0,,,
,,6,33,过电压1段动作,OV1,0,0,0,,,
,,6,34,低电压2段动作,UV2,0,0,0,,,
,,6,35,过电压2段动作,OV2,0,0,0,,,
,,6,36,自产零序过电压1段动作,GOV1,0,0,0,,,
,,6,37,自产零序过电压2段动作,GOV2,0,0,0,,,
,,6,123,过流保护1段B相动作,OC1B,0,0,0,,,
,,6,237,过流保护1段A相动作,OC1A,0,0,0,,,
,,6,248,过流保护2段A相动作,OC2A,0,0,0,,,
,,6,318,差动保护,Diff,0,0,0,,,
,,6,338,过流保护2段B相动作,OC2B,0,0,0,,,
,,8,0,事故总,TIS,0,0,0,,,
,,8,1,out2,DO2,0,0,0,,,
,,8,2,out3,DO3,0,0,0,,,
,,65535,65535,遥信状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 5 7 1 P243-57 P243-57
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 4 168 18 32 1000 0 0 20 100 0
5 4 6 3 1 1000 0 0 20 100 0
6 4 11001 12 32 1000 0 0 20 100 0
7 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
8 [Point] YC 0 11001 1 0 0 A相电流 0.001 IA
9 0 11003 1 0 0 B相电流 0.001 IB
10 0 11005 1 0 0 C相电流 0.001 IC
11 0 11007 1 0 0 AB相电压 0.001 UAB
12 0 11009 1 0 0 BC相电压 0.001 UBC
13 0 11011 1 0 0 CA相电压 0.001 UCA
14 0 11016 1 0 0 Ib-2幅值 0.001 IB2
15 0 11018 1 0 0 Ic-2幅值 0.001 IC2
16 0 11020 1 0 0 A相差流 0.001 IAD
17 0 11022 1 0 0 B相差流 0.001 IBA
18 0 11024 1 0 0 C相差流 0.001 ICD
19 0 11026 1 0 0 A相制动电流 0.001 IAR
20 0 11028 1 0 0 B相制动电流 0.001 IBR
21 0 11030 1 0 0 C相制动电流 0.001 ICR
22 0 11056 1 0 0 Ia-2幅值 0.001 IA2
23 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
24 [Point] YK 20 20 4 断路器 1 2 n
25 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
26 [Point] YX 6 0 断路器 PosOn 0 0 0
27 6 1 工艺连锁 DI2 0 0 0
28 6 2 接地刀 ESPos 0 0 0
29 6 3 ip4 DI4 0 0 0
30 6 4 ip5 DI5 0 0 0
31 6 5 ip6 DI6 0 0 0
32 6 6 ip7 DI7 0 0 0
33 6 7 ip8 DI8 0 0 0
34 6 15 过流保护1段C相动作 OC1C 0 0 0
35 6 18 过流保护2段C相动作 OC2C 0 0 0
36 6 19 低频保护1段动作 UF1 0 0 0
37 6 20 低频保护2段动作 UF2 0 0 0
38 6 21 灵敏零序过流保护1段动作 SEF1 0 0 0
39 6 22 灵敏零序过流保护2段动作 SEF2 0 0 0
40 6 23 零序过流1段动作 EOC1 0 0 0
41 6 24 零序过流2段动作 EOC2 0 0 0
42 6 25 低功率1段动作 UPower1 0 0 0
43 6 26 低功率2段动作 UPower2 0 0 0
44 6 30 负序过流1段动作 UnbOC1 0 0 0
45 6 31 负序过流2段动作 UnbOC2 0 0 0
46 6 32 低电压1段动作 UV1 0 0 0
47 6 33 过电压1段动作 OV1 0 0 0
48 6 34 低电压2段动作 UV2 0 0 0
49 6 35 过电压2段动作 OV2 0 0 0
50 6 36 自产零序过电压1段动作 GOV1 0 0 0
51 6 37 自产零序过电压2段动作 GOV2 0 0 0
52 6 123 过流保护1段B相动作 OC1B 0 0 0
53 6 237 过流保护1段A相动作 OC1A 0 0 0
54 6 248 过流保护2段A相动作 OC2A 0 0 0
55 6 318 差动保护 Diff 0 0 0
56 6 338 过流保护2段B相动作 OC2B 0 0 0
57 8 0 事故总 TIS 0 0 0
58 8 1 out2 DO2 0 0 0
59 8 2 out3 DO3 0 0 0
60 65535 65535 遥信状态 TX 0 0 0

View File

@ -1,112 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],5,15,1,P343-35,P343-35,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,4,199,65,32,1000,0,0,20,3000,0
,,4,408,4,32,1000,2,0,20,3000,0
,,4,235,2,32,1000,0,0,20,3000,0
,,4,264,2,16,1000,0,0,20,3000,0
,,4,202,2,32,1000,0,0,20,3000,0
,,4,199,2,32,1000,0,0,20,3000,0
,,4,232,2,32,1000,0,0,20,3000,0
,,4,434,2,32,1000,0,0,20,3000,0
,,4,338,2,16,1000,0,0,20,3000,0
,,4,437,2,32,1000,0,0,20,3000,0
,,4,229,2,32,1000,0,0,20,3000,0
,,4,414,8,32,1000,2,2,20,3000,0
,,4,440,2,32,1000,0,0,20,3000,0
,,4,11025,2,1,1000,0,0,20,3000,1
,,4,443,6,32,1000,0,0,20,3000,0
,,4,205,2,32,1000,0,0,20,3000,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,199,1,0,0,IA1,0.001,IA1,,
,,0,202,1,0,0,IB1,0.001,IB1,,
,,0,205,1,0,0,IC1,0.001,IC1,,
,,0,208,1,0,0,IN1,0.001,IN1,,
,,0,211,1,0,0,IN2,0.001,IN2,,
,,0,214,1,0,0,Isen,0.001,Isen,,
,,0,218,1,0,0,I1,0.001,I1,,
,,0,220,1,0,0,I2,0.001,I2,,
,,0,229,1,0,0,VABN,0.001,VABN,,
,,0,232,1,0,0,VBCN,0.001,VBCN,,
,,0,235,1,0,0,VCAN,0.001,VCAN,,
,,0,247,1,0,0,VN1,0.001,VN1,,
,,0,250,1,0,0,VN2,0.001,VN2,,
,,0,252,1,0,0,V1,0.001,V1,,
,,0,254,1,0,0,V2,0.001,V2,,
,,0,264,1,0,0,F,0.01,F,,
,,0,338,10,0,0,COS,0.001,PF,,
,,0,408,1,0,0,P,0.001,P,,
,,0,410,1,0,0,Q,0.001,Q,,
,,0,434,1,0,0,IA2,0.001,IA2,,
,,0,437,1,0,0,IB2,0.001,IB2,,
,,0,440,1,0,0,IC2,0.001,IC2,,
,,0,443,1,0,0,IADifferential,0.001,IAD,,
,,0,445,1,0,0,IBDifferential,0.001,IBD,,
,,0,447,1,0,0,ICDifferential,0.001,ICD,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,20,20,4,yk1,1,2,Null,,,
,,951,952,4,yk2,1,1,Null,,,
,,953,954,4,yk3,1,1,Null,,,
[Title],点类型,功能号,信息号,放大系数,修正值,点描述,装置系数 ,点名缩写,,,
[Point],YM,0,414,1,0,EPdel,0.001,EPd,,,
,,0,416,1,0,EPrec,0.001,EPr,,,
,,0,418,1,0,EQdel,0.001,EQd,,,
,,0,420,1,0,EQrec,0.001,EQr,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,6,356,VTS,VTS,0,0,0,,,
,,6,357,CTS,CTS,0,0,0,,,
,,6,640,GenDiff_Trip,GenDiff,0,0,0,,,
,,6,644,FieldFail1_Trip,FL1,0,0,0,,,
,,6,645,FieldFail2_Trip,FL2,0,0,0,,,
,,6,646,V/Hz_Trip,VHz,0,0,0,,,
,,6,661,df/dt_Trip,Dfdt,0,0,0,,,
,,6,662,VShift_Trip,Vshift,0,0,0,,,
,,6,663,IN__Trip,EOC,0,0,0,,,
,,6,667,IREF_Trip,REF,0,0,0,,,
,,6,668,ISEF_Trip,SEF,0,0,0,,,
,,6,672,VN_Trip,EOV,0,0,0,,,
,,6,678,1stUnderVoltageV_Trip,UV1,0,0,0,,,
,,6,682,2ndUnderVoltageV_Trip,UV2,0,0,0,,,
,,6,686,1stOverVoltageV_Trip,OV1,0,0,0,,,
,,6,690,2ndOverVoltageV_Trip,OV2,0,0,0,,,
,,6,694,UnderFrequencyF_Trip,UF,0,0,0,,,
,,6,698,OverFrequencyF_Trip,OF,0,0,0,,,
,,6,700,Power1_Trip,Power1,0,0,0,,,
,,6,701,Power2_Trip,Power2,0,0,0,,,
,,6,702,NPSThermal_Trip,NPS,0,0,0,,,
,,6,703,ThermalO/L_Trip,ThOT,0,0,0,,,
,,6,704,1stOverCurrenttI_Trip,OC1,0,0,0,,,
,,6,708,2ndOverCurrenttI_Trip,OC2,0,0,0,,,
,,6,712,3rdOverCurrenttI_Trip,OC3,0,0,0,,,
,,6,716,4thOverCurrenttI_Trip,OC4,0,0,0,,,
,,6,720,SPower1_Trip,SPower1,0,0,0,,,
,,6,722,PSlipzZ1_Trip,PS,0,0,0,,,
,,6,724,VDepOC_Trip,VDepOC,0,0,0,,,
,,6,728,1stUnderZ_Trip,UZ1,0,0,0,,,
,,6,732,2ndUnderZ_Trip,UZ2,0,0,0,,,
,,6,736,Bfail_Trip,CBfail,0,0,0,,,
,,6,738,100%StEF3H_Trip,SE,0,0,0,,,
,,6,743,NPSOverpowerS2_Trip,NPSP,0,0,0,,,
,,6,744,FreqBand1_Trip,FreqB1,0,0,0,,,
,,6,750,NPSOvercurrentI2_Trip,NPSOC,0,0,0,,,
,,6,754,NPSOverVoltageV2_Trip,NPSOV,0,0,0,,,
,,6,756,64SI_Trip,64SI,0,0,0,,,
,,6,757,64SR_Trip,64SR,0,0,0,,,
,,6,758,64RR_Trip,64RR,0,0,0,,,
,,11025,0,IP1,DI1,0,0,0,,,
,,11025,1,IP2,DI2,0,0,0,,,
,,11025,2,IP3,DI3,0,0,0,,,
,,11025,3,IP4,DI4,0,0,0,,,
,,11025,4,IP5,DI5,0,0,0,,,
,,11025,5,IP6,DI6,0,0,0,,,
,,11025,6,IP7,DI7,0,0,0,,,
,,11025,7,IP8,DI8,0,0,0,,,
,,11025,8,IP9,DI9,0,0,0,,,
,,11025,9,IP10,DI10,0,0,0,,,
,,11025,10,IP11,DI11,0,0,0,,,
,,11025,11,IP12,DI12,0,0,0,,,
,,11025,12,IP13,DI13,0,0,0,,,
,,11025,13,IP14,DI14,0,0,0,,,
,,11025,14,IP15,DI15,0,0,0,,,
,,11025,15,IP16,DI16,0,0,0,,,
,,65535,65535,TX,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 5 15 1 P343-35 P343-35
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 4 199 65 32 1000 0 0 20 3000 0
5 4 408 4 32 1000 2 0 20 3000 0
6 4 235 2 32 1000 0 0 20 3000 0
7 4 264 2 16 1000 0 0 20 3000 0
8 4 202 2 32 1000 0 0 20 3000 0
9 4 199 2 32 1000 0 0 20 3000 0
10 4 232 2 32 1000 0 0 20 3000 0
11 4 434 2 32 1000 0 0 20 3000 0
12 4 338 2 16 1000 0 0 20 3000 0
13 4 437 2 32 1000 0 0 20 3000 0
14 4 229 2 32 1000 0 0 20 3000 0
15 4 414 8 32 1000 2 2 20 3000 0
16 4 440 2 32 1000 0 0 20 3000 0
17 4 11025 2 1 1000 0 0 20 3000 1
18 4 443 6 32 1000 0 0 20 3000 0
19 4 205 2 32 1000 0 0 20 3000 0
20 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
21 [Point] YC 0 199 1 0 0 IA1 0.001 IA1
22 0 202 1 0 0 IB1 0.001 IB1
23 0 205 1 0 0 IC1 0.001 IC1
24 0 208 1 0 0 IN1 0.001 IN1
25 0 211 1 0 0 IN2 0.001 IN2
26 0 214 1 0 0 Isen 0.001 Isen
27 0 218 1 0 0 I1 0.001 I1
28 0 220 1 0 0 I2 0.001 I2
29 0 229 1 0 0 VABN 0.001 VABN
30 0 232 1 0 0 VBCN 0.001 VBCN
31 0 235 1 0 0 VCAN 0.001 VCAN
32 0 247 1 0 0 VN1 0.001 VN1
33 0 250 1 0 0 VN2 0.001 VN2
34 0 252 1 0 0 V1 0.001 V1
35 0 254 1 0 0 V2 0.001 V2
36 0 264 1 0 0 F 0.01 F
37 0 338 10 0 0 COS 0.001 PF
38 0 408 1 0 0 P 0.001 P
39 0 410 1 0 0 Q 0.001 Q
40 0 434 1 0 0 IA2 0.001 IA2
41 0 437 1 0 0 IB2 0.001 IB2
42 0 440 1 0 0 IC2 0.001 IC2
43 0 443 1 0 0 IADifferential 0.001 IAD
44 0 445 1 0 0 IBDifferential 0.001 IBD
45 0 447 1 0 0 ICDifferential 0.001 ICD
46 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
47 [Point] YK 20 20 4 yk1 1 2 Null
48 951 952 4 yk2 1 1 Null
49 953 954 4 yk3 1 1 Null
50 [Title] 点类型 功能号 信息号 放大系数 修正值 点描述 装置系数 点名缩写
51 [Point] YM 0 414 1 0 EPdel 0.001 EPd
52 0 416 1 0 EPrec 0.001 EPr
53 0 418 1 0 EQdel 0.001 EQd
54 0 420 1 0 EQrec 0.001 EQr
55 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
56 [Point] YX 6 356 VTS VTS 0 0 0
57 6 357 CTS CTS 0 0 0
58 6 640 GenDiff_Trip GenDiff 0 0 0
59 6 644 FieldFail1_Trip FL1 0 0 0
60 6 645 FieldFail2_Trip FL2 0 0 0
61 6 646 V/Hz_Trip VHz 0 0 0
62 6 661 df/dt_Trip Dfdt 0 0 0
63 6 662 VShift_Trip Vshift 0 0 0
64 6 663 IN__Trip EOC 0 0 0
65 6 667 IREF_Trip REF 0 0 0
66 6 668 ISEF_Trip SEF 0 0 0
67 6 672 VN_Trip EOV 0 0 0
68 6 678 1stUnderVoltageV_Trip UV1 0 0 0
69 6 682 2ndUnderVoltageV_Trip UV2 0 0 0
70 6 686 1stOverVoltageV_Trip OV1 0 0 0
71 6 690 2ndOverVoltageV_Trip OV2 0 0 0
72 6 694 UnderFrequencyF_Trip UF 0 0 0
73 6 698 OverFrequencyF_Trip OF 0 0 0
74 6 700 Power1_Trip Power1 0 0 0
75 6 701 Power2_Trip Power2 0 0 0
76 6 702 NPSThermal_Trip NPS 0 0 0
77 6 703 ThermalO/L_Trip ThOT 0 0 0
78 6 704 1stOverCurrenttI_Trip OC1 0 0 0
79 6 708 2ndOverCurrenttI_Trip OC2 0 0 0
80 6 712 3rdOverCurrenttI_Trip OC3 0 0 0
81 6 716 4thOverCurrenttI_Trip OC4 0 0 0
82 6 720 SPower1_Trip SPower1 0 0 0
83 6 722 PSlipzZ1_Trip PS 0 0 0
84 6 724 VDepOC_Trip VDepOC 0 0 0
85 6 728 1stUnderZ_Trip UZ1 0 0 0
86 6 732 2ndUnderZ_Trip UZ2 0 0 0
87 6 736 Bfail_Trip CBfail 0 0 0
88 6 738 100%StEF3H_Trip SE 0 0 0
89 6 743 NPSOverpowerS2_Trip NPSP 0 0 0
90 6 744 FreqBand1_Trip FreqB1 0 0 0
91 6 750 NPSOvercurrentI2_Trip NPSOC 0 0 0
92 6 754 NPSOverVoltageV2_Trip NPSOV 0 0 0
93 6 756 64SI_Trip 64SI 0 0 0
94 6 757 64SR_Trip 64SR 0 0 0
95 6 758 64RR_Trip 64RR 0 0 0
96 11025 0 IP1 DI1 0 0 0
97 11025 1 IP2 DI2 0 0 0
98 11025 2 IP3 DI3 0 0 0
99 11025 3 IP4 DI4 0 0 0
100 11025 4 IP5 DI5 0 0 0
101 11025 5 IP6 DI6 0 0 0
102 11025 6 IP7 DI7 0 0 0
103 11025 7 IP8 DI8 0 0 0
104 11025 8 IP9 DI9 0 0 0
105 11025 9 IP10 DI10 0 0 0
106 11025 10 IP11 DI11 0 0 0
107 11025 11 IP12 DI12 0 0 0
108 11025 12 IP13 DI13 0 0 0
109 11025 13 IP14 DI14 0 0 0
110 11025 14 IP15 DI15 0 0 0
111 11025 15 IP16 DI16 0 0 0
112 65535 65535 TX TX 0 0 0

View File

@ -1,111 +0,0 @@
[Title],Device address,Device Properties,ID,Device Model,Device Description,,,,,,,
[Device],3,15,1,P343-35,P343,,,,,,,
[Title],Point type,Function code,Starting address,Register length,Register type,Response time,Date type,Block type,Device serial number,Polling time,SOE,
[Point],BLOCK,4,11025,2,1,1000,0,0,20,3000,1,
,,4,199,65,32,1000,0,0,20,3000,0,
,,4,199,2,32,1000,0,0,20,3000,0,
,,4,202,2,32,1000,0,0,20,3000,0,
,,4,205,2,32,1000,0,0,20,3000,0,
,,4,229,2,32,1000,0,0,20,3000,0,
,,4,232,2,32,1000,0,0,20,3000,0,
,,4,235,2,32,1000,0,0,20,3000,0,
,,4,264,2,16,1000,0,0,20,3000,0,
,,4,338,2,16,1000,0,0,20,3000,0,
,,4,434,2,32,1000,0,0,20,3000,0,
,,4,437,2,32,1000,0,0,20,3000,0,
,,4,440,2,32,1000,0,0,20,3000,0,
,,4,408,4,32,1000,2,0,20,3000,0,
,,4,414,8,32,1000,2,2,20,3000,0,
,,4,443,6,32,1000,0,0,20,3000,0,
[Title],Point type,Function number,Information number,Amplification factor,Correction value,Value_added,Point description,Device coefficient,Named abbreviation,,,
[Point],YC,0,199,1,0,0,IA1,0.001,IA1,,,
,,0,202,1,0,0,IB1,0.001,IB1,,,
,,0,205,1,0,0,IC1,0.001,IC1,,,
,,0,208,1,0,0,IN1,0.001,IN1,,,
,,0,211,1,0,0,IN2,0.001,IN2,,,
,,0,214,1,0,0,Isen,0.001,Isen,,,
,,0,218,1,0,0,I1,0.001,I1,,,
,,0,220,1,0,0,I2,0.001,I2,,,
,,0,229,1,0,0,VABN,0.001,VAB,,,
,,0,232,1,0,0,VBCN,0.001,VBC,,,
,,0,235,1,0,0,VCAN,0.001,VCA,,,
,,0,247,1,0,0,VN1,0.001,VN1,,,
,,0,250,1,0,0,VN2,0.001,VN2,,,
,,0,252,1,0,0,V1,0.001,V1,,,
,,0,254,1,0,0,V2,0.001,V2,,,
,,0,264,1,0,0,F,0.01,F,,,
,,0,408,1,0,0,P,0.001,P,,,
,,0,410,1,0,0,Q,0.001,Q,,,
,,0,338,10,0,0,COS,0.001,PF,,,
,,0,434,1,0,0,IA2,0.001,IA2,,,
,,0,437,1,0,0,IB2,0.001,IB2,,,
,,0,440,1,0,0,IC2,0.001,IC2,,,
,,0,443,1,0,0,IADifferential,0.001,IAD,,,
,,0,445,1,0,0,IBDifferential,0.001,IBD,,,
,,0,447,1,0,0,ICDifferential,0.001,ICD,,,
[Title],Point type,Function number,Information number,Point description,Named abbreviation,Associate YX ID, YX Property,Custom #1,,,,
[Point],YK,20,20,4,yk1,1,2,Null,,,,
,,951,952,4,yk2,1,1,Null,,,,
,,953,954,4,yk3,1,1,Null,,,,
[Title],Point type,Function number,Information number,Amplification factor,Correction value,Point description,Device coefficient,Named abbreviation,,,,
[Point],YM,0,414,1,0,EPdel,0.001,EPd,,,,
,,0,416,1,0,EPrec,0.001,EPr,,,,
,,0,418,1,0,EQdel,0.001,EQd,,,,
,,0,420,1,0,EQrec,0.001,EQr,,,,
[Title],Point type,Function number,Information number,Point description,Named abbreviation,Associate YX ID, YX Property,Custom #1,,,,
[Point],YX,11025,0,IP1,DI1,0,0,0,,,,
,,11025,1,IP2,DI2,0,0,0,,,,
,,11025,2,IP3,DI3,0,0,0,,,,
,,11025,3,IP4,DI4,0,0,0,,,,
,,11025,4,IP5,DI5,0,0,0,,,,
,,11025,5,IP6,DI6,0,0,0,,,,
,,11025,6,IP7,DI7,0,0,0,,,,
,,11025,7,IP8,DI8,0,0,0,,,,
,,11025,8,IP9,DI9,0,0,0,,,,
,,11025,9,IP10,DI10,0,0,0,,,,
,,11025,10,IP11,DI11,0,0,0,,,,
,,11025,11,IP12,DI12,0,0,0,,,,
,,11025,12,IP13,DI13,0,0,0,,,,
,,11025,13,IP14,DI14,0,0,0,,,,
,,11025,14,IP15,DI15,0,0,0,,,,
,,11025,15,IP16,DI16,0,0,0,,,,
,,6,356,VTS,VTS,0,0,0,,,,
,,6,357,CTS,CTS,0,0,0,,,,
,,6,640,GenDiff_Trip,GenDiff,0,0,0,,,,
,,6,644,FieldFail1_Trip,FL1,0,0,0,,,,
,,6,645,FieldFail2_Trip,FL2,0,0,0,,,,
,,6,646,V/Hz_Trip,VHz,0,0,0,,,,
,,6,661,df/dt_Trip,Dfdt,0,0,0,,,,
,,6,662,VShift_Trip,Vshift,0,0,0,,,,
,,6,663,IN__Trip,EOC,0,0,0,,,,
,,6,667,IREF_Trip,REF,0,0,0,,,,
,,6,668,ISEF_Trip,SEF,0,0,0,,,,
,,6,672,VN_Trip,EOV,0,0,0,,,,
,,6,678,1st Under Voltage V_Trip,UV1,0,0,0,,,,
,,6,682,2nd Under Voltage V_Trip,UV2,0,0,0,,,,
,,6,686,1st Over Voltage V_Trip,OV1,0,0,0,,,,
,,6,690,2nd Over Voltage V_Trip,OV2,0,0,0,,,,
,,6,694,Under Frequency F_Trip,UF,0,0,0,,,,
,,6,698,Over Frequency F_Trip,OF,0,0,0,,,,
,,6,700,Power1_Trip,Power1,0,0,0,,,,
,,6,702,NPSThermal_Trip,NPS,0,0,0,,,,
,,6,703,ThermalO/L_Trip,ThOT,0,0,0,,,,
,,6,704,1st Over Currentt I_Trip,OC1,0,0,0,,,,
,,6,708,2nd Over Currentt I_Trip,OC2,0,0,0,,,,
,,6,712,3rd Over Currentt I_Trip,OC3,0,0,0,,,,
,,6,716,4th Over Currentt I_Trip,OC4,0,0,0,,,,
,,6,720,SPower1_Trip,SPower1,0,0,0,,,,
,,6,722,PSlipzZ1_Trip,PS,0,0,0,,,,
,,6,724,VDepOC_Trip,VDepOC,0,0,0,,,,
,,6,728,1st Under Z_Trip,UZ1,0,0,0,,,,
,,6,732,2nd Under Z_Trip,UZ2,0,0,0,,,,
,,6,736,CBfail_Trip,CBfail,0,0,0,,,,
,,6,738,100%StEF3H_Trip,SE,0,0,0,,,,
,,6,743,NPS Overpower S2_Trip,NPSP,0,0,0,,,,
,,6,744,FreqBand1_Trip,FreqB1,0,0,0,,,,
,,6,750,NPS Overcurrent I2_Trip,NPSOC,0,0,0,,,,
,,6,754,NPS Over Voltage V2_Trip,NPSOV,0,0,0,,,,
,,6,756,64SI_Trip,64SI,0,0,0,,,,
,,6,757,64SR_Trip,64SR,0,0,0,,,,
,,6,758,64RR_Trip,64RR,0,0,0,,,,
,,65535,65535,TX,TX,0,0,0,,,,
1 [Title] Device address Device Properties ID Device Model Device Description
2 [Device] 3 15 1 P343-35 P343
3 [Title] Point type Function code Starting address Register length Register type Response time Date type Block type Device serial number Polling time SOE
4 [Point] BLOCK 4 11025 2 1 1000 0 0 20 3000 1
5 4 199 65 32 1000 0 0 20 3000 0
6 4 199 2 32 1000 0 0 20 3000 0
7 4 202 2 32 1000 0 0 20 3000 0
8 4 205 2 32 1000 0 0 20 3000 0
9 4 229 2 32 1000 0 0 20 3000 0
10 4 232 2 32 1000 0 0 20 3000 0
11 4 235 2 32 1000 0 0 20 3000 0
12 4 264 2 16 1000 0 0 20 3000 0
13 4 338 2 16 1000 0 0 20 3000 0
14 4 434 2 32 1000 0 0 20 3000 0
15 4 437 2 32 1000 0 0 20 3000 0
16 4 440 2 32 1000 0 0 20 3000 0
17 4 408 4 32 1000 2 0 20 3000 0
18 4 414 8 32 1000 2 2 20 3000 0
19 4 443 6 32 1000 0 0 20 3000 0
20 [Title] Point type Function number Information number Amplification factor Correction value Value_added Point description Device coefficient Named abbreviation
21 [Point] YC 0 199 1 0 0 IA1 0.001 IA1
22 0 202 1 0 0 IB1 0.001 IB1
23 0 205 1 0 0 IC1 0.001 IC1
24 0 208 1 0 0 IN1 0.001 IN1
25 0 211 1 0 0 IN2 0.001 IN2
26 0 214 1 0 0 Isen 0.001 Isen
27 0 218 1 0 0 I1 0.001 I1
28 0 220 1 0 0 I2 0.001 I2
29 0 229 1 0 0 VABN 0.001 VAB
30 0 232 1 0 0 VBCN 0.001 VBC
31 0 235 1 0 0 VCAN 0.001 VCA
32 0 247 1 0 0 VN1 0.001 VN1
33 0 250 1 0 0 VN2 0.001 VN2
34 0 252 1 0 0 V1 0.001 V1
35 0 254 1 0 0 V2 0.001 V2
36 0 264 1 0 0 F 0.01 F
37 0 408 1 0 0 P 0.001 P
38 0 410 1 0 0 Q 0.001 Q
39 0 338 10 0 0 COS 0.001 PF
40 0 434 1 0 0 IA2 0.001 IA2
41 0 437 1 0 0 IB2 0.001 IB2
42 0 440 1 0 0 IC2 0.001 IC2
43 0 443 1 0 0 IADifferential 0.001 IAD
44 0 445 1 0 0 IBDifferential 0.001 IBD
45 0 447 1 0 0 ICDifferential 0.001 ICD
46 [Title] Point type Function number Information number Point description Named abbreviation Associate YX ID YX Property Custom #1
47 [Point] YK 20 20 4 yk1 1 2 Null
48 951 952 4 yk2 1 1 Null
49 953 954 4 yk3 1 1 Null
50 [Title] Point type Function number Information number Amplification factor Correction value Point description Device coefficient Named abbreviation
51 [Point] YM 0 414 1 0 EPdel 0.001 EPd
52 0 416 1 0 EPrec 0.001 EPr
53 0 418 1 0 EQdel 0.001 EQd
54 0 420 1 0 EQrec 0.001 EQr
55 [Title] Point type Function number Information number Point description Named abbreviation Associate YX ID YX Property Custom #1
56 [Point] YX 11025 0 IP1 DI1 0 0 0
57 11025 1 IP2 DI2 0 0 0
58 11025 2 IP3 DI3 0 0 0
59 11025 3 IP4 DI4 0 0 0
60 11025 4 IP5 DI5 0 0 0
61 11025 5 IP6 DI6 0 0 0
62 11025 6 IP7 DI7 0 0 0
63 11025 7 IP8 DI8 0 0 0
64 11025 8 IP9 DI9 0 0 0
65 11025 9 IP10 DI10 0 0 0
66 11025 10 IP11 DI11 0 0 0
67 11025 11 IP12 DI12 0 0 0
68 11025 12 IP13 DI13 0 0 0
69 11025 13 IP14 DI14 0 0 0
70 11025 14 IP15 DI15 0 0 0
71 11025 15 IP16 DI16 0 0 0
72 6 356 VTS VTS 0 0 0
73 6 357 CTS CTS 0 0 0
74 6 640 GenDiff_Trip GenDiff 0 0 0
75 6 644 FieldFail1_Trip FL1 0 0 0
76 6 645 FieldFail2_Trip FL2 0 0 0
77 6 646 V/Hz_Trip VHz 0 0 0
78 6 661 df/dt_Trip Dfdt 0 0 0
79 6 662 VShift_Trip Vshift 0 0 0
80 6 663 IN__Trip EOC 0 0 0
81 6 667 IREF_Trip REF 0 0 0
82 6 668 ISEF_Trip SEF 0 0 0
83 6 672 VN_Trip EOV 0 0 0
84 6 678 1st Under Voltage V_Trip UV1 0 0 0
85 6 682 2nd Under Voltage V_Trip UV2 0 0 0
86 6 686 1st Over Voltage V_Trip OV1 0 0 0
87 6 690 2nd Over Voltage V_Trip OV2 0 0 0
88 6 694 Under Frequency F_Trip UF 0 0 0
89 6 698 Over Frequency F_Trip OF 0 0 0
90 6 700 Power1_Trip Power1 0 0 0
91 6 702 NPSThermal_Trip NPS 0 0 0
92 6 703 ThermalO/L_Trip ThOT 0 0 0
93 6 704 1st Over Currentt I_Trip OC1 0 0 0
94 6 708 2nd Over Currentt I_Trip OC2 0 0 0
95 6 712 3rd Over Currentt I_Trip OC3 0 0 0
96 6 716 4th Over Currentt I_Trip OC4 0 0 0
97 6 720 SPower1_Trip SPower1 0 0 0
98 6 722 PSlipzZ1_Trip PS 0 0 0
99 6 724 VDepOC_Trip VDepOC 0 0 0
100 6 728 1st Under Z_Trip UZ1 0 0 0
101 6 732 2nd Under Z_Trip UZ2 0 0 0
102 6 736 CBfail_Trip CBfail 0 0 0
103 6 738 100%StEF3H_Trip SE 0 0 0
104 6 743 NPS Overpower S2_Trip NPSP 0 0 0
105 6 744 FreqBand1_Trip FreqB1 0 0 0
106 6 750 NPS Overcurrent I2_Trip NPSOC 0 0 0
107 6 754 NPS Over Voltage V2_Trip NPSOV 0 0 0
108 6 756 64SI_Trip 64SI 0 0 0
109 6 757 64SR_Trip 64SR 0 0 0
110 6 758 64RR_Trip 64RR 0 0 0
111 65535 65535 TX TX 0 0 0

View File

@ -1,37 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,
[Device],1,5,11,P443,P443(103),,,,
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写
[Point],YC,128,148,1914,0,7,Q,1,Q
,,128,148,5000,0,8,F,1,F
,,128,148,1914,0,6,P,1,P
,,128,148,6361,0,5,UC,1,VC
,,128,148,6361,0,4,UB,1,VB
,,128,148,6361,0,3,UA,1,VA
,,128,148,10000,0,2,IC,1,IC
,,128,148,10000,0,1,IB,1,IB
,,128,148,10000,0,0,IA,1,IA
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,
[Point],YK,130,192,0,ControlInput1/2,130,193,1,
,,130,194,0,ControlInput3/4,130,195,1,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,
[Point],YX,128,27,Opto1,DI1,0,0,0,
,,128,28,Opto2,DI2,0,0,0,
,,128,29,Opto3,DI3,0,0,0,
,,128,30,Opto4,DI4,0,0,0,
,,130,36,Opto5,DI5,0,0,0,
,,130,37,Opto6,DI6,0,0,0,
,,130,38,Opto7,DI7,0,0,0,
,,130,39,Opto8,DI8,0,0,0,
,,130,40,Opto9,DI9,0,0,0,
,,130,41,Opto10,DI10,0,0,0,
,,130,42,Opto11,DI11,0,0,0,
,,130,43,Opto12,DI12,0,0,0,
,,130,44,Opto13,DI13,0,0,0,
,,130,45,Opto14,DI14,0,0,0,
,,130,46,Opto15,DI15,0,0,0,
,,130,47,Opto16,DI16,0,0,0,
,,132,143,I>1_Trip,OC1,0,0,0,
,,132,147,I>2_Trip,OC2,0,0,0,
,,132,151,I>3_Trip,OC3,0,0,0,
,,132,155,I>4_Trip,OC4,0,0,0,
,,65535,65535,通讯状态,TX,0,0,0,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 5 11 P443 P443(103)
3 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
4 [Point] YC 128 148 1914 0 7 Q 1 Q
5 128 148 5000 0 8 F 1 F
6 128 148 1914 0 6 P 1 P
7 128 148 6361 0 5 UC 1 VC
8 128 148 6361 0 4 UB 1 VB
9 128 148 6361 0 3 UA 1 VA
10 128 148 10000 0 2 IC 1 IC
11 128 148 10000 0 1 IB 1 IB
12 128 148 10000 0 0 IA 1 IA
13 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
14 [Point] YK 130 192 0 ControlInput1/2 130 193 1
15 130 194 0 ControlInput3/4 130 195 1
16 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
17 [Point] YX 128 27 Opto1 DI1 0 0 0
18 128 28 Opto2 DI2 0 0 0
19 128 29 Opto3 DI3 0 0 0
20 128 30 Opto4 DI4 0 0 0
21 130 36 Opto5 DI5 0 0 0
22 130 37 Opto6 DI6 0 0 0
23 130 38 Opto7 DI7 0 0 0
24 130 39 Opto8 DI8 0 0 0
25 130 40 Opto9 DI9 0 0 0
26 130 41 Opto10 DI10 0 0 0
27 130 42 Opto11 DI11 0 0 0
28 130 43 Opto12 DI12 0 0 0
29 130 44 Opto13 DI13 0 0 0
30 130 45 Opto14 DI14 0 0 0
31 130 46 Opto15 DI15 0 0 0
32 130 47 Opto16 DI16 0 0 0
33 132 143 I>1_Trip OC1 0 0 0
34 132 147 I>2_Trip OC2 0 0 0
35 132 151 I>3_Trip OC3 0 0 0
36 132 155 I>4_Trip OC4 0 0 0
37 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,52 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,
[Device],1,5,11,P443,n(103),,,,
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写
[Point],YC,128,148,10000,0,1,IB,1,IB
,,128,148,10000,0,2,IC,1,IC
,,128,148,10000,0,0,IA,1,IA
,,128,148,10000,0,3,UA,1,UA
,,128,148,10000,0,4,UB,1,UB
,,128,148,10000,0,5,UC,1,UC
,,128,148,10000,0,6,P,1,P
,,128,148,10000,0,7,Q,1,Q
,,128,148,10000,0,8,F,1,F
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,
[Point],YK,130,192,0,ControlInput1/2,130,193,1,
,,130,194,0,ControlInput3/4,130,195,1,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,
[Point],YX,128,27,Opto1,DI1,0,0,0,
,,128,28,Opto2,DI2,0,0,0,
,,128,29,Opto3,DI3,0,0,0,
,,128,30,Opto4,DI4,0,0,0,
,,130,36,Opto5,DI5,0,0,0,
,,130,37,Opto6,DI6,0,0,0,
,,130,38,Opto7,DI7,0,0,0,
,,130,39,Opto8,DI8,0,0,0,
,,130,40,Opto9,DI9,0,0,0,
,,130,41,Opto10,DI10,0,0,0,
,,130,42,Opto11,DI11,0,0,0,
,,130,43,Opto12,DI12,0,0,0,
,,130,44,Opto13,DI13,0,0,0,
,,130,45,Opto14,DI14,0,0,0,
,,130,46,Opto15,DI15,0,0,0,
,,130,47,Opto16,DI16,0,0,0,
,,131,0,VO1,VO1,0,0,0,
,,131,1,VO2,VO2,0,0,0,
,,131,2,VO3,VO3,0,0,0,
,,131,3,VO4,VO4,0,0,0,
,,131,4,VO5,VO5,0,0,0,
,,131,5,VO6,VO6,0,0,0,
,,131,6,VO7,VO7,0,0,0,
,,131,7,VO8,VO8,0,0,0,
,,131,8,VO9,VO9,0,0,0,
,,131,9,VO10,VO10,0,0,0,
,,131,10,VO11,VO11,0,0,0,
,,131,11,VO12,VO12,0,0,0,
,,131,12,VO13,VO13,0,0,0,
,,131,13,VO14,VO14,0,0,0,
,,131,14,VO15,VO15,0,0,0,
,,131,15,VO16,VO16,0,0,0,
,,131,16,VO17,VO17,0,0,0,
,,131,17,VO18,VO18,0,0,0,
,,131,18,VO19,VO19,0,0,0,
,,65535,65535,通讯状态,TX,0,0,0,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 5 11 P443 n(103)
3 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
4 [Point] YC 128 148 10000 0 1 IB 1 IB
5 128 148 10000 0 2 IC 1 IC
6 128 148 10000 0 0 IA 1 IA
7 128 148 10000 0 3 UA 1 UA
8 128 148 10000 0 4 UB 1 UB
9 128 148 10000 0 5 UC 1 UC
10 128 148 10000 0 6 P 1 P
11 128 148 10000 0 7 Q 1 Q
12 128 148 10000 0 8 F 1 F
13 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
14 [Point] YK 130 192 0 ControlInput1/2 130 193 1
15 130 194 0 ControlInput3/4 130 195 1
16 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
17 [Point] YX 128 27 Opto1 DI1 0 0 0
18 128 28 Opto2 DI2 0 0 0
19 128 29 Opto3 DI3 0 0 0
20 128 30 Opto4 DI4 0 0 0
21 130 36 Opto5 DI5 0 0 0
22 130 37 Opto6 DI6 0 0 0
23 130 38 Opto7 DI7 0 0 0
24 130 39 Opto8 DI8 0 0 0
25 130 40 Opto9 DI9 0 0 0
26 130 41 Opto10 DI10 0 0 0
27 130 42 Opto11 DI11 0 0 0
28 130 43 Opto12 DI12 0 0 0
29 130 44 Opto13 DI13 0 0 0
30 130 45 Opto14 DI14 0 0 0
31 130 46 Opto15 DI15 0 0 0
32 130 47 Opto16 DI16 0 0 0
33 131 0 VO1 VO1 0 0 0
34 131 1 VO2 VO2 0 0 0
35 131 2 VO3 VO3 0 0 0
36 131 3 VO4 VO4 0 0 0
37 131 4 VO5 VO5 0 0 0
38 131 5 VO6 VO6 0 0 0
39 131 6 VO7 VO7 0 0 0
40 131 7 VO8 VO8 0 0 0
41 131 8 VO9 VO9 0 0 0
42 131 9 VO10 VO10 0 0 0
43 131 10 VO11 VO11 0 0 0
44 131 11 VO12 VO12 0 0 0
45 131 12 VO13 VO13 0 0 0
46 131 13 VO14 VO14 0 0 0
47 131 14 VO15 VO15 0 0 0
48 131 15 VO16 VO16 0 0 0
49 131 16 VO17 VO17 0 0 0
50 131 17 VO18 VO18 0 0 0
51 131 18 VO19 VO19 0 0 0
52 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,54 +0,0 @@
y,设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],4,13,1,P521,P521,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,20,1,1,1000,0,0,22,100,1
,,3,108,36,32,1000,0,0,22,100,0
,,3,16,1,1,1000,0,0,22,100,1
,,3,64,8,32,1000,0,0,22,100,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,64,1,0,0,A相电流,0.001,IA,,
,,0,66,1,0,0,B相电流,0.001,IB,,
,,0,68,1,0,0,C相电流,0.001,IC,,
,,0,70,1,0,0,零序电流,0.001,I0,,
,,0,108,1,0,0,对侧A相电流,0.001,IIA,,
,,0,112,1,0,0,对侧B相电流,0.001,IIB,,
,,0,116,1,0,0,对侧C相电流,0.001,IIC,,
,,0,132,1,0,0,A相差动电流,0.001,IAD,,
,,0,134,1,0,0,B相差动电流,0.001,IAB,,
,,0,136,1,0,0,C相差动电流,0.001,IAC,,
,,0,138,1,0,0,A相制动电流,0.001,IAR,,
,,0,140,1,0,0,B相制动电流,0.001,IBR,,
,,0,142,1,0,0,C相制动电流,0.001,ICR,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,16,0,地刀分,ESOff,0,0,0,,,
,,16,1,地刀合,ESPos,0,0,0,,,
,,16,2,开入3,DI3,0,0,0,,,
,,16,3,开入4,DI4,0,0,0,,,
,,16,4,开入5,DI5,0,0,0,,,
,,20,0,差动跳闸,DO1,0,0,0,,,
,,20,1,合闸闭锁,DO2,0,0,0,,,
,,20,2,差动输出至故障录波,DO3,0,0,0,,,
,,20,3,开出4,DO4,0,0,0,,,
,,20,4,看门狗,WatchDog,0,0,0,,,
,,20,5,开出5,DO5,0,0,0,,,
,,20,6,非电量跳闸,DO7,0,0,0,,,
,,20,7,开出7,DO7,0,0,0,,,
,,20,8,开出8,DO8,0,0,0,,,
,,65533,5,定值修改,setChange,0,0,0,,,
,,65533,19,过流1段保护动作,OC1,0,0,0,,,
,,65533,20,过流2段保护动作,OC2,0,0,0,,,
,,65533,23,零序过流1段保护动作,EOC1,0,0,0,,,
,,65533,27,低电流保护动作,UC,0,0,0,,,
,,65533,29,辅助计时器1动作,tAux1,0,0,0,,,
,,65533,30,辅助计时器2动作,tAux2,0,0,0,,,
,,65533,36,定值组切换,SetGChange,0,0,0,,,
,,65533,45,输入逻辑状态改变,DIChange,0,0,0,,,
,,90,5,A相差动动作,DiffA,0,1,0,,,
,,90,6,B相差动动作,DiffB,0,1,0,,,
,,90,7,C相差动动作,DiffC,0,1,0,,,
,,90,11,差动联跳,DiffInter,0,1,0,,,
,,108,1,光纤通道故障,PCF,0,1,0,,,
,,65533,138,CT断线,CTS,0,0,0,,,
,,65533,67,负序电流1段保护动作,UnbOC1,0,0,0,,,
,,90,4,差动保护跳闸,ODiff,0,1,0,,,
,,65535,65535,通讯状态,TX,0,0,0,,,
1 y 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 4 13 1 P521 P521
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 3 20 1 1 1000 0 0 22 100 1
5 3 108 36 32 1000 0 0 22 100 0
6 3 16 1 1 1000 0 0 22 100 1
7 3 64 8 32 1000 0 0 22 100 0
8 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
9 [Point] YC 0 64 1 0 0 A相电流 0.001 IA
10 0 66 1 0 0 B相电流 0.001 IB
11 0 68 1 0 0 C相电流 0.001 IC
12 0 70 1 0 0 零序电流 0.001 I0
13 0 108 1 0 0 对侧A相电流 0.001 IIA
14 0 112 1 0 0 对侧B相电流 0.001 IIB
15 0 116 1 0 0 对侧C相电流 0.001 IIC
16 0 132 1 0 0 A相差动电流 0.001 IAD
17 0 134 1 0 0 B相差动电流 0.001 IAB
18 0 136 1 0 0 C相差动电流 0.001 IAC
19 0 138 1 0 0 A相制动电流 0.001 IAR
20 0 140 1 0 0 B相制动电流 0.001 IBR
21 0 142 1 0 0 C相制动电流 0.001 ICR
22 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
23 [Point] YX 16 0 地刀分 ESOff 0 0 0
24 16 1 地刀合 ESPos 0 0 0
25 16 2 开入3 DI3 0 0 0
26 16 3 开入4 DI4 0 0 0
27 16 4 开入5 DI5 0 0 0
28 20 0 差动跳闸 DO1 0 0 0
29 20 1 合闸闭锁 DO2 0 0 0
30 20 2 差动输出至故障录波 DO3 0 0 0
31 20 3 开出4 DO4 0 0 0
32 20 4 看门狗 WatchDog 0 0 0
33 20 5 开出5 DO5 0 0 0
34 20 6 非电量跳闸 DO7 0 0 0
35 20 7 开出7 DO7 0 0 0
36 20 8 开出8 DO8 0 0 0
37 65533 5 定值修改 setChange 0 0 0
38 65533 19 过流1段保护动作 OC1 0 0 0
39 65533 20 过流2段保护动作 OC2 0 0 0
40 65533 23 零序过流1段保护动作 EOC1 0 0 0
41 65533 27 低电流保护动作 UC 0 0 0
42 65533 29 辅助计时器1动作 tAux1 0 0 0
43 65533 30 辅助计时器2动作 tAux2 0 0 0
44 65533 36 定值组切换 SetGChange 0 0 0
45 65533 45 输入逻辑状态改变 DIChange 0 0 0
46 90 5 A相差动动作 DiffA 0 1 0
47 90 6 B相差动动作 DiffB 0 1 0
48 90 7 C相差动动作 DiffC 0 1 0
49 90 11 差动联跳 DiffInter 0 1 0
50 108 1 光纤通道故障 PCF 0 1 0
51 65533 138 CT断线 CTS 0 0 0
52 65533 67 负序电流1段保护动作 UnbOC1 0 0 0
53 90 4 差动保护跳闸 ODiff 0 1 0
54 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,57 +0,0 @@
[Title],Device address,Device Properties,ID,Device Model,Device Description,,,,,,
[Device],4,13,1,p521,P521,,,,,,
[Title],Point type,Function code,Starting address,Register length,Register type,Response time,Date type,Block type,Device serial number,Polling time,SOE
[Point],BLOCK,3,20,1,1,1000,0,0,22,100,1
,,3,108,36,32,1000,0,0,22,100,0
,,3,16,1,1,1000,0,0,22,100,1
,,3,64,8,32,1000,0,0,22,100,0
[Title],Point type,Function number,Information number,Amplification factor,Correction value,Value_added,Point description,Device coefficient,Named abbreviation,,
[Point],YC,0,64,1,0,0,IA,1,IA,,
,,0,66,1,0,0,IB,1,IB,,
,,0,68,1,0,0,IC,1,IC,,
,,0,70,1,0,0,IN,1,I0,,
,,0,108,1,0,0,IA_OTHERSIDE,1,IIA,,
,,0,112,1,0,0,IB_OTHERSIDE,1,IIB,,
,,0,116,1,0,0,IC_OTHERSIDE,1,IIC,,
,,0,132,1,0,0,IA Differential,1,IAD,,
,,0,134,1,0,0,IB Differential,1,IBD,,
,,0,136,1,0,0,IC Differential,1,ICD,,
,,0,138,1,0,0,IA BIAS,1,IAR,,
,,0,140,1,0,0,IB BIAS,1,IBR,,
,,0,142,1,0,0,IC BIAS,1,ICR,,
[Title],Point type,Function number,Information number,Point description,Named abbreviation,Associate YX ID, YX Property,Custom #1,,,
[Point],YX,16,0,IP1,DI1,0,0,0,,,
,,16,1,IP2,DI2,0,0,0,,,
,,16,2,IP3,DI3,0,0,0,,,
,,16,3,IP4,DI4,0,0,0,,,
,,16,4,IP5,DI5,0,0,0,,,
,,20,0,RL1,DO1,0,0,0,,,
,,20,1,RL2,DO2,0,0,0,,,
,,20,2,RL3,DO3,0,0,0,,,
,,20,3,RL4,DO4,0,0,0,,,
,,20,4,watchdog,Watchdog,0,0,0,,,
,,20,5,RL5,DO5,0,0,0,,,
,,20,6,RL6,DO6,0,0,0,,,
,,20,7,RL7,DO7,0,0,0,,,
,,20,8,RL8,DO8,0,0,0,,,
,,65533,5,setting Change,setChange,0,0,0,,,
,,65533,19,1st Over Currentt I__Trip,OC1,0,0,0,,,
,,65533,20,2nd Over Currentt I__Trip,OC2,0,0,0,,,
,,65533,21,3rd Over Currentt I__Trip,OC3,0,0,0,,,
,,65533,23,1st Over Currentt IN_Trip,EOC1,0,0,0,,,
,,65533,24,2nd Over Currentt IN_Trip,EOC2,0,0,0,,,
,,65533,25,3rd Over Currentt IN_Trip,EOC3,0,0,0,,,
,,65533,27,Under Currentt I_Trip,UC,0,0,0,,,
,,65533,29,t Aux1,tAux1,0,0,0,,,
,,65533,30,t Aux2,tAux2,0,0,0,,,
,,65533,36,Setting Group Change,SetGChange,0,0,0,,,
,,65533,45,Input Logic State Change,DIChange,0,0,0,,,
,,65533,67,NPS Overcurrent I2_Trip,NPSOC,0,0,0,,,
,,65533,138,CTS,CTS,0,0,0,,,
,,90,4, Idiff any Phase _Trip ,ODiff,0,0,0,,,
,,90,5, Idiff _Trip A,DiffA,0,0,0,,,
,,90,6, Idiff _Trip B,DiffB,0,0,0,,,
,,90,7, Idiff _Trip C,DiffC,0,0,0,,,
,,90,11,Idiff inter_Trip ,DiffInter,0,0,0,,,
,,108,1,Protection Communication Fail,PCF,0,0,0,,,
,,65535,65535,TX,TX,0,0,0,,,
1 [Title] Device address Device Properties ID Device Model Device Description
2 [Device] 4 13 1 p521 P521
3 [Title] Point type Function code Starting address Register length Register type Response time Date type Block type Device serial number Polling time SOE
4 [Point] BLOCK 3 20 1 1 1000 0 0 22 100 1
5 3 108 36 32 1000 0 0 22 100 0
6 3 16 1 1 1000 0 0 22 100 1
7 3 64 8 32 1000 0 0 22 100 0
8 [Title] Point type Function number Information number Amplification factor Correction value Value_added Point description Device coefficient Named abbreviation
9 [Point] YC 0 64 1 0 0 IA 1 IA
10 0 66 1 0 0 IB 1 IB
11 0 68 1 0 0 IC 1 IC
12 0 70 1 0 0 IN 1 I0
13 0 108 1 0 0 IA_OTHERSIDE 1 IIA
14 0 112 1 0 0 IB_OTHERSIDE 1 IIB
15 0 116 1 0 0 IC_OTHERSIDE 1 IIC
16 0 132 1 0 0 IA Differential 1 IAD
17 0 134 1 0 0 IB Differential 1 IBD
18 0 136 1 0 0 IC Differential 1 ICD
19 0 138 1 0 0 IA BIAS 1 IAR
20 0 140 1 0 0 IB BIAS 1 IBR
21 0 142 1 0 0 IC BIAS 1 ICR
22 [Title] Point type Function number Information number Point description Named abbreviation Associate YX ID YX Property Custom #1
23 [Point] YX 16 0 IP1 DI1 0 0 0
24 16 1 IP2 DI2 0 0 0
25 16 2 IP3 DI3 0 0 0
26 16 3 IP4 DI4 0 0 0
27 16 4 IP5 DI5 0 0 0
28 20 0 RL1 DO1 0 0 0
29 20 1 RL2 DO2 0 0 0
30 20 2 RL3 DO3 0 0 0
31 20 3 RL4 DO4 0 0 0
32 20 4 watchdog Watchdog 0 0 0
33 20 5 RL5 DO5 0 0 0
34 20 6 RL6 DO6 0 0 0
35 20 7 RL7 DO7 0 0 0
36 20 8 RL8 DO8 0 0 0
37 65533 5 setting Change setChange 0 0 0
38 65533 19 1st Over Currentt I__Trip OC1 0 0 0
39 65533 20 2nd Over Currentt I__Trip OC2 0 0 0
40 65533 21 3rd Over Currentt I__Trip OC3 0 0 0
41 65533 23 1st Over Currentt IN_Trip EOC1 0 0 0
42 65533 24 2nd Over Currentt IN_Trip EOC2 0 0 0
43 65533 25 3rd Over Currentt IN_Trip EOC3 0 0 0
44 65533 27 Under Currentt I_Trip UC 0 0 0
45 65533 29 t Aux1 tAux1 0 0 0
46 65533 30 t Aux2 tAux2 0 0 0
47 65533 36 Setting Group Change SetGChange 0 0 0
48 65533 45 Input Logic State Change DIChange 0 0 0
49 65533 67 NPS Overcurrent I2_Trip NPSOC 0 0 0
50 65533 138 CTS CTS 0 0 0
51 90 4 Idiff any Phase _Trip ODiff 0 0 0
52 90 5 Idiff _Trip A DiffA 0 0 0
53 90 6 Idiff _Trip B DiffB 0 0 0
54 90 7 Idiff _Trip C DiffC 0 0 0
55 90 11 Idiff inter_Trip DiffInter 0 0 0
56 108 1 Protection Communication Fail PCF 0 0 0
57 65535 65535 TX TX 0 0 0

View File

@ -1,37 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],1,5,1,P541,P541,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,4,217,12,32,1000,0,0,20,100,0
,,4,725,1,1,1000,0,0,20,100,1
,,4,475,6,32,1000,0,0,20,100,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,217,0.01,0,0,I1,0.1,I1,,
,,0,219,0.01,0,0,I2,0.1,I2,,
,,0,221,0.01,0,0,I0,0.1,I0,,
,,0,223,0.01,0,0,Ia_RMS,0.1,IA,,
,,0,225,0.01,0,0,Ib_RMS,0.1,IB,,
,,0,227,0.01,0,0,Ic_RMS,0.1,IC,,
,,0,475,0.01,0,0,diffIA,0.1,IAD,,
,,0,477,0.01,0,0,diffIB,0.1,IBD,,
,,0,479,0.01,0,0,diffIC,0.1,IBC,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,801,802,4,yk1,1,1,Null,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,6,351,Diff_Trip,Diff,0,0,0,,,
,,6,382,1stOverCurrenttI__Trip,OC1,0,0,0,,,
,,6,386,2ndOverCurrenttI__Trip,OC2,0,0,0,,,
,,6,390,3rdOverCurrenttI__Trip,OC3,0,0,0,,,
,,6,394,4thOverCurrenttI__Trip,OC4,0,0,0,,,
,,6,398,1stOverCurrenttIN_Trip,EOC1,0,0,0,,,
,,6,399,2ndOverCurrenttIN_Trip,EOC2,0,0,0,,,
,,6,400,3rdOverCurrenttIN_Trip,EOC3,0,0,0,,,
,,6,401,4thOverCurrenttIN_Trip,EOC4,0,0,0,,,
,,725,0,IP1,DI1,0,0,0,,,
,,725,1,IP2,DI2,0,0,0,,,
,,725,2,IP3,DI3,0,0,0,,,
,,725,3,IP4,DI4,0,0,0,,,
,,725,4,IP5,DI5,0,0,0,,,
,,725,5,IP6,DI6,0,0,0,,,
,,725,6,IP7,DI7,0,0,0,,,
,,725,7,IP8,DI8,0,0,0,,,
,,65535,65535,TX,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 5 1 P541 P541
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 4 217 12 32 1000 0 0 20 100 0
5 4 725 1 1 1000 0 0 20 100 1
6 4 475 6 32 1000 0 0 20 100 0
7 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
8 [Point] YC 0 217 0.01 0 0 I1 0.1 I1
9 0 219 0.01 0 0 I2 0.1 I2
10 0 221 0.01 0 0 I0 0.1 I0
11 0 223 0.01 0 0 Ia_RMS 0.1 IA
12 0 225 0.01 0 0 Ib_RMS 0.1 IB
13 0 227 0.01 0 0 Ic_RMS 0.1 IC
14 0 475 0.01 0 0 diffIA 0.1 IAD
15 0 477 0.01 0 0 diffIB 0.1 IBD
16 0 479 0.01 0 0 diffIC 0.1 IBC
17 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
18 [Point] YK 801 802 4 yk1 1 1 Null
19 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
20 [Point] YX 6 351 Diff_Trip Diff 0 0 0
21 6 382 1stOverCurrenttI__Trip OC1 0 0 0
22 6 386 2ndOverCurrenttI__Trip OC2 0 0 0
23 6 390 3rdOverCurrenttI__Trip OC3 0 0 0
24 6 394 4thOverCurrenttI__Trip OC4 0 0 0
25 6 398 1stOverCurrenttIN_Trip EOC1 0 0 0
26 6 399 2ndOverCurrenttIN_Trip EOC2 0 0 0
27 6 400 3rdOverCurrenttIN_Trip EOC3 0 0 0
28 6 401 4thOverCurrenttIN_Trip EOC4 0 0 0
29 725 0 IP1 DI1 0 0 0
30 725 1 IP2 DI2 0 0 0
31 725 2 IP3 DI3 0 0 0
32 725 3 IP4 DI4 0 0 0
33 725 4 IP5 DI5 0 0 0
34 725 5 IP6 DI6 0 0 0
35 725 6 IP7 DI7 0 0 0
36 725 7 IP8 DI8 0 0 0
37 65535 65535 TX TX 0 0 0

View File

@ -1,50 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],1,5,1,P543,P543,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,4,217,12,32,1000,0,0,20,100,0
,,4,229,10,16,1000,0,0,20,100,0
,,4,725,1,1,1000,0,0,20,100,1
,,4,475,6,32,1000,0,0,20,100,0
,,4,483,6,32,1000,0,0,20,100,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,217,0.01,0,0,I1,0.1,I1,,
,,0,219,0.01,0,0,I2,0.1,I2,,
,,0,221,0.01,0,0,I0,0.1,I0,,
,,0,223,0.01,0,0,Ia_RMS,0.1,IA,,
,,0,225,0.01,0,0,Ib_RMS,0.1,IB,,
,,0,227,0.01,0,0,Ic_RMS,0.1,IC,,
,,2,229,1,0,0,Va,1,VA,,
,,2,232,1,0,0,Vb,1,VB,,
,,2,235,1,0,0,Vc,1,VC,,
,,0,475,0.01,0,0,diffIA,0.1,IAD,,
,,0,477,0.01,0,0,diffIB,0.1,IBD,,
,,0,479,0.01,0,0,diffIC,0.1,ICD,,
,,0,483,0.01,0,0,IthIA,0.1,IAR,,
,,0,485,0.01,0,0,IthIB,0.1,IBR,,
,,0,487,0.01,0,0,IthIC,0.1,ICR,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,801,802,4,yk1,1,1,Null,,,
[Title],点类型,功能号,信息号,放大系数,修正值,点描述,装置系数 ,点名缩写,,,
[Point],YM,0,411,1,0,EPdel,0.001,EPd,,,
,,0,413,1,0,EPrec,0.001,EPr,,,
,,0,415,1,0,EQdel,0.001,EQd,,,
,,0,417,1,0,EQrec,0.001,EQr,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,6,351,Diff_Trip,Diff,0,0,0,,,
,,6,382,1stOverCurrenttI__Trip,OC1,0,0,0,,,
,,6,386,2ndOverCurrenttI__Trip,OC2,0,0,0,,,
,,6,390,3rdOverCurrenttI__Trip,OC3,0,0,0,,,
,,6,394,4thOverCurrenttI__Trip,OC4,0,0,0,,,
,,6,398,1stOverCurrenttIN_Trip,EOC1,0,0,0,,,
,,6,399,2ndOverCurrenttIN_Trip,EOC2,0,0,0,,,
,,6,400,3rdOverCurrenttIN_Trip,EOC3,0,0,0,,,
,,6,401,4thOverCurrenttIN_Trip,EOC4,0,0,0,,,
,,725,0,IP1,DI1,0,0,0,,,
,,725,1,IP2,DI2,0,0,0,,,
,,725,2,IP3,DI3,0,0,0,,,
,,725,3,IP4,DI4,0,0,0,,,
,,725,4,IP5,DI5,0,0,0,,,
,,725,5,IP6,DI6,0,0,0,,,
,,725,6,IP7,DI7,0,0,0,,,
,,725,7,IP8,DI8,0,0,0,,,
,,65535,65535,TX,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 5 1 P543 P543
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 4 217 12 32 1000 0 0 20 100 0
5 4 229 10 16 1000 0 0 20 100 0
6 4 725 1 1 1000 0 0 20 100 1
7 4 475 6 32 1000 0 0 20 100 0
8 4 483 6 32 1000 0 0 20 100 0
9 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
10 [Point] YC 0 217 0.01 0 0 I1 0.1 I1
11 0 219 0.01 0 0 I2 0.1 I2
12 0 221 0.01 0 0 I0 0.1 I0
13 0 223 0.01 0 0 Ia_RMS 0.1 IA
14 0 225 0.01 0 0 Ib_RMS 0.1 IB
15 0 227 0.01 0 0 Ic_RMS 0.1 IC
16 2 229 1 0 0 Va 1 VA
17 2 232 1 0 0 Vb 1 VB
18 2 235 1 0 0 Vc 1 VC
19 0 475 0.01 0 0 diffIA 0.1 IAD
20 0 477 0.01 0 0 diffIB 0.1 IBD
21 0 479 0.01 0 0 diffIC 0.1 ICD
22 0 483 0.01 0 0 IthIA 0.1 IAR
23 0 485 0.01 0 0 IthIB 0.1 IBR
24 0 487 0.01 0 0 IthIC 0.1 ICR
25 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
26 [Point] YK 801 802 4 yk1 1 1 Null
27 [Title] 点类型 功能号 信息号 放大系数 修正值 点描述 装置系数 点名缩写
28 [Point] YM 0 411 1 0 EPdel 0.001 EPd
29 0 413 1 0 EPrec 0.001 EPr
30 0 415 1 0 EQdel 0.001 EQd
31 0 417 1 0 EQrec 0.001 EQr
32 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
33 [Point] YX 6 351 Diff_Trip Diff 0 0 0
34 6 382 1stOverCurrenttI__Trip OC1 0 0 0
35 6 386 2ndOverCurrenttI__Trip OC2 0 0 0
36 6 390 3rdOverCurrenttI__Trip OC3 0 0 0
37 6 394 4thOverCurrenttI__Trip OC4 0 0 0
38 6 398 1stOverCurrenttIN_Trip EOC1 0 0 0
39 6 399 2ndOverCurrenttIN_Trip EOC2 0 0 0
40 6 400 3rdOverCurrenttIN_Trip EOC3 0 0 0
41 6 401 4thOverCurrenttIN_Trip EOC4 0 0 0
42 725 0 IP1 DI1 0 0 0
43 725 1 IP2 DI2 0 0 0
44 725 2 IP3 DI3 0 0 0
45 725 3 IP4 DI4 0 0 0
46 725 4 IP5 DI5 0 0 0
47 725 5 IP6 DI6 0 0 0
48 725 6 IP7 DI7 0 0 0
49 725 7 IP8 DI8 0 0 0
50 65535 65535 TX TX 0 0 0

View File

@ -1,43 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],20,5,1,P631,P631,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,2,6027,37,1,1000,0,0,21,500,1
,,3,18368,12,16,1000,0,0,21,500,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,18368,0.1,0,0,IaDiff,0.01,IAD ,,
,,0,18369,0.1,0,0,IbDiff,0.01,IBD ,,
,,0,18370,0.1,0,0,IcDiff,0.01,ICD ,,
,,0,18371,0.1,0,0,IaDiff,0.01,IAR,,
,,0,18372,0.1,0,0,IbDiff,0.01,IBR,,
,,0,18373,0.1,0,0,IcDiff,0.01,ICR,,
,,0,18374,1,0,0,HIa,1,HIa,,
,,0,18375,1,0,0,HIb,1,HIb,,
,,0,18376,1,0,0,HIc,1,HIc,,
,,0,18377,1,0,0,LIa,1,LIa,,
,,0,18378,1,0,0,LIb,1,LIb,,
,,0,18379,1,0,0,LIc,1,LIc,,
,,0,18380,1,0,0,BY1,1,BY1,,
,,0,18381,1,0,0,BY2,1,BY2,,
,,0,18382,1,0,0,BY3,1,BY3,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,0,6027,Idiff_A,DiffA,0,0,0,,,
,,0,6028,Idiff_B,DiffB,0,0,0,,,
,,0,6029,Idiff_C,DiffC,0,0,0,,,
,,0,6030,CTS_H,CTSH,0,0,0,,,
,,0,6031,CTS_L,CTSL,0,0,0,,,
,,0,6032,Idiff,Diff,0,0,0,,,
,,0,6033,DI1,DI1,0,0,0,,,
,,0,6034,DI2,DI2,0,0,0,,,
,,0,6035,DI3,DI3,0,0,0,,,
,,0,6036,DI4,DI4,0,0,0,,,
,,0,6037,BY1,BY1,0,0,0,,,
,,0,6038,BY2,BY2,0,0,0,,,
,,0,6039,BY3,BY3,0,0,0,,,
,,0,6040,BY4,BY4,0,0,0,,,
,,0,6041,BY5,BY5,0,0,0,,,
,,0,6042,BY6,BY6,0,0,0,,,
,,0,6043,BY7,BY7,0,0,0,,,
,,0,6044,BY8,BY8,0,0,0,,,
,,0,6045,BY9,BY9,0,0,0,,,
,,0,6046,BY10,BY10,0,0,0,,,
,,65535,65535,通讯状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 20 5 1 P631 P631
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 2 6027 37 1 1000 0 0 21 500 1
5 3 18368 12 16 1000 0 0 21 500 0
6 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
7 [Point] YC 0 18368 0.1 0 0 IaDiff 0.01 IAD
8 0 18369 0.1 0 0 IbDiff 0.01 IBD
9 0 18370 0.1 0 0 IcDiff 0.01 ICD
10 0 18371 0.1 0 0 IaDiff 0.01 IAR
11 0 18372 0.1 0 0 IbDiff 0.01 IBR
12 0 18373 0.1 0 0 IcDiff 0.01 ICR
13 0 18374 1 0 0 HIa 1 HIa
14 0 18375 1 0 0 HIb 1 HIb
15 0 18376 1 0 0 HIc 1 HIc
16 0 18377 1 0 0 LIa 1 LIa
17 0 18378 1 0 0 LIb 1 LIb
18 0 18379 1 0 0 LIc 1 LIc
19 0 18380 1 0 0 BY1 1 BY1
20 0 18381 1 0 0 BY2 1 BY2
21 0 18382 1 0 0 BY3 1 BY3
22 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
23 [Point] YX 0 6027 Idiff_A DiffA 0 0 0
24 0 6028 Idiff_B DiffB 0 0 0
25 0 6029 Idiff_C DiffC 0 0 0
26 0 6030 CTS_H CTSH 0 0 0
27 0 6031 CTS_L CTSL 0 0 0
28 0 6032 Idiff Diff 0 0 0
29 0 6033 DI1 DI1 0 0 0
30 0 6034 DI2 DI2 0 0 0
31 0 6035 DI3 DI3 0 0 0
32 0 6036 DI4 DI4 0 0 0
33 0 6037 BY1 BY1 0 0 0
34 0 6038 BY2 BY2 0 0 0
35 0 6039 BY3 BY3 0 0 0
36 0 6040 BY4 BY4 0 0 0
37 0 6041 BY5 BY5 0 0 0
38 0 6042 BY6 BY6 0 0 0
39 0 6043 BY7 BY7 0 0 0
40 0 6044 BY8 BY8 0 0 0
41 0 6045 BY9 BY9 0 0 0
42 0 6046 BY10 BY10 0 0 0
43 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,52 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],12,5,1,P632,P632,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,2,6027,37,1,1000,0,0,21,500,1
,,3,18368,11,16,1000,0,0,21,500,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,18368,1,0,0,高IA,0.1,IA1,,
,,0,18369,1,0,0,高IB,0.1,IB1,,
,,0,18370,1,0,0,高IC,0.1,IC1,,
,,0,18371,1,0,0,低IA,0.1,IA2,,
,,0,18372,1,0,0,低IB,0.1,IB2,,
,,0,18373,1,0,0,低IC,0.1,IC2,,
,,0,18374,1,0,0,高IN,0.1,I01,,
,,0,18375,1,0,0,低IN,0.1,I02,,
,,0,18376,1,0,0,差流1,0.1,IAD,,
,,0,18377,1,0,0,差流2,0.1,IBD,,
,,0,18378,1,0,0,差流3,0.1,ICD,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,6147,0,0,复归指示灯,0,0,n,,,
,,6152,6153,0,41DS合/分,0,0,n,,,
,,6154,6155,0,42DS合/分,0,0,n,,,
,,6156,6157,0,41ES合/分,0,0,n,,,
,,6158,6159,0,42ES合/分,0,0,n,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,0,6027,电源断电信号,yx1,0,0,0,,,
,,0,6028,加热电源断电信号,yx2,0,0,0,,,
,,0,6029,4#CB近控信号,yx3,0,0,0,,,
,,0,6030,DE\ES近控信号,yx4,0,0,0,,,
,,0,6031,解锁信号,yx5,0,0,0,,,
,,0,6032,TV二次断电信号,yx6,0,0,0,,,
,,0,6033,A\B\C带电信号,yx7,0,0,0,,,
,,0,6034,弹簧电机未储能,CGOff,0,0,0,,,
,,0,6035,4#CB断路器低气压闭锁,yx9,0,0,0,,,
,,0,6036,4#CB断路器1#气室补气信号,yx10,0,0,0,,,
,,0,6037,4#CB断路器2#气室补气信号,yx11,0,0,0,,,
,,0,6038,4#CB断路器3#气室补气信号,yx12,0,0,0,,,
,,0,6039,4#CB断路器4#气室补气信号,yx13,0,0,0,,,
,,0,6040,4#CB断路器5#气室补气信号,yx14,0,0,0,,,
,,0,6041,备用1,BY1,0,0,0,,,
,,0,6042,41DS合位,yx16,0,0,0,,,
,,0,6043,42DS合位,yx17,0,0,0,,,
,,0,6044,41ES合位,yx18,0,0,0,,,
,,0,6045,42ES合位,yx19,0,0,0,,,
,,0,6046,备用2,BY2,0,0,0,,,
,,0,6047,4#CB就地位置,yx21,0,0,0,,,
,,0,6048,限制性接地保护动作,yx22,0,0,0,,,
,,0,6049,有载调压重瓦斯跳闸,LGT,0,0,0,,,
,,0,6050,有载调压轻瓦斯报警,LLGA,0,0,0,,,
,,0,6061,差动动作,Diff,0,0,0,,,
,,0,6062,过流I动作,OC1,0,0,0,,,
,,0,6063,零序I动作,EOC1,0,0,0,,,
,,65535,65535,通讯状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 12 5 1 P632 P632
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 2 6027 37 1 1000 0 0 21 500 1
5 3 18368 11 16 1000 0 0 21 500 0
6 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
7 [Point] YC 0 18368 1 0 0 高IA 0.1 IA1
8 0 18369 1 0 0 高IB 0.1 IB1
9 0 18370 1 0 0 高IC 0.1 IC1
10 0 18371 1 0 0 低IA 0.1 IA2
11 0 18372 1 0 0 低IB 0.1 IB2
12 0 18373 1 0 0 低IC 0.1 IC2
13 0 18374 1 0 0 高IN 0.1 I01
14 0 18375 1 0 0 低IN 0.1 I02
15 0 18376 1 0 0 差流1 0.1 IAD
16 0 18377 1 0 0 差流2 0.1 IBD
17 0 18378 1 0 0 差流3 0.1 ICD
18 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
19 [Point] YK 6147 0 0 复归指示灯 0 0 n
20 6152 6153 0 41DS合/分 0 0 n
21 6154 6155 0 42DS合/分 0 0 n
22 6156 6157 0 41ES合/分 0 0 n
23 6158 6159 0 42ES合/分 0 0 n
24 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
25 [Point] YX 0 6027 电源断电信号 yx1 0 0 0
26 0 6028 加热电源断电信号 yx2 0 0 0
27 0 6029 4#CB近控信号 yx3 0 0 0
28 0 6030 DE\ES近控信号 yx4 0 0 0
29 0 6031 解锁信号 yx5 0 0 0
30 0 6032 TV二次断电信号 yx6 0 0 0
31 0 6033 A\B\C带电信号 yx7 0 0 0
32 0 6034 弹簧电机未储能 CGOff 0 0 0
33 0 6035 4#CB断路器低气压闭锁 yx9 0 0 0
34 0 6036 4#CB断路器1#气室补气信号 yx10 0 0 0
35 0 6037 4#CB断路器2#气室补气信号 yx11 0 0 0
36 0 6038 4#CB断路器3#气室补气信号 yx12 0 0 0
37 0 6039 4#CB断路器4#气室补气信号 yx13 0 0 0
38 0 6040 4#CB断路器5#气室补气信号 yx14 0 0 0
39 0 6041 备用1 BY1 0 0 0
40 0 6042 41DS合位 yx16 0 0 0
41 0 6043 42DS合位 yx17 0 0 0
42 0 6044 41ES合位 yx18 0 0 0
43 0 6045 42ES合位 yx19 0 0 0
44 0 6046 备用2 BY2 0 0 0
45 0 6047 4#CB就地位置 yx21 0 0 0
46 0 6048 限制性接地保护动作 yx22 0 0 0
47 0 6049 有载调压重瓦斯跳闸 LGT 0 0 0
48 0 6050 有载调压轻瓦斯报警 LLGA 0 0 0
49 0 6061 差动动作 Diff 0 0 0
50 0 6062 过流I动作 OC1 0 0 0
51 0 6063 零序I动作 EOC1 0 0 0
52 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,61 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],1,13,1,P633,P633,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,1,6027,16,1,1000,0,0,21,100,1
,,3,18368,19,16,1000,0,0,21,100,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,18368,1,0,0,CurrentIAa.p.u,0.1,IA1,,
,,0,18369,1,0,0,CurrentIBa.p.u,0.1,IB1,,
,,0,18370,1,0,0,CurrentICa.p.u,0.1,IC1,,
,,0,18371,1,0,0,CurrentINa.p.u,0.1,I01,,
,,0,18372,1,0,0,CurrentIAb.p.u,0.1,IA2,,
,,0,18373,1,0,0,CurrentIBb.p.u,0.1,IB2,,
,,0,18374,1,0,0,CurrentICb.p.u,0.1,IC2,,
,,0,18375,1,0,0,CurrentINb.p.u,0.01,I02,,
,,0,18376,1,0,0,CurrentIAc.p.u,0.01,IA3,,
,,0,18377,1,0,0,CurrentIBc.p.u,0.1,IB3,,
,,0,18378,1,0,0,CurrentICc.p.u,0.1,IC3,,
,,0,18379,1,0,0,CurrentINc.p.u,0.1,I03,,
,,0,18380,1,0,0,DiffCurrent1,0.1,DiffA,,
,,0,18381,1,0,0,DiffCurrent2,0.1,DiffB,,
,,0,18382,1,0,0,DiffCurrent3,0.1,DiffC,,
,,0,18383,1,0,0,RestrainCurrent1,0.1,IAR,,
,,0,18384,1,0,0,RestrainCurrent2,0.1,IBR,,
,,0,18385,1,0,0,RestrainCurrent3,0.1,ICR,,
,,0,18386,1,0,0,VoltageVp.u,0.1,U,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,6152,6152,0,logictrigger1,1,0,n,,,
,,6153,6153,0,logictrigger2,1,0,n,,,
,,6154,6154,0,logictrigger3,1,0,n,,,
,,6155,6155,0,logictrigger4,1,0,n,,,
,,6156,6156,0,logictrigger5,1,0,n,,,
,,6157,6157,0,logictrigger6,1,0,n,,,
,,6158,6158,4,logictrigger7,1,0,n,,,
,,6159,6159,0,logictrigger8,1,0,n,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,0,6027,Id>>>triggered,Diff,0,0,0,,,
,,0,6028,StateU901,DI1,0,0,0,,,
,,0,6029,StateU902,DI2,0,0,0,,,
,,0,6030,StateU903,DI3,0,0,0,,,
,,0,6031,StateU904,DI4,0,0,0,,,
,,0,6032,StateK901,DO1,0,0,0,,,
,,0,6033,StateK902,DO2,0,0,0,,,
,,0,6034,StateK903,DO3,0,0,0,,,
,,0,6035,StateK904,DO4,0,0,0,,,
,,0,6036,StateK905,DO5,0,0,0,,,
,,0,6037,StateK906,DO6,0,0,0,,,
,,0,6038,StateK907,DO7,0,0,0,,,
,,0,6039,StateK908,DO8,0,0,0,,,
,,0,6040,Tripsignal,Trip,0,0,0,,,
,,0,6041,Alarmenda,AlarmEA,0,0,0,,,
,,0,6042,Alarmendb,AlarmEB,0,0,0,,,
,,0,6043,Alarmendc,AlarmEC,0,0,0,,,
,,0,6152,logictrigger1,logic1,0,0,0,,,
,,0,6153,logictrigger2,logic2,0,0,0,,,
,,0,6154,logictrigger3,logic3,0,0,0,,,
,,0,6155,logictrigger4,logic4,0,0,0,,,
,,0,6156,logictrigger5,logic5,0,0,0,,,
,,0,6157,logictrigger6,logic6,0,0,0,,,
,,0,6158,logictrigger7,logic7,0,0,0,,,
,,0,6159,logictrigger8,logic8,0,0,0,,,
,,65535,65535,通讯状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 13 1 P633 P633
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 1 6027 16 1 1000 0 0 21 100 1
5 3 18368 19 16 1000 0 0 21 100 0
6 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
7 [Point] YC 0 18368 1 0 0 CurrentIAa.p.u 0.1 IA1
8 0 18369 1 0 0 CurrentIBa.p.u 0.1 IB1
9 0 18370 1 0 0 CurrentICa.p.u 0.1 IC1
10 0 18371 1 0 0 CurrentINa.p.u 0.1 I01
11 0 18372 1 0 0 CurrentIAb.p.u 0.1 IA2
12 0 18373 1 0 0 CurrentIBb.p.u 0.1 IB2
13 0 18374 1 0 0 CurrentICb.p.u 0.1 IC2
14 0 18375 1 0 0 CurrentINb.p.u 0.01 I02
15 0 18376 1 0 0 CurrentIAc.p.u 0.01 IA3
16 0 18377 1 0 0 CurrentIBc.p.u 0.1 IB3
17 0 18378 1 0 0 CurrentICc.p.u 0.1 IC3
18 0 18379 1 0 0 CurrentINc.p.u 0.1 I03
19 0 18380 1 0 0 DiffCurrent1 0.1 DiffA
20 0 18381 1 0 0 DiffCurrent2 0.1 DiffB
21 0 18382 1 0 0 DiffCurrent3 0.1 DiffC
22 0 18383 1 0 0 RestrainCurrent1 0.1 IAR
23 0 18384 1 0 0 RestrainCurrent2 0.1 IBR
24 0 18385 1 0 0 RestrainCurrent3 0.1 ICR
25 0 18386 1 0 0 VoltageVp.u 0.1 U
26 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
27 [Point] YK 6152 6152 0 logictrigger1 1 0 n
28 6153 6153 0 logictrigger2 1 0 n
29 6154 6154 0 logictrigger3 1 0 n
30 6155 6155 0 logictrigger4 1 0 n
31 6156 6156 0 logictrigger5 1 0 n
32 6157 6157 0 logictrigger6 1 0 n
33 6158 6158 4 logictrigger7 1 0 n
34 6159 6159 0 logictrigger8 1 0 n
35 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
36 [Point] YX 0 6027 Id>>>triggered Diff 0 0 0
37 0 6028 StateU901 DI1 0 0 0
38 0 6029 StateU902 DI2 0 0 0
39 0 6030 StateU903 DI3 0 0 0
40 0 6031 StateU904 DI4 0 0 0
41 0 6032 StateK901 DO1 0 0 0
42 0 6033 StateK902 DO2 0 0 0
43 0 6034 StateK903 DO3 0 0 0
44 0 6035 StateK904 DO4 0 0 0
45 0 6036 StateK905 DO5 0 0 0
46 0 6037 StateK906 DO6 0 0 0
47 0 6038 StateK907 DO7 0 0 0
48 0 6039 StateK908 DO8 0 0 0
49 0 6040 Tripsignal Trip 0 0 0
50 0 6041 Alarmenda AlarmEA 0 0 0
51 0 6042 Alarmendb AlarmEB 0 0 0
52 0 6043 Alarmendc AlarmEC 0 0 0
53 0 6152 logictrigger1 logic1 0 0 0
54 0 6153 logictrigger2 logic2 0 0 0
55 0 6154 logictrigger3 logic3 0 0 0
56 0 6155 logictrigger4 logic4 0 0 0
57 0 6156 logictrigger5 logic5 0 0 0
58 0 6157 logictrigger6 logic6 0 0 0
59 0 6158 logictrigger7 logic7 0 0 0
60 0 6159 logictrigger8 logic8 0 0 0
61 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,102 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],1,5,1,P746,P746,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,4,11415,30,16,1000,0,0,20,1000,0
,,4,11026,4,1,1000,0,0,20,100,1
,,4,11199,36,16,1000,0,0,20,1000,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,2,11199,1,0,0,IA-1幅值,1,IA1,,
,,2,11202,1,0,0,IB-1幅值,1,IB1,,
,,2,11205,1,0,0,IC-1幅值,1,IC1,,
,,2,11208,1,0,0,IA-2幅值,1,IA2,,
,,2,11211,1,0,0,IB-2幅值,1,IB2,,
,,2,11214,1,0,0,IC-2幅值,1,IC2,,
,,2,11217,1,0,0,IA-3幅值,1,IA3,,
,,2,11220,1,0,0,IB-3幅值,1,IB3,,
,,2,11223,1,0,0,IC-3幅值,1,IC3,,
,,2,11226,1,0,0,IA-4幅值,1,IA4,,
,,2,11229,1,0,0,IB-4幅值,1,IB4,,
,,2,11232,1,0,0,IC-4幅值,1,IC4,,
,,2,11415,1,0,0,UAN幅值,1,VA,,
,,2,11418,1,0,0,UBN幅值,1,VB,,
,,2,11421,1,0,0,UCN幅值,1,VC,,
,,2,11436,1,0,0,Uab幅值,1,UAB,,
,,2,11439,1,0,0,Ubc幅值,1,UBC,,
,,2,11442,1,0,0,Uca幅值,1,UCA,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,951,952,4,yk1,1,1,Null,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,6,451,断路器位置错误告警,YX1,0,0,0,,,
,,6,467,区1电路故障告警,YX2,0,0,0,,,
,,6,468,区2电路故障告警,YX3,0,0,0,,,
,,6,469,CHECKZONE电路故障告警,YX4,0,0,0,,,
,,6,893,A相故障,TripA,0,0,0,,,
,,6,894,B相故障,TripB,0,0,0,,,
,,6,895,C相故障,TripC,0,0,0,,,
,,6,899,区1故障,YX8,0,0,0,,,
,,6,899,A相差动动作,DiffA,0,0,0,,,
,,6,900,区2故障,YX10,0,0,0,,,
,,6,900,B相差动动作,DiffB,0,0,0,,,
,,6,901,C相差动动作,DiffC,0,0,0,,,
,,6,902,母线差动保护动作,YX13,0,0,0,,,
,,6,912,区1差动保护动作,YX14,0,0,0,,,
,,6,913,区2差动保护动作,YX15,0,0,0,,,
,,6,933,间隔1死区保护跳闸,YX16,0,0,0,,,
,,6,934,间隔2死区保护跳闸,YX17,0,0,0,,,
,,6,935,间隔3死区保护跳闸,YX18,0,0,0,,,
,,6,936,间隔4死区保护跳闸,YX19,0,0,0,,,
,,6,937,间隔5死区保护跳闸,YX20,0,0,0,,,
,,6,938,间隔6死区保护跳闸,YX21,0,0,0,,,
,,6,1008,间隔1电流1段动作,YX22,0,0,0,,,
,,6,1010,间隔2电流1段动作,YX23,0,0,0,,,
,,6,1012,间隔3电流1段动作,YX24,0,0,0,,,
,,6,1014,间隔4电流1段动作,YX25,0,0,0,,,
,,6,1016,间隔5电流1段动作,YX26,0,0,0,,,
,,6,1018,间隔6电流1段动作,YX27,0,0,0,,,
,,6,1142,间隔1零序电流I段动作,YX28,0,0,0,,,
,,6,1144,间隔2零序电流I段动作,YX29,0,0,0,,,
,,6,1146,间隔3零序电流I段动作,YX30,0,0,0,,,
,,6,1148,间隔4零序电流I段动作,YX31,0,0,0,,,
,,6,1150,间隔5零序电流I段动作,YX32,0,0,0,,,
,,6,1152,间隔6零序电流I段动作,YX33,0,0,0,,,
,,11026,0,IP17,DI17,0,0,0,,,
,,11026,1,IP18,DI18,0,0,0,,,
,,11026,2,IP19,DI19,0,0,0,,,
,,11026,3,IP20,DI20,0,0,0,,,
,,11026,4,IP21,DI21,0,0,0,,,
,,11026,5,IP22,DI22,0,0,0,,,
,,11026,6,IP23,DI23,0,0,0,,,
,,11026,7,IP24,DI24,0,0,0,,,
,,11026,8,IP25,DI25,0,0,0,,,
,,11026,9,IP26,DI26,0,0,0,,,
,,11026,10,IP27,DI27,0,0,0,,,
,,11026,11,IP28,DI28,0,0,0,,,
,,11026,12,IP29,DI29,0,0,0,,,
,,11026,13,IP30,DI30,0,0,0,,,
,,11026,14,IP31,DI31,0,0,0,,,
,,11026,15,IP32,DI32,0,0,0,,,
,,11027,0,IP1,DI1,0,0,0,,,
,,11027,1,IP2,DI2,0,0,0,,,
,,11027,2,IP3,DI3,0,0,0,,,
,,11027,3,IP4,DI4,0,0,0,,,
,,11027,4,IP5,DI5,0,0,0,,,
,,11027,5,IP6,DI6,0,0,0,,,
,,11027,6,IP7,DI7,0,0,0,,,
,,11027,7,IP8,DI8,0,0,0,,,
,,11027,8,IP9,DI9,0,0,0,,,
,,11027,9,IP10,DI10,0,0,0,,,
,,11027,10,IP11,DI11,0,0,0,,,
,,11027,11,IP12,DI12,0,0,0,,,
,,11027,12,IP13,DI13,0,0,0,,,
,,11027,13,IP14,DI14,0,0,0,,,
,,11027,14,IP15,DI15,0,0,0,,,
,,11027,15,IP16,DI16,0,0,0,,,
,,11029,0,IP33,DI17,0,0,0,,,
,,11029,1,IP34,DI18,0,0,0,,,
,,11029,2,IP35,DI19,0,0,0,,,
,,11029,3,IP36,DI20,0,0,0,,,
,,11029,4,IP37,DI21,0,0,0,,,
,,11029,5,IP38,DI22,0,0,0,,,
,,11029,6,IP39,DI23,0,0,0,,,
,,11029,7,IP40,DI24,0,0,0,,,
,,65535,65535,TX,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 5 1 P746 P746
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 4 11415 30 16 1000 0 0 20 1000 0
5 4 11026 4 1 1000 0 0 20 100 1
6 4 11199 36 16 1000 0 0 20 1000 0
7 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
8 [Point] YC 2 11199 1 0 0 IA-1幅值 1 IA1
9 2 11202 1 0 0 IB-1幅值 1 IB1
10 2 11205 1 0 0 IC-1幅值 1 IC1
11 2 11208 1 0 0 IA-2幅值 1 IA2
12 2 11211 1 0 0 IB-2幅值 1 IB2
13 2 11214 1 0 0 IC-2幅值 1 IC2
14 2 11217 1 0 0 IA-3幅值 1 IA3
15 2 11220 1 0 0 IB-3幅值 1 IB3
16 2 11223 1 0 0 IC-3幅值 1 IC3
17 2 11226 1 0 0 IA-4幅值 1 IA4
18 2 11229 1 0 0 IB-4幅值 1 IB4
19 2 11232 1 0 0 IC-4幅值 1 IC4
20 2 11415 1 0 0 UAN幅值 1 VA
21 2 11418 1 0 0 UBN幅值 1 VB
22 2 11421 1 0 0 UCN幅值 1 VC
23 2 11436 1 0 0 Uab幅值 1 UAB
24 2 11439 1 0 0 Ubc幅值 1 UBC
25 2 11442 1 0 0 Uca幅值 1 UCA
26 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
27 [Point] YK 951 952 4 yk1 1 1 Null
28 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
29 [Point] YX 6 451 断路器位置错误告警 YX1 0 0 0
30 6 467 区1电路故障告警 YX2 0 0 0
31 6 468 区2电路故障告警 YX3 0 0 0
32 6 469 CHECKZONE电路故障告警 YX4 0 0 0
33 6 893 A相故障 TripA 0 0 0
34 6 894 B相故障 TripB 0 0 0
35 6 895 C相故障 TripC 0 0 0
36 6 899 区1故障 YX8 0 0 0
37 6 899 A相差动动作 DiffA 0 0 0
38 6 900 区2故障 YX10 0 0 0
39 6 900 B相差动动作 DiffB 0 0 0
40 6 901 C相差动动作 DiffC 0 0 0
41 6 902 母线差动保护动作 YX13 0 0 0
42 6 912 区1差动保护动作 YX14 0 0 0
43 6 913 区2差动保护动作 YX15 0 0 0
44 6 933 间隔1死区保护跳闸 YX16 0 0 0
45 6 934 间隔2死区保护跳闸 YX17 0 0 0
46 6 935 间隔3死区保护跳闸 YX18 0 0 0
47 6 936 间隔4死区保护跳闸 YX19 0 0 0
48 6 937 间隔5死区保护跳闸 YX20 0 0 0
49 6 938 间隔6死区保护跳闸 YX21 0 0 0
50 6 1008 间隔1电流1段动作 YX22 0 0 0
51 6 1010 间隔2电流1段动作 YX23 0 0 0
52 6 1012 间隔3电流1段动作 YX24 0 0 0
53 6 1014 间隔4电流1段动作 YX25 0 0 0
54 6 1016 间隔5电流1段动作 YX26 0 0 0
55 6 1018 间隔6电流1段动作 YX27 0 0 0
56 6 1142 间隔1零序电流I段动作 YX28 0 0 0
57 6 1144 间隔2零序电流I段动作 YX29 0 0 0
58 6 1146 间隔3零序电流I段动作 YX30 0 0 0
59 6 1148 间隔4零序电流I段动作 YX31 0 0 0
60 6 1150 间隔5零序电流I段动作 YX32 0 0 0
61 6 1152 间隔6零序电流I段动作 YX33 0 0 0
62 11026 0 IP17 DI17 0 0 0
63 11026 1 IP18 DI18 0 0 0
64 11026 2 IP19 DI19 0 0 0
65 11026 3 IP20 DI20 0 0 0
66 11026 4 IP21 DI21 0 0 0
67 11026 5 IP22 DI22 0 0 0
68 11026 6 IP23 DI23 0 0 0
69 11026 7 IP24 DI24 0 0 0
70 11026 8 IP25 DI25 0 0 0
71 11026 9 IP26 DI26 0 0 0
72 11026 10 IP27 DI27 0 0 0
73 11026 11 IP28 DI28 0 0 0
74 11026 12 IP29 DI29 0 0 0
75 11026 13 IP30 DI30 0 0 0
76 11026 14 IP31 DI31 0 0 0
77 11026 15 IP32 DI32 0 0 0
78 11027 0 IP1 DI1 0 0 0
79 11027 1 IP2 DI2 0 0 0
80 11027 2 IP3 DI3 0 0 0
81 11027 3 IP4 DI4 0 0 0
82 11027 4 IP5 DI5 0 0 0
83 11027 5 IP6 DI6 0 0 0
84 11027 6 IP7 DI7 0 0 0
85 11027 7 IP8 DI8 0 0 0
86 11027 8 IP9 DI9 0 0 0
87 11027 9 IP10 DI10 0 0 0
88 11027 10 IP11 DI11 0 0 0
89 11027 11 IP12 DI12 0 0 0
90 11027 12 IP13 DI13 0 0 0
91 11027 13 IP14 DI14 0 0 0
92 11027 14 IP15 DI15 0 0 0
93 11027 15 IP16 DI16 0 0 0
94 11029 0 IP33 DI17 0 0 0
95 11029 1 IP34 DI18 0 0 0
96 11029 2 IP35 DI19 0 0 0
97 11029 3 IP36 DI20 0 0 0
98 11029 4 IP37 DI21 0 0 0
99 11029 5 IP38 DI22 0 0 0
100 11029 6 IP39 DI23 0 0 0
101 11029 7 IP40 DI24 0 0 0
102 65535 65535 TX TX 0 0 0

View File

@ -1,70 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],11,7,1,P922,P922,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,48,8,32,1000,0,0,22,100,0
,,3,16,1,1,1000,0,0,22,100,1
,,3,19,1,1,1000,0,0,22,100,1
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,48,0.001,0,0,A相电压有效值,0.01,VA,,
,,0,50,0.001,0,0,B相电压有效值,0.01,VB,,
,,0,52,0.001,0,0,C相电压有效值,0.01,VC,,
,,0,54,0.001,0,0,零序电压有效值,0.01,V0,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,16387,0,0,out3(跳闸),0,0,n,,,
,,16388,0,0,out4(合闸),0,0,n,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,16,0,开入1状态,DI1,0,0,0,,,
,,16,1,开入2状态,DI2,0,0,0,,,
,,16,2,开入3状态,DI3,0,0,0,,,
,,16,3,开入4状态,DI4,0,0,0,,,
,,16,4,开入5状态,DI5,0,0,0,,,
,,19,0,RL1状态,DO1,0,0,0,,,
,,19,1,RL2状态,DO2,0,0,0,,,
,,19,2,RL3状态,DO3,0,0,0,,,
,,19,3,RL4状态,DO4,0,0,0,,,
,,19,4,RL0看门狗状态,WatchDog,0,0,0,,,
,,19,5,RL5状态,DO5,0,0,0,,,
,,65533,1,遥控合闸信号,YX1,0,0,0,,,
,,65533,2,遥控分闸信号,YX2,0,0,0,,,
,,65533,3,故障录波的起动信号,YX3,0,0,0,,,
,,65533,4,跳闸输出解除信号,YX4,0,0,0,,,
,,65533,5,定值修改信号,YX5,0,0,0,,,
,,65533,6,V>保护,OV1,0,0,0,,,
,,65533,7,V>>保护,OV2,0,0,0,,,
,,65533,8,V>>>保护,OV3,0,0,0,,,
,,65533,9,V<保护,UV1,0,0,0,,,
,,65533,10,V<<保护,UV2,0,0,0,,,
,,65533,11,V<<<保护,UV3,0,0,0,,,
,,65533,12,V0>保护,EOV1,0,0,0,,,
,,65533,13,V0>>保护,EOV2,0,0,0,,,
,,65533,14,V0>>>保护,EOV3,0,0,0,,,
,,65533,15,tU>保护,tOU1,0,0,0,,,
,,65533,16,tU>>保护,tOU2,0,0,0,,,
,,65533,17,tU>>>保护,tOU3,0,0,0,,,
,,65533,18,低电压保护一段,tUV1,0,0,0,,,
,,65533,19,低电压保护二段,tUV2,0,0,0,,,
,,65533,20,tU<<<保护,tUV3,0,0,0,,,
,,65533,21,tV0>保护,tEOV1,0,0,0,,,
,,65533,22,tV0>>保护,tEOV2,0,0,0,,,
,,65533,23,tV0>>>保护,tEOV3,0,0,0,,,
,,65533,24,tAUX1保护,tAux1,0,0,0,,,
,,65533,25,tAUX2保护,tAux2,0,0,0,,,
,,65533,35,跳闸:tV>,TripOV1,0,0,0,,,
,,65533,36,跳闸:tV>>,TripOV2,0,0,0,,,
,,65533,37,跳闸:tV>>>,TripOV3,0,0,0,,,
,,65533,38,跳闸:tV<,TripUV1,0,0,0,,,
,,65533,39,跳闸:tV<<,TripUV2,0,0,0,,,
,,65533,40,跳闸:tV<<<,TripUV3,0,0,0,,,
,,65533,41,跳闸:tV0>,TripEOV1,0,0,0,,,
,,65533,42,跳闸:tV0>>,TripEOV2,0,0,0,,,
,,65533,43,跳闸:tV0>>>,TripEOV3,0,0,0,,,
,,65533,55,V2>,UnbOV1,0,0,0,,,
,,65533,56,V2>>,UnbOV2,0,0,0,,,
,,65533,57,V1<,UV21,0,0,0,,,
,,65533,58,V1<<,UV22,0,0,0,,,
,,65533,65,tV2>,OtV21,0,0,0,,,
,,65533,66,tV2>>,OtV22,0,0,0,,,
,,65533,67,tV1<,UtV11,0,0,0,,,
,,65533,68,tV1<<,UtV12,0,0,0,,,
,,65533,69,tf1,tF1,0,0,0,,,
,,65535,65535,通讯状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 11 7 1 P922 P922
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 3 48 8 32 1000 0 0 22 100 0
5 3 16 1 1 1000 0 0 22 100 1
6 3 19 1 1 1000 0 0 22 100 1
7 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
8 [Point] YC 0 48 0.001 0 0 A相电压有效值 0.01 VA
9 0 50 0.001 0 0 B相电压有效值 0.01 VB
10 0 52 0.001 0 0 C相电压有效值 0.01 VC
11 0 54 0.001 0 0 零序电压有效值 0.01 V0
12 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
13 [Point] YK 16387 0 0 out3(跳闸) 0 0 n
14 16388 0 0 out4(合闸) 0 0 n
15 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
16 [Point] YX 16 0 开入1状态 DI1 0 0 0
17 16 1 开入2状态 DI2 0 0 0
18 16 2 开入3状态 DI3 0 0 0
19 16 3 开入4状态 DI4 0 0 0
20 16 4 开入5状态 DI5 0 0 0
21 19 0 RL1状态 DO1 0 0 0
22 19 1 RL2状态 DO2 0 0 0
23 19 2 RL3状态 DO3 0 0 0
24 19 3 RL4状态 DO4 0 0 0
25 19 4 RL0看门狗状态 WatchDog 0 0 0
26 19 5 RL5状态 DO5 0 0 0
27 65533 1 遥控合闸信号 YX1 0 0 0
28 65533 2 遥控分闸信号 YX2 0 0 0
29 65533 3 故障录波的起动信号 YX3 0 0 0
30 65533 4 跳闸输出解除信号 YX4 0 0 0
31 65533 5 定值修改信号 YX5 0 0 0
32 65533 6 V>保护 OV1 0 0 0
33 65533 7 V>>保护 OV2 0 0 0
34 65533 8 V>>>保护 OV3 0 0 0
35 65533 9 V<保护 UV1 0 0 0
36 65533 10 V<<保护 UV2 0 0 0
37 65533 11 V<<<保护 UV3 0 0 0
38 65533 12 V0>保护 EOV1 0 0 0
39 65533 13 V0>>保护 EOV2 0 0 0
40 65533 14 V0>>>保护 EOV3 0 0 0
41 65533 15 tU>保护 tOU1 0 0 0
42 65533 16 tU>>保护 tOU2 0 0 0
43 65533 17 tU>>>保护 tOU3 0 0 0
44 65533 18 低电压保护一段 tUV1 0 0 0
45 65533 19 低电压保护二段 tUV2 0 0 0
46 65533 20 tU<<<保护 tUV3 0 0 0
47 65533 21 tV0>保护 tEOV1 0 0 0
48 65533 22 tV0>>保护 tEOV2 0 0 0
49 65533 23 tV0>>>保护 tEOV3 0 0 0
50 65533 24 tAUX1保护 tAux1 0 0 0
51 65533 25 tAUX2保护 tAux2 0 0 0
52 65533 35 跳闸:tV> TripOV1 0 0 0
53 65533 36 跳闸:tV>> TripOV2 0 0 0
54 65533 37 跳闸:tV>>> TripOV3 0 0 0
55 65533 38 跳闸:tV< TripUV1 0 0 0
56 65533 39 跳闸:tV<< TripUV2 0 0 0
57 65533 40 跳闸:tV<<< TripUV3 0 0 0
58 65533 41 跳闸:tV0> TripEOV1 0 0 0
59 65533 42 跳闸:tV0>> TripEOV2 0 0 0
60 65533 43 跳闸:tV0>>> TripEOV3 0 0 0
61 65533 55 V2> UnbOV1 0 0 0
62 65533 56 V2>> UnbOV2 0 0 0
63 65533 57 V1< UV21 0 0 0
64 65533 58 V1<< UV22 0 0 0
65 65533 65 tV2> OtV21 0 0 0
66 65533 66 tV2>> OtV22 0 0 0
67 65533 67 tV1< UtV11 0 0 0
68 65533 68 tV1<< UtV12 0 0 0
69 65533 69 tf1 tF1 0 0 0
70 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,70 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],1,7,1,P922,P922,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,16,1,1,1000,0,0,22,100,0
,,3,48,8,32,1000,0,0,22,100,0
,,3,19,1,1,1000,0,0,22,100,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,48,0.0001,0,0,A相电压有效值,0.01,VA,,
,,0,50,0.0001,0,0,B相电压有效值,0.01,VB,,
,,0,52,0.0001,0,0,C相电压有效值,0.01,VC,,
,,0,54,0.0001,0,0,零序电压有效值,0.01,V0,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,16387,0,0,out3(跳闸),0,0,n,,,
,,16388,0,0,out4(合闸),0,0,n,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,16,0,开入1状态,DI1,0,0,0,,,
,,16,1,开入2状态,DI2,0,0,0,,,
,,16,2,开入3状态,DI3,0,0,0,,,
,,16,3,开入4状态,DI4,0,0,0,,,
,,16,4,开入5状态,DI5,0,0,0,,,
,,19,0,RL1状态,DO1,0,0,0,,,
,,19,1,RL2状态,DO2,0,0,0,,,
,,19,2,RL3状态,DO3,0,0,0,,,
,,19,3,RL4状态,DO4,0,0,0,,,
,,19,4,RL0看门狗状态,WatchDog,0,0,0,,,
,,19,5,RL5状态,DO5,0,0,0,,,
,,65533,1,遥控合闸信号,yx12,0,0,0,,,
,,65533,2,遥控分闸信号,yx13,0,0,0,,,
,,65533,3,故障录波的起动信号,yx14,0,0,0,,,
,,65533,4,跳闸输出解除信号,yx15,0,0,0,,,
,,65533,5,定值修改信号,yx16,0,0,0,,,
,,65533,6,V>保护,OV1,0,0,0,,,
,,65533,7,V>>保护,OV2,0,0,0,,,
,,65533,8,V>>>保护,OV3,0,0,0,,,
,,65533,9,V<保护,UV1,0,0,0,,,
,,65533,10,V<<保护,UV2,0,0,0,,,
,,65533,11,V<<<保护,UV3,0,0,0,,,
,,65533,12,V0>保护,EOV1,0,0,0,,,
,,65533,13,V0>>保护,EOV2,0,0,0,,,
,,65533,14,V0>>>保护,EOV3,0,0,0,,,
,,65533,15,tU>保护,tOU1,0,0,0,,,
,,65533,16,tU>>保护,tOU2,0,0,0,,,
,,65533,17,tU>>>保护,tOU3,0,0,0,,,
,,65533,18,tU<保护,tUU1,0,0,0,,,
,,65533,19,tU<<保护,tUU2,0,0,0,,,
,,65533,20,tU<<<保护,tUU3,0,0,0,,,
,,65533,21,tV0>保护,tEOV1,0,0,0,,,
,,65533,22,tV0>>保护,tEOV2,0,0,0,,,
,,65533,23,tV0>>>保护,tEOV3,0,0,0,,,
,,65533,24,tAUX1保护,tAux1,0,0,0,,,
,,65533,25,tAUX2保护,tAux2,0,0,0,,,
,,65533,35,跳闸:tV>,TripOV1,0,0,0,,,
,,65533,36,跳闸:tV>>,TripOV2,0,0,0,,,
,,65533,37,跳闸:tV>>>,TripOV3,0,0,0,,,
,,65533,38,跳闸:tV<,TripUV1,0,0,0,,,
,,65533,39,跳闸:tV<<,TripUV2,0,0,0,,,
,,65533,40,跳闸:tV<<<,TripUV3,0,0,0,,,
,,65533,41,跳闸:tV0>,TripEOV1,0,0,0,,,
,,65533,42,跳闸:tV0>>,TripEOV2,0,0,0,,,
,,65533,43,跳闸:tV0>>>,TripEOV3,0,0,0,,,
,,65533,55,V2>,UnbOV1,0,0,0,,,
,,65533,56,V2>>,UnbOV2,0,0,0,,,
,,65533,57,V1<,UV21,0,0,0,,,
,,65533,58,V1<<,UV22,0,0,0,,,
,,65533,65,tV2>,OtV21,0,0,0,,,
,,65533,66,tV2>>,OtV22,0,0,0,,,
,,65533,67,tV1<,UtV11,0,0,0,,,
,,65533,68,tV1<<,UtV12,0,0,0,,,
,,65533,69,tf1,tF1,0,0,0,,,
,,65535,65535,通讯状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 7 1 P922 P922
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 3 16 1 1 1000 0 0 22 100 0
5 3 48 8 32 1000 0 0 22 100 0
6 3 19 1 1 1000 0 0 22 100 0
7 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
8 [Point] YC 0 48 0.0001 0 0 A相电压有效值 0.01 VA
9 0 50 0.0001 0 0 B相电压有效值 0.01 VB
10 0 52 0.0001 0 0 C相电压有效值 0.01 VC
11 0 54 0.0001 0 0 零序电压有效值 0.01 V0
12 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
13 [Point] YK 16387 0 0 out3(跳闸) 0 0 n
14 16388 0 0 out4(合闸) 0 0 n
15 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
16 [Point] YX 16 0 开入1状态 DI1 0 0 0
17 16 1 开入2状态 DI2 0 0 0
18 16 2 开入3状态 DI3 0 0 0
19 16 3 开入4状态 DI4 0 0 0
20 16 4 开入5状态 DI5 0 0 0
21 19 0 RL1状态 DO1 0 0 0
22 19 1 RL2状态 DO2 0 0 0
23 19 2 RL3状态 DO3 0 0 0
24 19 3 RL4状态 DO4 0 0 0
25 19 4 RL0看门狗状态 WatchDog 0 0 0
26 19 5 RL5状态 DO5 0 0 0
27 65533 1 遥控合闸信号 yx12 0 0 0
28 65533 2 遥控分闸信号 yx13 0 0 0
29 65533 3 故障录波的起动信号 yx14 0 0 0
30 65533 4 跳闸输出解除信号 yx15 0 0 0
31 65533 5 定值修改信号 yx16 0 0 0
32 65533 6 V>保护 OV1 0 0 0
33 65533 7 V>>保护 OV2 0 0 0
34 65533 8 V>>>保护 OV3 0 0 0
35 65533 9 V<保护 UV1 0 0 0
36 65533 10 V<<保护 UV2 0 0 0
37 65533 11 V<<<保护 UV3 0 0 0
38 65533 12 V0>保护 EOV1 0 0 0
39 65533 13 V0>>保护 EOV2 0 0 0
40 65533 14 V0>>>保护 EOV3 0 0 0
41 65533 15 tU>保护 tOU1 0 0 0
42 65533 16 tU>>保护 tOU2 0 0 0
43 65533 17 tU>>>保护 tOU3 0 0 0
44 65533 18 tU<保护 tUU1 0 0 0
45 65533 19 tU<<保护 tUU2 0 0 0
46 65533 20 tU<<<保护 tUU3 0 0 0
47 65533 21 tV0>保护 tEOV1 0 0 0
48 65533 22 tV0>>保护 tEOV2 0 0 0
49 65533 23 tV0>>>保护 tEOV3 0 0 0
50 65533 24 tAUX1保护 tAux1 0 0 0
51 65533 25 tAUX2保护 tAux2 0 0 0
52 65533 35 跳闸:tV> TripOV1 0 0 0
53 65533 36 跳闸:tV>> TripOV2 0 0 0
54 65533 37 跳闸:tV>>> TripOV3 0 0 0
55 65533 38 跳闸:tV< TripUV1 0 0 0
56 65533 39 跳闸:tV<< TripUV2 0 0 0
57 65533 40 跳闸:tV<<< TripUV3 0 0 0
58 65533 41 跳闸:tV0> TripEOV1 0 0 0
59 65533 42 跳闸:tV0>> TripEOV2 0 0 0
60 65533 43 跳闸:tV0>>> TripEOV3 0 0 0
61 65533 55 V2> UnbOV1 0 0 0
62 65533 56 V2>> UnbOV2 0 0 0
63 65533 57 V1< UV21 0 0 0
64 65533 58 V1<< UV22 0 0 0
65 65533 65 tV2> OtV21 0 0 0
66 65533 66 tV2>> OtV22 0 0 0
67 65533 67 tV1< UtV11 0 0 0
68 65533 68 tV1<< UtV12 0 0 0
69 65533 69 tf1 tF1 0 0 0
70 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,43 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],1,7,1,P142,P142,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,4,724,2,1,1000,0,0,20,300000,0
,,4,701,12,32,1000,1,0,20,100,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,701,1,0,0,A相电流,0.001,IA,,
,,0,703,1,0,0,B相电流,0.001,IB,,
,,0,705,1,0,0,C相电流,0.001,IC,,
,,0,707,1,0,0,AB线电压,0.001,UAB,,
,,0,709,1,0,0,BC线电压,0.001,UBC,,
,,0,711,1,0,0,CA线电压,0.001,UCA,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,20,20,4,默认遥控点,1,2,n,,,
,,951,951,4,虚拟遥控1,1,2,Null,,,
,,952,952,4,虚拟遥控2,1,2,Null,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,6,243,过流保护1动作,OC1,0,1,0,,,
,,6,247,过流保护2动作,OC2,0,1,0,,,
,,6,251,过流保护3动作,OC3,0,1,0,,,
,,6,255,过流保护4动作,OC4,0,1,0,,,
,,6,261,零序过流1,EOC1,0,1,0,,,
,,6,262,零序过流2,EOC2,0,1,0,,,
,,6,263,零序过流3,EOC3,0,1,0,,,
,,6,264,零序过流4,EOC4,0,1,0,,,
,,6,278,低压1动作,UV1,0,1,0,,,
,,6,282,低压2动作,UV2,0,1,0,,,
,,6,286,过压1动作,OV1,0,1,0,,,
,,6,290,过压2动作,OV2,0,1,0,,,
,,7,21,时间同步,TimeLock,0,1,0,,,
,,11,5,VT断线告警,VTS,0,1,0,,,
,,11,6,ct断线告警,CTS,0,0,0,,,
,,11,7,CBFailAlarm,CBFail,0,0,0,,,
,,11,15,CBStatusAlarm,CBAlarm,0,0,0,,,
,,725,0,开入1,DI1,0,0,0,,,
,,725,1,开入2,DI2,0,0,0,,,
,,725,2,开入3,DI3,0,0,0,,,
,,725,3,开入4,DI4,0,0,0,,,
,,725,4,开入5,DI5,0,0,0,,,
,,725,5,开入6,DI6,0,0,0,,,
,,725,6,开入7,DI7,0,0,0,,,
,,725,7,开入8,DI8,0,0,0,,,
,,65535,65535,通讯状态,TX,0,1,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 7 1 P142 P142
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 4 724 2 1 1000 0 0 20 300000 0
5 4 701 12 32 1000 1 0 20 100 0
6 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
7 [Point] YC 0 701 1 0 0 A相电流 0.001 IA
8 0 703 1 0 0 B相电流 0.001 IB
9 0 705 1 0 0 C相电流 0.001 IC
10 0 707 1 0 0 AB线电压 0.001 UAB
11 0 709 1 0 0 BC线电压 0.001 UBC
12 0 711 1 0 0 CA线电压 0.001 UCA
13 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
14 [Point] YK 20 20 4 默认遥控点 1 2 n
15 951 951 4 虚拟遥控1 1 2 Null
16 952 952 4 虚拟遥控2 1 2 Null
17 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
18 [Point] YX 6 243 过流保护1动作 OC1 0 1 0
19 6 247 过流保护2动作 OC2 0 1 0
20 6 251 过流保护3动作 OC3 0 1 0
21 6 255 过流保护4动作 OC4 0 1 0
22 6 261 零序过流1 EOC1 0 1 0
23 6 262 零序过流2 EOC2 0 1 0
24 6 263 零序过流3 EOC3 0 1 0
25 6 264 零序过流4 EOC4 0 1 0
26 6 278 低压1动作 UV1 0 1 0
27 6 282 低压2动作 UV2 0 1 0
28 6 286 过压1动作 OV1 0 1 0
29 6 290 过压2动作 OV2 0 1 0
30 7 21 时间同步 TimeLock 0 1 0
31 11 5 VT断线告警 VTS 0 1 0
32 11 6 ct断线告警 CTS 0 0 0
33 11 7 CBFailAlarm CBFail 0 0 0
34 11 15 CBStatusAlarm CBAlarm 0 0 0
35 725 0 开入1 DI1 0 0 0
36 725 1 开入2 DI2 0 0 0
37 725 2 开入3 DI3 0 0 0
38 725 3 开入4 DI4 0 0 0
39 725 4 开入5 DI5 0 0 0
40 725 5 开入6 DI6 0 0 0
41 725 6 开入7 DI7 0 0 0
42 725 7 开入8 DI8 0 0 0
43 65535 65535 通讯状态 TX 0 1 0

View File

@ -1,71 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],4,5,1,P14X-46-P141,P142,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,4,11024,2,1,1000,0,0,20,300,1
,,4,411,8,32,1000,2,2,20,1000,0
,,4,247,2,32,1000,0,0,20,1000,0
,,4,208,2,32,1000,0,0,20,1000,0
,,4,11013,8,16,1000,1,0,20,1000,0
,,4,11001,12,32,1000,0,0,20,1000,0
,,4,405,4,32,1000,2,0,20,1000,0
,,4,214,8,32,1000,0,0,20,1000,0
,,4,211,2,32,1000,0,0,20,1000,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,208,0.1,0,0,IN1-MEA,0.01,I0,,
,,0,211,0.1,0,0,IN2DER,0.01,IG,,
,,0,214,0.1,0,0,ISEF,0.01,ISEF,,
,,0,247,0.001,0,0,VN,0.001,V0,,
,,0,405,0.001,0,0,P,0.001,P,,
,,0,407,0.001,0,0,Q,0.001,Q,,
,,0,11001,0.1,0,0,IA,0.01,IA,,
,,0,11003,0.1,0,0,IB,0.01,IB,,
,,0,11005,0.1,0,0,IC,0.01,IC,,
,,0,11007,0.001,0,0,UAB,0.001,UAB,,
,,0,11009,0.001,0,0,UBC,0.001,UBC,,
,,0,11011,0.001,0,0,UCA,0.001,UCA,,
,,0,11019,10,0,0,COS,0.01,PF,,
,,0,11020,1,0,0,F,0.01,F,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,951,952,4,yk1,1,1,Null,,,
,,953,953,4,yk3,1,0,Null,,,
[Title],点类型,功能号,信息号,放大系数,修正值,点描述,装置系数 ,点名缩写,,,
[Point],YM,0,411,0.001,0,Ep_imp,0.001,EPd,,,
,,0,413,0.001,0,Ep_exp,0.001,EPr,,,
,,0,415,0.001,0,Eq_imp,0.001,EQd,,,
,,0,417,0.001,0,Eq_exp,0.001,EQr,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,6,148,VTS,VTS,0,0,0,,,
,,6,149,CTS,CTS,0,0,0,,,
,,6,243,1stOverCurrenttI__Trip,OC1,0,0,0,,,
,,6,247,2ndOverCurrenttI__Trip,OC2,0,0,0,,,
,,6,251,3rdOverCurrenttI__Trip,OC3,0,0,0,,,
,,6,255,4thOverCurrenttI__Trip,OC4,0,0,0,,,
,,6,261,1stOverCurrenttIN_Trip,EOC1,0,0,0,,,
,,6,262,2ndOverCurrenttIN_Trip,EOC2,0,0,0,,,
,,6,263,3rdOverCurrenttIN_Trip,EOC3,0,0,0,,,
,,6,265,1stOverCurrenttIN2_Trip,E2OC1,0,0,0,,,
,,6,266,2ndOverCurrenttIN2_Trip,E2OC2,0,0,0,,,
,,6,267,3rdOverCurrenttIN2_Trip,E2OC3,0,0,0,,,
,,6,269,ISEF_Trip,SEF,0,0,0,,,
,,6,274,1stOverVoltageVN_Trip,EOV1,0,0,0,,,
,,6,275,2ndOverVoltageVN_Trip,EOV2,0,0,0,,,
,,6,277,NPSOverVoltageV2_Trip,NPSOV,0,0,0,,,
,,6,278,1stUnderVoltageV_Trip,UV1,0,0,0,,,
,,6,282,2ndUnderVoltageV_Trip,UV2,0,0,0,,,
,,6,286,1stOverVoltageV_Trip,OV1,0,0,0,,,
,,6,290,2ndOverVoltageV_Trip,OV2,0,0,0,,,
,,6,371,AutoClose,Recloser,0,0,0,,,
,,6,513,1stNPSOvercurrentI2_Trip,NPSOC1,0,0,0,,,
,,6,514,2ndNPSOvercurrentI2_Trip,NPSOC2,0,0,0,,,
,,11025,0,IP1,DI1,0,0,0,,,
,,11025,1,IP2,DI2,0,0,0,,,
,,11025,2,IP3,DI3,0,0,0,,,
,,11025,3,IP4,DI4,0,0,0,,,
,,11025,4,IP5,DI5,0,0,0,,,
,,11025,5,IP6,DI6,0,0,0,,,
,,11025,6,IP7,DI7,0,0,0,,,
,,11025,7,IP8,DI8,0,0,0,,,
,,11025,8,IP9,DI9,0,0,0,,,
,,11025,9,BY1,BY1,0,0,0,,,
,,11025,10,BY2,BY2,0,0,0,,,
,,65535,65535,TX,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 4 5 1 P14X-46-P141 P142
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 4 11024 2 1 1000 0 0 20 300 1
5 4 411 8 32 1000 2 2 20 1000 0
6 4 247 2 32 1000 0 0 20 1000 0
7 4 208 2 32 1000 0 0 20 1000 0
8 4 11013 8 16 1000 1 0 20 1000 0
9 4 11001 12 32 1000 0 0 20 1000 0
10 4 405 4 32 1000 2 0 20 1000 0
11 4 214 8 32 1000 0 0 20 1000 0
12 4 211 2 32 1000 0 0 20 1000 0
13 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
14 [Point] YC 0 208 0.1 0 0 IN1-MEA 0.01 I0
15 0 211 0.1 0 0 IN2DER 0.01 IG
16 0 214 0.1 0 0 ISEF 0.01 ISEF
17 0 247 0.001 0 0 VN 0.001 V0
18 0 405 0.001 0 0 P 0.001 P
19 0 407 0.001 0 0 Q 0.001 Q
20 0 11001 0.1 0 0 IA 0.01 IA
21 0 11003 0.1 0 0 IB 0.01 IB
22 0 11005 0.1 0 0 IC 0.01 IC
23 0 11007 0.001 0 0 UAB 0.001 UAB
24 0 11009 0.001 0 0 UBC 0.001 UBC
25 0 11011 0.001 0 0 UCA 0.001 UCA
26 0 11019 10 0 0 COS 0.01 PF
27 0 11020 1 0 0 F 0.01 F
28 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
29 [Point] YK 951 952 4 yk1 1 1 Null
30 953 953 4 yk3 1 0 Null
31 [Title] 点类型 功能号 信息号 放大系数 修正值 点描述 装置系数 点名缩写
32 [Point] YM 0 411 0.001 0 Ep_imp 0.001 EPd
33 0 413 0.001 0 Ep_exp 0.001 EPr
34 0 415 0.001 0 Eq_imp 0.001 EQd
35 0 417 0.001 0 Eq_exp 0.001 EQr
36 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
37 [Point] YX 6 148 VTS VTS 0 0 0
38 6 149 CTS CTS 0 0 0
39 6 243 1stOverCurrenttI__Trip OC1 0 0 0
40 6 247 2ndOverCurrenttI__Trip OC2 0 0 0
41 6 251 3rdOverCurrenttI__Trip OC3 0 0 0
42 6 255 4thOverCurrenttI__Trip OC4 0 0 0
43 6 261 1stOverCurrenttIN_Trip EOC1 0 0 0
44 6 262 2ndOverCurrenttIN_Trip EOC2 0 0 0
45 6 263 3rdOverCurrenttIN_Trip EOC3 0 0 0
46 6 265 1stOverCurrenttIN2_Trip E2OC1 0 0 0
47 6 266 2ndOverCurrenttIN2_Trip E2OC2 0 0 0
48 6 267 3rdOverCurrenttIN2_Trip E2OC3 0 0 0
49 6 269 ISEF_Trip SEF 0 0 0
50 6 274 1stOverVoltageVN_Trip EOV1 0 0 0
51 6 275 2ndOverVoltageVN_Trip EOV2 0 0 0
52 6 277 NPSOverVoltageV2_Trip NPSOV 0 0 0
53 6 278 1stUnderVoltageV_Trip UV1 0 0 0
54 6 282 2ndUnderVoltageV_Trip UV2 0 0 0
55 6 286 1stOverVoltageV_Trip OV1 0 0 0
56 6 290 2ndOverVoltageV_Trip OV2 0 0 0
57 6 371 AutoClose Recloser 0 0 0
58 6 513 1stNPSOvercurrentI2_Trip NPSOC1 0 0 0
59 6 514 2ndNPSOvercurrentI2_Trip NPSOC2 0 0 0
60 11025 0 IP1 DI1 0 0 0
61 11025 1 IP2 DI2 0 0 0
62 11025 2 IP3 DI3 0 0 0
63 11025 3 IP4 DI4 0 0 0
64 11025 4 IP5 DI5 0 0 0
65 11025 5 IP6 DI6 0 0 0
66 11025 6 IP7 DI7 0 0 0
67 11025 7 IP8 DI8 0 0 0
68 11025 8 IP9 DI9 0 0 0
69 11025 9 BY1 BY1 0 0 0
70 11025 10 BY2 BY2 0 0 0
71 65535 65535 TX TX 0 0 0

View File

@ -1,70 +0,0 @@
[Title],Device address,Device Properties,ID,Device Model,Device Description,,,,,,
[Device],2,5,1,P143-46,P143,,,,,,
[Title],Point type,Function code,Starting address,Register length,Register type,Response time,Date type,Block type,Device serial number,Polling time,SOE
[Point],BLOCK,4,11002,12,32,1000,0,0,20,1000,0
,,4,11025,2,1,1000,0,0,20,100,1
,,4,11020,2,16,1000,1,0,20,100,0
,,4,30406,4,32,1000,0,0,20,1000,0
,,4,209,2,32,1000,0,0,20,100,0
,,4,212,2,32,1000,0,0,20,100,0
,,4,248,2,32,1000,0,0,20,100,0
[Title],Point type,Function number,Information number,Amplification factor,Correction value,Value_added,Point description,Device coefficient,Named abbreviation,,
[Point],YC,0,209,1,0,0,IN1,1,IN1,,
,,0,212,1,0,0,IN2,1,IN2,,
,,0,248,1,0,0,VN,1,VN,,
,,0,11002,1,0,0,IA,1,IA,,
,,0,11004,1,0,0,IB,1,IB,,
,,0,11006,1,0,0,IC,1,IC,,
,,0,11008,1,0,0,UAB,1,UAB,,
,,0,11010,1,0,0,UBC,1,UBC,,
,,0,11012,1,0,0,UCA,1,UCA,,
,,0,11020,1,0,0,COS,1,PF,,
,,0,11021,1,0,0,F,1,F,,
,,0,30406,1,0,0,P,1,P,,
,,0,30408,1,0,0,Q,1,Q,,
[Title],Point type,Function number,Information number,Remote properties,Point description,Remote parameter,Custom #1,Custom #2,,,
[Point],YK,951,952,4,yk1,1,1,Null,,,
,,952,952,0,yk2,0,0,Null,,,
,,953,953,0,yk3,0,0,Null,,,
,,954,954,0,yk4,0,0,Null,,,
[Title],Point type,Function number,Information number,Point description,Named abbreviation,Associate YX ID, YX Property,Custom #1,,,
[Point],YX,11025,0,IP1,DI1,0,0,0,,,
,,11025,1,IP2,DI2,0,0,0,,,
,,11025,2,IP3,DI3,0,0,0,,,
,,11025,3,IP4,DI4,0,0,0,,,
,,11025,4,IP5,DI5,0,0,0,,,
,,11025,5,IP6,DI6,0,0,0,,,
,,11025,6,IP7,DI7,0,0,0,,,
,,11025,7,IP8,DI8,0,0,0,,,
,,11025,8,IP9,DI9,0,0,0,,,
,,11025,9,IP10,DI10,0,0,0,,,
,,11025,10,IP11,DI11,0,0,0,,,
,,11025,11,IP12,DI12,0,0,0,,,
,,11025,12,IP13,DI13,0,0,0,,,
,,11025,13,IP14,DI14,0,0,0,,,
,,11025,14,IP15,DI15,0,0,0,,,
,,11025,15,IP16,DI16,0,0,0,,,
,,6,148,VTS,VTS,0,0,0,,,
,,6,149,CTS,CTS,0,0,0,,,
,,6,243,1st Over Currentt I__Trip,OC1,0,0,0,,,
,,6,247,2nd Over Currentt I__Trip,OC2,0,0,0,,,
,,6,251,3rd Over Currentt I__Trip,OC3,0,0,0,,,
,,6,255,4th Over Currentt I__Trip,OC4,0,0,0,,,
,,6,261,1st Over Currentt IN_Trip,EOC1,0,0,0,,,
,,6,262,2nd Over Currentt IN_Trip,EOC2,0,0,0,,,
,,6,263,3rd Over Currentt IN_Trip,EOC3,0,0,0,,,
,,6,265,1st Over Currentt IN2_Trip,E2OC1,0,0,0,,,
,,6,266,2nd Over Currentt IN2_Trip,E2OC2,0,0,0,,,
,,6,267,3rd Over Currentt IN2_Trip,E2OC3,0,0,0,,,
,,6,269,ISEF_Trip,SEF,0,0,0,,,
,,6,274,1st Over Voltage VN_Trip,EOV1,0,0,0,,,
,,6,275,2nd Over Voltage VN_Trip,EOV2,0,0,0,,,
,,6,277,NPS Over Voltage V2_Trip,NPSOV,0,0,0,,,
,,6,278,1st Under Voltage V_Trip,UV1,0,0,0,,,
,,6,282,2nd Under Voltage V_Trip,UV2,0,0,0,,,
,,6,286,1st Over Voltage V_Trip,OV1,0,0,0,,,
,,6,290,2nd Over Voltage V_Trip,OV2,0,0,0,,,
,,6,371,AutoClose,Recloser,0,0,0,,,
,,6,513,1st NPS Overcurrent I2_Trip,NPSOC1,0,0,0,,,
,,6,514,2nd NPS Overcurrent I2_Trip,NPSOC2,0,0,0,,,
,,65535,65535,TX,TX,0,0,0,,,
1 [Title] Device address Device Properties ID Device Model Device Description
2 [Device] 2 5 1 P143-46 P143
3 [Title] Point type Function code Starting address Register length Register type Response time Date type Block type Device serial number Polling time SOE
4 [Point] BLOCK 4 11002 12 32 1000 0 0 20 1000 0
5 4 11025 2 1 1000 0 0 20 100 1
6 4 11020 2 16 1000 1 0 20 100 0
7 4 30406 4 32 1000 0 0 20 1000 0
8 4 209 2 32 1000 0 0 20 100 0
9 4 212 2 32 1000 0 0 20 100 0
10 4 248 2 32 1000 0 0 20 100 0
11 [Title] Point type Function number Information number Amplification factor Correction value Value_added Point description Device coefficient Named abbreviation
12 [Point] YC 0 209 1 0 0 IN1 1 IN1
13 0 212 1 0 0 IN2 1 IN2
14 0 248 1 0 0 VN 1 VN
15 0 11002 1 0 0 IA 1 IA
16 0 11004 1 0 0 IB 1 IB
17 0 11006 1 0 0 IC 1 IC
18 0 11008 1 0 0 UAB 1 UAB
19 0 11010 1 0 0 UBC 1 UBC
20 0 11012 1 0 0 UCA 1 UCA
21 0 11020 1 0 0 COS 1 PF
22 0 11021 1 0 0 F 1 F
23 0 30406 1 0 0 P 1 P
24 0 30408 1 0 0 Q 1 Q
25 [Title] Point type Function number Information number Remote properties Point description Remote parameter Custom #1 Custom #2
26 [Point] YK 951 952 4 yk1 1 1 Null
27 952 952 0 yk2 0 0 Null
28 953 953 0 yk3 0 0 Null
29 954 954 0 yk4 0 0 Null
30 [Title] Point type Function number Information number Point description Named abbreviation Associate YX ID YX Property Custom #1
31 [Point] YX 11025 0 IP1 DI1 0 0 0
32 11025 1 IP2 DI2 0 0 0
33 11025 2 IP3 DI3 0 0 0
34 11025 3 IP4 DI4 0 0 0
35 11025 4 IP5 DI5 0 0 0
36 11025 5 IP6 DI6 0 0 0
37 11025 6 IP7 DI7 0 0 0
38 11025 7 IP8 DI8 0 0 0
39 11025 8 IP9 DI9 0 0 0
40 11025 9 IP10 DI10 0 0 0
41 11025 10 IP11 DI11 0 0 0
42 11025 11 IP12 DI12 0 0 0
43 11025 12 IP13 DI13 0 0 0
44 11025 13 IP14 DI14 0 0 0
45 11025 14 IP15 DI15 0 0 0
46 11025 15 IP16 DI16 0 0 0
47 6 148 VTS VTS 0 0 0
48 6 149 CTS CTS 0 0 0
49 6 243 1st Over Currentt I__Trip OC1 0 0 0
50 6 247 2nd Over Currentt I__Trip OC2 0 0 0
51 6 251 3rd Over Currentt I__Trip OC3 0 0 0
52 6 255 4th Over Currentt I__Trip OC4 0 0 0
53 6 261 1st Over Currentt IN_Trip EOC1 0 0 0
54 6 262 2nd Over Currentt IN_Trip EOC2 0 0 0
55 6 263 3rd Over Currentt IN_Trip EOC3 0 0 0
56 6 265 1st Over Currentt IN2_Trip E2OC1 0 0 0
57 6 266 2nd Over Currentt IN2_Trip E2OC2 0 0 0
58 6 267 3rd Over Currentt IN2_Trip E2OC3 0 0 0
59 6 269 ISEF_Trip SEF 0 0 0
60 6 274 1st Over Voltage VN_Trip EOV1 0 0 0
61 6 275 2nd Over Voltage VN_Trip EOV2 0 0 0
62 6 277 NPS Over Voltage V2_Trip NPSOV 0 0 0
63 6 278 1st Under Voltage V_Trip UV1 0 0 0
64 6 282 2nd Under Voltage V_Trip UV2 0 0 0
65 6 286 1st Over Voltage V_Trip OV1 0 0 0
66 6 290 2nd Over Voltage V_Trip OV2 0 0 0
67 6 371 AutoClose Recloser 0 0 0
68 6 513 1st NPS Overcurrent I2_Trip NPSOC1 0 0 0
69 6 514 2nd NPS Overcurrent I2_Trip NPSOC2 0 0 0
70 65535 65535 TX TX 0 0 0

View File

@ -1,49 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],1,7,1,P241,P241,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,4,701,12,32,1000,0,0,20,100,0
,,4,724,2,1,1000,0,0,20,100,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,701,1,0,0,A相电流,0.001,IA,,
,,0,703,1,0,0,B相电流,0.001,IB,,
,,0,705,1,0,0,C相电流,0.001,IC,,
,,0,707,1,0,0,AB相电压,0.001,UAB,,
,,0,709,1,0,0,BC相电压,0.001,UBC,,
,,0,711,1,0,0,CA相电压,0.001,UCA,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,20,20,4,断路器,1,2,n,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,6,13,过流保护1段A相动作,OC1A,0,0,0,,,
,,6,14,过流保护1段B相动作,OC1B,0,0,0,,,
,,6,15,过流保护1段C相动作,OC1C,0,0,0,,,
,,6,16,过流保护2段A相动作,OC2A,0,0,0,,,
,,6,17,过流保护2段B相动作,OC2B,0,0,0,,,
,,6,18,过流保护2段C相动作,OC2C,0,0,0,,,
,,6,19,低频保护1段动作,UF1,0,0,0,,,
,,6,20,低频保护2段动作,UF2,0,0,0,,,
,,6,21,灵敏零序过流保护1段动作,SOC1,0,0,0,,,
,,6,22,灵敏零序过流保护2段动作,SOC2,0,0,0,,,
,,6,23,零序过流1段动作,EOC1,0,0,0,,,
,,6,24,零序过流2段动作,EOC2,0,0,0,,,
,,6,25,低功率1段动作,UPower1,0,0,0,,,
,,6,26,低功率2段动作,UPower2,0,0,0,,,
,,6,30,负序过流1段动作,UnbOC1,0,0,0,,,
,,6,31,负序过流2段动作,UnbOC2,0,0,0,,,
,,6,32,低电压1段动作,UV1,0,0,0,,,
,,6,33,过电压1段动作,OV1,0,0,0,,,
,,6,34,低电压2段动作,UV2,0,0,0,,,
,,6,35,过电压2段动作,OV2,0,0,0,,,
,,6,36,自产零序过电压1段动作,EOV1,0,0,0,,,
,,6,37,自产零序过电压2段动作,EOV2,0,0,0,,,
,,723,0,out1,DO1,0,0,0,,,
,,723,1,out2,DO2,0,0,0,,,
,,723,2,out3,DO3,0,0,0,,,
,,725,0,ip1,DI1,0,0,0,,,
,,725,1,ip2,DI2,0,0,0,,,
,,725,2,ip3,DI3,0,0,0,,,
,,725,3,ip4,DI4,0,0,0,,,
,,725,4,ip5,DI5,0,0,0,,,
,,725,5,ip6,DI6,0,0,0,,,
,,725,6,ip7,DI7,0,0,0,,,
,,725,7,ip8,DI8,0,0,0,,,
,,65535,65535,遥信状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 7 1 P241 P241
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 4 701 12 32 1000 0 0 20 100 0
5 4 724 2 1 1000 0 0 20 100 0
6 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
7 [Point] YC 0 701 1 0 0 A相电流 0.001 IA
8 0 703 1 0 0 B相电流 0.001 IB
9 0 705 1 0 0 C相电流 0.001 IC
10 0 707 1 0 0 AB相电压 0.001 UAB
11 0 709 1 0 0 BC相电压 0.001 UBC
12 0 711 1 0 0 CA相电压 0.001 UCA
13 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
14 [Point] YK 20 20 4 断路器 1 2 n
15 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
16 [Point] YX 6 13 过流保护1段A相动作 OC1A 0 0 0
17 6 14 过流保护1段B相动作 OC1B 0 0 0
18 6 15 过流保护1段C相动作 OC1C 0 0 0
19 6 16 过流保护2段A相动作 OC2A 0 0 0
20 6 17 过流保护2段B相动作 OC2B 0 0 0
21 6 18 过流保护2段C相动作 OC2C 0 0 0
22 6 19 低频保护1段动作 UF1 0 0 0
23 6 20 低频保护2段动作 UF2 0 0 0
24 6 21 灵敏零序过流保护1段动作 SOC1 0 0 0
25 6 22 灵敏零序过流保护2段动作 SOC2 0 0 0
26 6 23 零序过流1段动作 EOC1 0 0 0
27 6 24 零序过流2段动作 EOC2 0 0 0
28 6 25 低功率1段动作 UPower1 0 0 0
29 6 26 低功率2段动作 UPower2 0 0 0
30 6 30 负序过流1段动作 UnbOC1 0 0 0
31 6 31 负序过流2段动作 UnbOC2 0 0 0
32 6 32 低电压1段动作 UV1 0 0 0
33 6 33 过电压1段动作 OV1 0 0 0
34 6 34 低电压2段动作 UV2 0 0 0
35 6 35 过电压2段动作 OV2 0 0 0
36 6 36 自产零序过电压1段动作 EOV1 0 0 0
37 6 37 自产零序过电压2段动作 EOV2 0 0 0
38 723 0 out1 DO1 0 0 0
39 723 1 out2 DO2 0 0 0
40 723 2 out3 DO3 0 0 0
41 725 0 ip1 DI1 0 0 0
42 725 1 ip2 DI2 0 0 0
43 725 2 ip3 DI3 0 0 0
44 725 3 ip4 DI4 0 0 0
45 725 4 ip5 DI5 0 0 0
46 725 5 ip6 DI6 0 0 0
47 725 6 ip7 DI7 0 0 0
48 725 7 ip8 DI8 0 0 0
49 65535 65535 遥信状态 TX 0 0 0

View File

@ -1,52 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,
[Device],11,13,11,P632,2#主变保护(103),,,,
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写
[Point],YC,178,240,1000,0,1,高IB,0.001,OIB
,,178,240,1000,0,2,高IC,0.001,OIC
,,178,240,1000,0,3,低IA,0.001,UIA
,,178,240,1000,0,4,低IB,0.001,UIB
,,178,240,1000,0,5,低IC,0.001,UIC
,,178,240,1000,0,6,高IN,0.001,OIN
,,178,240,1000,0,7,低IN,0.001,UIN
,,178,240,1000,0,8,差流1,0.001,I1D
,,178,240,1000,0,9,差流2,0.001,I2D
,,178,240,1000,0,10,差流3,0.001,I3D
,,178,240,1000,0,0,高IA,0.001,OIA
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,
[Point],YK,56,52,0,LogicTrigger01,57,52,0,
,,57,52,0,LogicTrigger02,0,0,0,
,,58,52,0,LogicTrigger03,59,52,0,
,,59,52,0,LogicTrigger04,0,0,0,
,,60,52,0,LogicTrigger05,0,0,0,
,,61,52,0,LogicTrigger06,0,0,0,
,,62,52,0,LogicTrigger07,0,0,0,
,,63,52,0,LogicTrigger08,0,0,0,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,
[Point],YX,176,27,电源断电信号,yx1,0,0,0,
,,176,28,加热电源断电信号,yx2,0,0,0,
,,176,29,5#CB近控信号,yx3,0,0,0,
,,176,30,DS\ES近控信号,yx4,0,0,0,
,,179,81,解锁信号,yx5,0,0,0,
,,179,82,TV二次断电信号,yx6,0,0,0,
,,179,83,A\B\C带电信号,yx7,0,0,0,
,,179,84,弹簧电机未储能,MCGOff,0,0,0,
,,179,85,5#CB断路器低气压闭锁,yx9,0,0,0,
,,179,86,4#CB断路器1#气室补气信号,yx10,0,0,0,
,,179,87,4#CB断路器2#气室补气信号,yx11,0,0,0,
,,179,88,4#CB断路器3#气室补气信号,yx12,0,0,0,
,,179,89,4#CB断路器4#气室补气信号,yx13,0,0,0,
,,179,90,4#CB断路器5#气室补气信号,yx14,0,0,0,
,,179,91,备用1,BY1,0,0,0,
,,179,92,51DS合位,yx16,0,0,0,
,,179,94,差动动作1,Diff1,0,0,0,
,,179,102,差动动作2,Diff2,0,0,0,
,,179,104,CT断线,CTS,0,0,0,
,,180,195,52DS合位,yx17,0,0,0,
,,180,196,51ES合位,yx18,0,0,0,
,,180,197,52ES合位,yx19,0,0,0,
,,180,198,备用2,BY2,0,0,0,
,,180,199,5#CB就地位置,Local5#CB,0,0,0,
,,180,200,限制性接地保护动作,yx22,0,0,0,
,,180,201,有载调压重瓦斯跳闸,LGT,0,0,0,
,,180,202,有载调压轻瓦斯报警,LLGA,0,0,0,
,,65535,65535,通讯状态,TX,0,0,0,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 11 13 11 P632 2#主变保护(103)
3 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
4 [Point] YC 178 240 1000 0 1 高IB 0.001 OIB
5 178 240 1000 0 2 高IC 0.001 OIC
6 178 240 1000 0 3 低IA 0.001 UIA
7 178 240 1000 0 4 低IB 0.001 UIB
8 178 240 1000 0 5 低IC 0.001 UIC
9 178 240 1000 0 6 高IN 0.001 OIN
10 178 240 1000 0 7 低IN 0.001 UIN
11 178 240 1000 0 8 差流1 0.001 I1D
12 178 240 1000 0 9 差流2 0.001 I2D
13 178 240 1000 0 10 差流3 0.001 I3D
14 178 240 1000 0 0 高IA 0.001 OIA
15 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
16 [Point] YK 56 52 0 LogicTrigger01 57 52 0
17 57 52 0 LogicTrigger02 0 0 0
18 58 52 0 LogicTrigger03 59 52 0
19 59 52 0 LogicTrigger04 0 0 0
20 60 52 0 LogicTrigger05 0 0 0
21 61 52 0 LogicTrigger06 0 0 0
22 62 52 0 LogicTrigger07 0 0 0
23 63 52 0 LogicTrigger08 0 0 0
24 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
25 [Point] YX 176 27 电源断电信号 yx1 0 0 0
26 176 28 加热电源断电信号 yx2 0 0 0
27 176 29 5#CB近控信号 yx3 0 0 0
28 176 30 DS\ES近控信号 yx4 0 0 0
29 179 81 解锁信号 yx5 0 0 0
30 179 82 TV二次断电信号 yx6 0 0 0
31 179 83 A\B\C带电信号 yx7 0 0 0
32 179 84 弹簧电机未储能 MCGOff 0 0 0
33 179 85 5#CB断路器低气压闭锁 yx9 0 0 0
34 179 86 4#CB断路器1#气室补气信号 yx10 0 0 0
35 179 87 4#CB断路器2#气室补气信号 yx11 0 0 0
36 179 88 4#CB断路器3#气室补气信号 yx12 0 0 0
37 179 89 4#CB断路器4#气室补气信号 yx13 0 0 0
38 179 90 4#CB断路器5#气室补气信号 yx14 0 0 0
39 179 91 备用1 BY1 0 0 0
40 179 92 51DS合位 yx16 0 0 0
41 179 94 差动动作1 Diff1 0 0 0
42 179 102 差动动作2 Diff2 0 0 0
43 179 104 CT断线 CTS 0 0 0
44 180 195 52DS合位 yx17 0 0 0
45 180 196 51ES合位 yx18 0 0 0
46 180 197 52ES合位 yx19 0 0 0
47 180 198 备用2 BY2 0 0 0
48 180 199 5#CB就地位置 Local5#CB 0 0 0
49 180 200 限制性接地保护动作 yx22 0 0 0
50 180 201 有载调压重瓦斯跳闸 LGT 0 0 0
51 180 202 有载调压轻瓦斯报警 LLGA 0 0 0
52 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,29 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],1,12,1,MT,1#变压器进线,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,660,10,1,1000,0,0,100,1000,1
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,7700,7700,0,断路器操作MT,0,0,0,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,660,0,开关状态,PosOn,0,0,0,,,
,,660,1,开关故障位置,CBFlt,0,0,0,,,
,,65535,65535,通讯状态1,TX1,0,0,0,,,
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],201,13,1,MT,1#变压器进线,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,1010,10,16,1000,0,0,0,1000,0
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,1015,1,0,0,A相电流,1,IA,,
,,0,1016,1,0,0,B相电流,1,IB,,
,,0,1017,1,0,0,C相电流,1,IC,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,65535,65535,通讯状态2,TX2,0,0,0,,,
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],51,13,1,MT,1#变压器进线,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,660,10,1,1000,0,0,100,1000,0
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,660,8,脱开,PosOff,0,0,0,,,
,,660,9,工作位置,RkdIn,0,0,0,,,
,,660,10,试验位置,RkdOut,0,0,0,,,
,,65535,65535,通讯状态3,TX3,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 12 1 MT 1#变压器进线
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 3 660 10 1 1000 0 0 100 1000 1
5 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
6 [Point] YK 7700 7700 0 断路器操作MT 0 0 0
7 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
8 [Point] YX 660 0 开关状态 PosOn 0 0 0
9 660 1 开关故障位置 CBFlt 0 0 0
10 65535 65535 通讯状态1 TX1 0 0 0
11 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
12 [Device] 201 13 1 MT 1#变压器进线
13 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
14 [Point] BLOCK 3 1010 10 16 1000 0 0 0 1000 0
15 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
16 [Point] YC 0 1015 1 0 0 A相电流 1 IA
17 0 1016 1 0 0 B相电流 1 IB
18 0 1017 1 0 0 C相电流 1 IC
19 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
20 [Point] YX 65535 65535 通讯状态2 TX2 0 0 0
21 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
22 [Device] 51 13 1 MT 1#变压器进线
23 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
24 [Point] BLOCK 3 660 10 1 1000 0 0 100 1000 0
25 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
26 [Point] YX 660 8 脱开 PosOff 0 0 0
27 660 9 工作位置 RkdIn 0 0 0
28 660 10 试验位置 RkdOut 0 0 0
29 65535 65535 通讯状态3 TX3 0 0 0

View File

@ -1,49 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],1,5,1,SEL351A,35kV-馈出线,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,3,0,30,16,1000,1,0,100,100,0
,,3,43,2,1,1000,0,0,100,100,1
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写,,
[Point],YC,0,0,1,0,0,IA,1,IA,,
,,0,2,1,0,0,IB,1,IB,,
,,0,4,1,0,0,IC,1,IC,,
,,0,8,1,0,0,IN,2,IN,,
,,0,11,1,0,0,VA,3,VA,,
,,0,14,1,0,0,VB,4,VB,,
,,0,17,1,0,0,VC,5,VC,,
,,0,20,1,0,0,VS,1,VS,,
,,0,23,1,0,0,P,3,P,,
,,0,25,1,0,0,Q,4,Q,,
,,0,26,1,0,0,COSФ,5,PF,,
,,0,28,1,0,0,F,1,F,,
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,,,
[Point],YK,24,24,0,遥控,0,0,n,,,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,0,6,遥合SV1T,SV1T,0,0,0,,,
,,0,7,遥分SV2T,SV2T,0,0,0,,,
,,0,8,SV3T,SV3T,0,0,0,,,
,,0,9,SV4T,SV4T,0,0,0,,,
,,0,10,SV5T,SV5T,0,0,0,,,
,,0,11,SV6T,SV6T,0,0,0,,,
,,0,12,SV7T,SV7T,0,0,0,,,
,,0,13,SV8T,SV8T,0,0,0,,,
,,0,14,SV9T,SV9T,0,0,0,,,
,,0,15,SV10T,SV10T,0,0,0,,,
,,0,16,SV11T,SV11T,0,0,0,,,
,,0,17,SV12T,SV12T,0,0,0,,,
,,0,18,装置告警,Devarm,0,0,0,,,
,,43,0,断路器合位,PosOn,0,0,0,,,
,,43,1,断路器分位,PosOff,0,0,0,,,
,,43,2,手车工作位,RkdIn,0,0,0,,,
,,43,3,弹簧未储能,NCGPos,0,0,0,,,
,,43,4,接地刀合位,ESPos,0,0,0,,,
,,43,5,操作位置,LocRem,0,0,0,,,
,,44,0,LT1,LT1,0,0,0,,,
,,44,1,LT2,LT2,0,0,0,,,
,,44,2,速断,OC1,0,0,0,,,
,,44,3,过流,OC2,0,0,0,,,
,,44,4,LT5,LT5,0,0,0,,,
,,44,5,LT6,LT6,0,0,0,,,
,,44,6,LT7,LT7,0,0,0,,,
,,44,7,LT8,LT8,0,0,0,,,
,,65535,65535,TX,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 5 1 SEL351A 35kV-馈出线
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 3 0 30 16 1000 1 0 100 100 0
5 3 43 2 1 1000 0 0 100 100 1
6 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
7 [Point] YC 0 0 1 0 0 IA 1 IA
8 0 2 1 0 0 IB 1 IB
9 0 4 1 0 0 IC 1 IC
10 0 8 1 0 0 IN 2 IN
11 0 11 1 0 0 VA 3 VA
12 0 14 1 0 0 VB 4 VB
13 0 17 1 0 0 VC 5 VC
14 0 20 1 0 0 VS 1 VS
15 0 23 1 0 0 P 3 P
16 0 25 1 0 0 Q 4 Q
17 0 26 1 0 0 COSФ 5 PF
18 0 28 1 0 0 F 1 F
19 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
20 [Point] YK 24 24 0 遥控 0 0 n
21 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
22 [Point] YX 0 6 遥合SV1T SV1T 0 0 0
23 0 7 遥分SV2T SV2T 0 0 0
24 0 8 SV3T SV3T 0 0 0
25 0 9 SV4T SV4T 0 0 0
26 0 10 SV5T SV5T 0 0 0
27 0 11 SV6T SV6T 0 0 0
28 0 12 SV7T SV7T 0 0 0
29 0 13 SV8T SV8T 0 0 0
30 0 14 SV9T SV9T 0 0 0
31 0 15 SV10T SV10T 0 0 0
32 0 16 SV11T SV11T 0 0 0
33 0 17 SV12T SV12T 0 0 0
34 0 18 装置告警 Devarm 0 0 0
35 43 0 断路器合位 PosOn 0 0 0
36 43 1 断路器分位 PosOff 0 0 0
37 43 2 手车工作位 RkdIn 0 0 0
38 43 3 弹簧未储能 NCGPos 0 0 0
39 43 4 接地刀合位 ESPos 0 0 0
40 43 5 操作位置 LocRem 0 0 0
41 44 0 LT1 LT1 0 0 0
42 44 1 LT2 LT2 0 0 0
43 44 2 速断 OC1 0 0 0
44 44 3 过流 OC2 0 0 0
45 44 4 LT5 LT5 0 0 0
46 44 5 LT6 LT6 0 0 0
47 44 6 LT7 LT7 0 0 0
48 44 7 LT8 LT8 0 0 0
49 65535 65535 TX TX 0 0 0

View File

@ -1,54 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,,,
[Device],1,5,1,2440,SEL2440,,,,,,
[Title],点类型,功能码,起始地址,寄存器长度,寄存器类型,响应时间,数据类型,块类型,设备系列号,轮巡时间,生成SOE
[Point],BLOCK,2,360,64,1,1000,0,0,45,100,0
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,,,
[Point],YX,0,367,IN101,DI1,0,0,0,,,
,,0,366,IN102,DI2,0,0,0,,,
,,0,365,IN103,DI3,0,0,0,,,
,,0,364,IN104,DI4,0,0,0,,,
,,0,363,IN105,DI5,0,0,0,,,
,,0,362,IN106,DI6,0,0,0,,,
,,0,361,IN107,DI7,0,0,0,,,
,,0,360,IN108,DI8,0,0,0,,,
,,0,375,IN109,DI9,0,0,0,,,
,,0,374,IN110,DI10,0,0,0,,,
,,0,373,IN111,DI11,0,0,0,,,
,,0,372,IN112,DI12,0,0,0,,,
,,0,371,IN113,DI13,0,0,0,,,
,,0,370,IN114,DI14,0,0,0,,,
,,0,369,IN115,DI15,0,0,0,,,
,,0,368,IN116,DI16,0,0,0,,,
,,0,399,IN201,DI17,0,0,0,,,
,,0,398,IN202,DI18,0,0,0,,,
,,0,397,IN203,DI19,0,0,0,,,
,,0,396,IN204,DI20,0,0,0,,,
,,0,395,IN205,DI21,0,0,0,,,
,,0,394,IN206,DI22,0,0,0,,,
,,0,393,IN207,DI23,0,0,0,,,
,,0,392,IN208,DI24,0,0,0,,,
,,0,407,IN209,DI25,0,0,0,,,
,,0,406,IN210,DI26,0,0,0,,,
,,0,405,IN211,DI27,0,0,0,,,
,,0,404,IN212,DI28,0,0,0,,,
,,0,403,IN213,DI29,0,0,0,,,
,,0,402,IN214,DI30,0,0,0,,,
,,0,401,IN215,DI31,0,0,0,,,
,,0,400,IN216,DI32,0,0,0,,,
,,0,415,IN301,DI33,0,0,0,,,
,,0,414,IN302,DI34,0,0,0,,,
,,0,413,IN303,DI35,0,0,0,,,
,,0,412,IN304,DI36,0,0,0,,,
,,0,411,IN305,DI37,0,0,0,,,
,,0,410,IN306,DI38,0,0,0,,,
,,0,409,IN307,DI39,0,0,0,,,
,,0,408,IN308,DI40,0,0,0,,,
,,0,423,IN309,DI41,0,0,0,,,
,,0,422,IN310,DI42,0,0,0,,,
,,0,421,IN311,DI43,0,0,0,,,
,,0,420,IN312,DI44,0,0,0,,,
,,0,419,IN313,DI45,0,0,0,,,
,,0,418,IN314,DI46,0,0,0,,,
,,0,417,IN315,DI47,0,0,0,,,
,,0,416,IN316,DI48,0,0,0,,,
,,65535,65535,通讯状态,TX,0,0,0,,,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 1 5 1 2440 SEL2440
3 [Title] 点类型 功能码 起始地址 寄存器长度 寄存器类型 响应时间 数据类型 块类型 设备系列号 轮巡时间 生成SOE
4 [Point] BLOCK 2 360 64 1 1000 0 0 45 100 0
5 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
6 [Point] YX 0 367 IN101 DI1 0 0 0
7 0 366 IN102 DI2 0 0 0
8 0 365 IN103 DI3 0 0 0
9 0 364 IN104 DI4 0 0 0
10 0 363 IN105 DI5 0 0 0
11 0 362 IN106 DI6 0 0 0
12 0 361 IN107 DI7 0 0 0
13 0 360 IN108 DI8 0 0 0
14 0 375 IN109 DI9 0 0 0
15 0 374 IN110 DI10 0 0 0
16 0 373 IN111 DI11 0 0 0
17 0 372 IN112 DI12 0 0 0
18 0 371 IN113 DI13 0 0 0
19 0 370 IN114 DI14 0 0 0
20 0 369 IN115 DI15 0 0 0
21 0 368 IN116 DI16 0 0 0
22 0 399 IN201 DI17 0 0 0
23 0 398 IN202 DI18 0 0 0
24 0 397 IN203 DI19 0 0 0
25 0 396 IN204 DI20 0 0 0
26 0 395 IN205 DI21 0 0 0
27 0 394 IN206 DI22 0 0 0
28 0 393 IN207 DI23 0 0 0
29 0 392 IN208 DI24 0 0 0
30 0 407 IN209 DI25 0 0 0
31 0 406 IN210 DI26 0 0 0
32 0 405 IN211 DI27 0 0 0
33 0 404 IN212 DI28 0 0 0
34 0 403 IN213 DI29 0 0 0
35 0 402 IN214 DI30 0 0 0
36 0 401 IN215 DI31 0 0 0
37 0 400 IN216 DI32 0 0 0
38 0 415 IN301 DI33 0 0 0
39 0 414 IN302 DI34 0 0 0
40 0 413 IN303 DI35 0 0 0
41 0 412 IN304 DI36 0 0 0
42 0 411 IN305 DI37 0 0 0
43 0 410 IN306 DI38 0 0 0
44 0 409 IN307 DI39 0 0 0
45 0 408 IN308 DI40 0 0 0
46 0 423 IN309 DI41 0 0 0
47 0 422 IN310 DI42 0 0 0
48 0 421 IN311 DI43 0 0 0
49 0 420 IN312 DI44 0 0 0
50 0 419 IN313 DI45 0 0 0
51 0 418 IN314 DI46 0 0 0
52 0 417 IN315 DI47 0 0 0
53 0 416 IN316 DI48 0 0 0
54 65535 65535 通讯状态 TX 0 0 0

View File

@ -1,58 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,
[Device],10,5,3,SEL-311B,SEL-311B-DNP,,,,
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写
[Point],YC,0,0,1,0,0,A相电流,1,IA
,,0,1,1,0,0,B相电流,1,IB
,,0,2,1,0,0,C相电流,1,IC
,,0,3,1,0,0,IP相电流,1,IG
,,0,4,1,0,0,VA相电压,1,VA
,,0,5,1,0,0,VB相电压,1,VB
,,0,6,1,0,0,VC相电压,1,VC
,,0,7,1,0,0,VS相电压,1,VS
,,0,8,1,0,0,三相有功,1,P
,,0,9,1,0,0,三相无功,1,Q
,,0,10,1,0,0,功率因数,1,PF
,,0,11,1,0,0,频率,1,F
,,0,12,1,0,0,输入有功电度,1,EPIn
,,0,13,1,0,0,输出有功电度,1,EPOut
,,0,14,1,0,0,输入无功电度,1,EQIn
,,0,15,1,0,0,输出无功电度,1,EQOut
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,
[Point],YK,0,0,0,RB01,0,0,n,
,,1,1,0,RB02,0,0,n,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,
[Point],YX,0,0,装置正常,Devhlt,0,0,0,
,,0,1,PT断线,VTS,0,0,0,
,,0,2,装置告警,Devarm,0,0,0,
,,0,3,IN101,DI1,0,0,0,
,,0,4,IN102,DI2,0,0,0,
,,0,5,IN103,DI3,0,0,0,
,,0,6,IN104,DI4,0,0,0,
,,0,7,IN105,DI5,0,0,0,
,,0,8,IN106,DI6,0,0,0,
,,0,9,中间变量SV1T,SV1T,0,0,0,
,,0,10,中间变量SV2T,SV2T,0,0,0,
,,0,11,中间变量SV3T,SV3T,0,0,0,
,,0,12,中间变量SV4T,SV4T,0,0,0,
,,0,13,中间变量SV5T,SV5T,0,0,0,
,,0,14,中间变量SV6T,SV6T,0,0,0,
,,0,15,中间变量SV7T,SV7T,0,0,0,
,,0,16,中间变量SV8T,SV8T,0,0,0,
,,0,17,中间变量SV9T,SV9T,0,0,0,
,,0,18,中间变量SV10T,SV10T,0,0,0,
,,0,19,中间变量SV11T,SV11T,0,0,0,
,,0,20,中间变量SV12T,SV12T,0,0,0,
,,0,21,中间变量SV13T,SV13T,0,0,0,
,,0,22,中间变量SV14T,SV14T,0,0,0,
,,0,23,中间变量SV15T,SV15T,0,0,0,
,,0,24,中间变量SV16T,SV16T,0,0,0,
,,0,25,区域一MHO距离保护,Z1MHODZ,0,0,0,
,,0,26,区域二MHO距离保护,Z2MHODZ,0,0,0,
,,0,27,过流I段,OC1,0,0,0,
,,0,28,过流II段,OC2,0,0,0,
,,0,29,过流III段,OC3,0,0,0,
,,0,30,区域一MHO相间距离保护,Z1MHOPP,0,0,0,
,,0,31,区域二MHO相间距离保护,Z2MHOPP,0,0,0,
,,0,32,区域三HO相间距离保护,Z3MHOPP,0,0,0,
,,0,33,区域一MHO接地距离保护,Z1MHOEARTH,0,0,0,
,,0,34,区域二MHO接地距离保护,Z2MHOEARTH,0,0,0,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 10 5 3 SEL-311B SEL-311B-DNP
3 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
4 [Point] YC 0 0 1 0 0 A相电流 1 IA
5 0 1 1 0 0 B相电流 1 IB
6 0 2 1 0 0 C相电流 1 IC
7 0 3 1 0 0 IP相电流 1 IG
8 0 4 1 0 0 VA相电压 1 VA
9 0 5 1 0 0 VB相电压 1 VB
10 0 6 1 0 0 VC相电压 1 VC
11 0 7 1 0 0 VS相电压 1 VS
12 0 8 1 0 0 三相有功 1 P
13 0 9 1 0 0 三相无功 1 Q
14 0 10 1 0 0 功率因数 1 PF
15 0 11 1 0 0 频率 1 F
16 0 12 1 0 0 输入有功电度 1 EPIn
17 0 13 1 0 0 输出有功电度 1 EPOut
18 0 14 1 0 0 输入无功电度 1 EQIn
19 0 15 1 0 0 输出无功电度 1 EQOut
20 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
21 [Point] YK 0 0 0 RB01 0 0 n
22 1 1 0 RB02 0 0 n
23 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
24 [Point] YX 0 0 装置正常 Devhlt 0 0 0
25 0 1 PT断线 VTS 0 0 0
26 0 2 装置告警 Devarm 0 0 0
27 0 3 IN101 DI1 0 0 0
28 0 4 IN102 DI2 0 0 0
29 0 5 IN103 DI3 0 0 0
30 0 6 IN104 DI4 0 0 0
31 0 7 IN105 DI5 0 0 0
32 0 8 IN106 DI6 0 0 0
33 0 9 中间变量SV1T SV1T 0 0 0
34 0 10 中间变量SV2T SV2T 0 0 0
35 0 11 中间变量SV3T SV3T 0 0 0
36 0 12 中间变量SV4T SV4T 0 0 0
37 0 13 中间变量SV5T SV5T 0 0 0
38 0 14 中间变量SV6T SV6T 0 0 0
39 0 15 中间变量SV7T SV7T 0 0 0
40 0 16 中间变量SV8T SV8T 0 0 0
41 0 17 中间变量SV9T SV9T 0 0 0
42 0 18 中间变量SV10T SV10T 0 0 0
43 0 19 中间变量SV11T SV11T 0 0 0
44 0 20 中间变量SV12T SV12T 0 0 0
45 0 21 中间变量SV13T SV13T 0 0 0
46 0 22 中间变量SV14T SV14T 0 0 0
47 0 23 中间变量SV15T SV15T 0 0 0
48 0 24 中间变量SV16T SV16T 0 0 0
49 0 25 区域一MHO距离保护 Z1MHODZ 0 0 0
50 0 26 区域二MHO距离保护 Z2MHODZ 0 0 0
51 0 27 过流I段 OC1 0 0 0
52 0 28 过流II段 OC2 0 0 0
53 0 29 过流III段 OC3 0 0 0
54 0 30 区域一MHO相间距离保护 Z1MHOPP 0 0 0
55 0 31 区域二MHO相间距离保护 Z2MHOPP 0 0 0
56 0 32 区域三HO相间距离保护 Z3MHOPP 0 0 0
57 0 33 区域一MHO接地距离保护 Z1MHOEARTH 0 0 0
58 0 34 区域二MHO接地距离保护 Z2MHOEARTH 0 0 0

View File

@ -1,58 +0,0 @@
[Title],设备地址,设备属性,协议ID,设备型号,设备描述,,,,
[Device],10,5,3,SEL-311B,SEL-311B,,,,
[Title],点类型,功能号,信息号,放大系数,修正值,附加值,点描述,装置系数 ,点名缩写
[Point],YC,0,0,1,0,0,A相电流,1,IA
,,0,1,1,0,0,B相电流,1,IB
,,0,2,1,0,0,C相电流,1,IC
,,0,3,1,0,0,IP相电流,1,IG
,,0,4,1,0,0,VA相电压,1,VA
,,0,5,1,0,0,VB相电压,1,VB
,,0,6,1,0,0,VC相电压,1,VC
,,0,7,1,0,0,VS相电压,1,VS
,,0,8,1,0,0,三相有功,1,P
,,0,9,1,0,0,三相无功,1,Q
,,0,10,1,0,0,功率因数,1,PF
,,0,11,1,0,0,频率,1,F
,,0,12,1,0,0,输入有功电度,1,EPIn
,,0,13,1,0,0,输出有功电度,1,EPOut
,,0,14,1,0,0,输入无功电度,1,EQIn
,,0,15,1,0,0,输出无功电度,1,EQOut
[Title],点类型,功能号,信息号,遥控属性,点描述,遥控参数,自定义#1,自定义#2,
[Point],YK,0,0,0,RB01,0,0,n,
,,1,1,0,RB02,0,0,n,
[Title],点类型,功能号,信息号,点描述,点名缩写,关联遥信点ID,遥信属性,自定义#1,
[Point],YX,0,0,装置正常,Devhlt,0,0,0,
,,0,1,PT断线,VTS,0,0,0,
,,0,2,装置告警,Devarm,0,0,0,
,,0,3,IN101,DI1,0,0,0,
,,0,4,IN102,DI2,0,0,0,
,,0,5,IN103,DI3,0,0,0,
,,0,6,IN104,DI4,0,0,0,
,,0,7,IN105,DI5,0,0,0,
,,0,8,IN106,DI6,0,0,0,
,,0,9,中间变量SV1T,SV1T,0,0,0,
,,0,10,中间变量SV2T,SV2T,0,0,0,
,,0,11,中间变量SV3T,SV3T,0,0,0,
,,0,12,中间变量SV4T,SV4T,0,0,0,
,,0,13,中间变量SV5T,SV5T,0,0,0,
,,0,14,中间变量SV6T,SV6T,0,0,0,
,,0,15,中间变量SV7T,SV7T,0,0,0,
,,0,16,中间变量SV8T,SV8T,0,0,0,
,,0,17,中间变量SV9T,SV9T,0,0,0,
,,0,18,中间变量SV10T,SV10T,0,0,0,
,,0,19,中间变量SV11T,SV11T,0,0,0,
,,0,20,中间变量SV12T,SV12T,0,0,0,
,,0,21,中间变量SV13T,SV13T,0,0,0,
,,0,22,中间变量SV14T,SV14T,0,0,0,
,,0,23,中间变量SV15T,SV15T,0,0,0,
,,0,24,中间变量SV16T,SV16T,0,0,0,
,,0,25,区域一MHO距离保护,Z1MHODZ,0,0,0,
,,0,26,区域二MHO距离保护,Z2MHODZ,0,0,0,
,,0,27,过流I段,OC1,0,0,0,
,,0,28,过流II段,OC2,0,0,0,
,,0,29,过流III段,OC3,0,0,0,
,,0,30,区域一MHO相间距离保护,Z1MHOPP,0,0,0,
,,0,31,区域二MHO相间距离保护,Z2MHOPP,0,0,0,
,,0,32,区域三HO相间距离保护,Z3MHOPP,0,0,0,
,,0,33,区域一MHO接地距离保护,Z1MHOEARTH,0,0,0,
,,0,34,区域二MHO接地距离保护,Z2MHOEARTH,0,0,0,
1 [Title] 设备地址 设备属性 协议ID 设备型号 设备描述
2 [Device] 10 5 3 SEL-311B SEL-311B
3 [Title] 点类型 功能号 信息号 放大系数 修正值 附加值 点描述 装置系数 点名缩写
4 [Point] YC 0 0 1 0 0 A相电流 1 IA
5 0 1 1 0 0 B相电流 1 IB
6 0 2 1 0 0 C相电流 1 IC
7 0 3 1 0 0 IP相电流 1 IG
8 0 4 1 0 0 VA相电压 1 VA
9 0 5 1 0 0 VB相电压 1 VB
10 0 6 1 0 0 VC相电压 1 VC
11 0 7 1 0 0 VS相电压 1 VS
12 0 8 1 0 0 三相有功 1 P
13 0 9 1 0 0 三相无功 1 Q
14 0 10 1 0 0 功率因数 1 PF
15 0 11 1 0 0 频率 1 F
16 0 12 1 0 0 输入有功电度 1 EPIn
17 0 13 1 0 0 输出有功电度 1 EPOut
18 0 14 1 0 0 输入无功电度 1 EQIn
19 0 15 1 0 0 输出无功电度 1 EQOut
20 [Title] 点类型 功能号 信息号 遥控属性 点描述 遥控参数 自定义#1 自定义#2
21 [Point] YK 0 0 0 RB01 0 0 n
22 1 1 0 RB02 0 0 n
23 [Title] 点类型 功能号 信息号 点描述 点名缩写 关联遥信点ID 遥信属性 自定义#1
24 [Point] YX 0 0 装置正常 Devhlt 0 0 0
25 0 1 PT断线 VTS 0 0 0
26 0 2 装置告警 Devarm 0 0 0
27 0 3 IN101 DI1 0 0 0
28 0 4 IN102 DI2 0 0 0
29 0 5 IN103 DI3 0 0 0
30 0 6 IN104 DI4 0 0 0
31 0 7 IN105 DI5 0 0 0
32 0 8 IN106 DI6 0 0 0
33 0 9 中间变量SV1T SV1T 0 0 0
34 0 10 中间变量SV2T SV2T 0 0 0
35 0 11 中间变量SV3T SV3T 0 0 0
36 0 12 中间变量SV4T SV4T 0 0 0
37 0 13 中间变量SV5T SV5T 0 0 0
38 0 14 中间变量SV6T SV6T 0 0 0
39 0 15 中间变量SV7T SV7T 0 0 0
40 0 16 中间变量SV8T SV8T 0 0 0
41 0 17 中间变量SV9T SV9T 0 0 0
42 0 18 中间变量SV10T SV10T 0 0 0
43 0 19 中间变量SV11T SV11T 0 0 0
44 0 20 中间变量SV12T SV12T 0 0 0
45 0 21 中间变量SV13T SV13T 0 0 0
46 0 22 中间变量SV14T SV14T 0 0 0
47 0 23 中间变量SV15T SV15T 0 0 0
48 0 24 中间变量SV16T SV16T 0 0 0
49 0 25 区域一MHO距离保护 Z1MHODZ 0 0 0
50 0 26 区域二MHO距离保护 Z2MHODZ 0 0 0
51 0 27 过流I段 OC1 0 0 0
52 0 28 过流II段 OC2 0 0 0
53 0 29 过流III段 OC3 0 0 0
54 0 30 区域一MHO相间距离保护 Z1MHOPP 0 0 0
55 0 31 区域二MHO相间距离保护 Z2MHOPP 0 0 0
56 0 32 区域三HO相间距离保护 Z3MHOPP 0 0 0
57 0 33 区域一MHO接地距离保护 Z1MHOEARTH 0 0 0
58 0 34 区域二MHO接地距离保护 Z2MHOEARTH 0 0 0

Some files were not shown because too many files have changed in this diff Show More