Rockwell Automation FactoryTalk View Machine Edition Users Guide User Manual

Page 606

Advertising
background image

F

ACTORY

T

ALK

V

IEW

M

ACHINE

E

DITION

U

SER

S

G

UIDE

E-4

• •

Here is a sample structure for an alarm XML document:.

You can specify multiple attributes for an element. For example, the alarm element
contains 12 possible attributes from the Advanced tab of the Alarm Setup editor.

For more information about alarm elements and their attributes, see Help for the Alarm
Import Export Wizard.

Element

Description

<alarms>

Root element.

<alarm>

Contains attributes from the Advanced tab of the
Alarm Setup editor, as well as the triggers and
messages elements.

<triggers>

Contains a trigger element for each trigger in the
Triggers tab of the Alarm Setup editor.

<trigger id=“T1” />

Contains attributes for the first alarm trigger.

<trigger id=“T2” />

Contains attributes for the second alarm trigger.

</triggers>

Indicates the end of the triggers element.

<messages>

Contains a message element for each message in
the Messages tab of the Alarm Setup editor.

<message id=“M1” />

Contains attributes for the first alarm message.

<message id=“M2” />

Contains attributes for the second alarm message.

</messages>

Indicates the end of the messages element.

</alarm>

Indicates

the

end of the alarm element.

</alarms>

Indicates the end of the alarms element.

Advertising