Device Configuration - ABB IRC5 Applications Manual

Hide thumbs Also See for IRC5:
Table of Contents

Advertisement

3 Configuration

3.4 Device configuration

3.4 Device configuration
Overview
The device configuration file Configuration.xml is located in the corresponding
subdirectory of the device. It defines the enumerated and complex types used by
the device and identifies the available parameters, which can be subscribed for
cyclic transmission. The configuration file can be defined according to the XML
schema Configuration.xsd. The following document shows a simplified device
configuration.
Example
Enums
In the Enums section each Enum element defines an enumerated type. The Name
attribute of the Enum element specifies the name of the enumerated type, the
optional Link attribute identifies if the members of the enumerated type have internal
linkage.
Element
Enum
Continues on next page
24
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<Enums>
<Enum Name="opmode" Link="Intern">
<Member Name="ReducedSpeed" Alias="Alias"/>
</Enum>
</Enums>
<Records>
<Record Name="senddata">
<Field Name="PlannedPose" Type="Pose" Link="Intern" />
</Record>
</Records>
<Properties>
<Property Name="DataToSend" Type="senddata" Flag="WriteOnly"
/>
</Properties>
</Configuration>
Attribute
Descriptions
Name
Name of enumer-
ated type
Link
Linkage of mem-
bers of enumer-
ated type
© Copyright 2008-2009,2013 ABB. All rights reserved.
Value
Comment
A valid RAPID
Maximum 16 characters.
symbol name
Intern
Optional. Can be omitted if
members only have RAPID
linkage.
3HAC031973-001 Revision: F

Advertisement

Table of Contents
loading

Table of Contents