示例:图形画面 XML 文件结构
以下示例所示为
FactoryTalk View ME
图形画面 XML 文件的基本结构。<?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>
提供反馈