Example: Graphic display XML file structure
The following example shows the basic structure of a
FactoryTalk View ME
graphic display XML file.<?xml version="1.0" encoding="UTF-8"?> <gfx> <displaySettings/> <someObject1> (The 'someObject' element can represent any ME graphic object) <connections> <connection/> </connections> <animations> <animateSomeanimation/> </animations> </someObject1> <someObject2/> <group> <someGroupedObject1> (The 'someGroupedObject' element can represent any ME graphic object) <connections> <connection/> </connections> <animations> <animateSomeAnimation/> (The 'SomeAnimation' element can represent any type of animation) </animations> </someGroupedObject1> <someGroupedObject2> </someGroupedObject2> </group> </gfx>
Provide Feedback