EtherCatSubObject

The EtherCatSubObject element is used to define the connected EtherCatSubObject configurations.

XML schema

Element EtherCatSubObject
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<xs:complexType name="EtherCatSubObject">
  <xs:simpleContent>
    <xs:extension base ="xs:string">
      <xs:attribute name="Name" type="xs:string" use="optional"/>
      <xs:attribute name="SubIndex" type="xs:unsignedByte" use="required"/>
      <xs:attribute name="DataType" type="DataType" use="required"/>
      <xs:attribute name="Value" type="xs:string" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>

Attribute

Description

Name

Name of the EtherCatSubObject.

SubIndex

Index of the EtherCatSubObject. Must be unique within the set of SubObjects.

DataType

Data type of the EtherCatSubObject.

Value

Value stored at this address in memory.