Index

The Index element is used to define the connected EtherCatObject hex format memory address.

XML schema

Element Index
1
2
3
4
5
<xs:simpleType name="Index">
  <xs:restriction base="xs:string">
    <xs:pattern value="0x[0-9A-Fa-f]{4}"/>
  </xs:restriction>
</xs:simpleType>

See also

EtherCatObject

Reference for the EtherCatObject.