Rockwell Automation FactoryTalk View Machine Edition Users Guide User Manual

Page 627

Advertising
background image

H

Import and export graphics XML files

H-5

• •

You can specify multiple attributes for an element. For example, the caption element
contains 13 possible attributes.

Elements for group objects begin with <group> and end with </group>. The <group>
element contains all the elements for each object in the group.

For more information about graphic object elements and their attributes, see Help for the
Graphics Import Export Wizard.

<states>

Contains state elements for each of the object’s states.

<state stateid=“0”>

Contains attributes for the object’s first state, as well as
elements for the state’s caption and image.

<caption />

Contains attributes for the state’s caption.

<imageSettings />

Contains attributes for the state’s image.

</state>

Indicates the end of the state element.

<state stateid=“1”>

Contains attributes for the object’s second state, as well as
elements for the state’s caption and image.

<caption />

Contains attributes for the state’s caption.

<imageSettings />

Contains attributes for the state’s image.

</state>

Indicates the end of the state element.

</states>

Indicates

the

end of the states element.

<connections>

Contains a connection element for each connection assigned
to the object.

<connection name= “Value” /> Contains attributes for the Value connection.

<connection name= “Indicator”

/>

Contains attributes for the Indicator connection.

</connections>

Indicates the end of the connections element.

</object2>

Indicates the end of the object2 element.

</gfx>

Indicates the end of the gfx element.

Element

Description

Advertising