VirtualFramework/Data/Xml/01_YinHuanShiBie.xml

177 lines
4.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<Module>
<Scene>01_YinHuanShiBie</Scene>
<Type>All</Type>
<Name>隐患识别训练</Name>
<Icon>MoKuai1.png</Icon>
<Device>
<Name>扭矩扳手</Name>
<HighLight color="255,255,255"/>
<Path>SM_QvanChangJing/SM_JianZiLei/zuzhiqian</Path>
<Tip>扭矩扳手</Tip>
<BoxCollider size="0.15,0.05,0.06" center="-0.03,0,0"/>
<Icon>gongju/3.png</Icon>
</Device>
<Device>
<Name>渗透剂</Name>
<HighLight color="255,255,255"/>
<Path>SM_QvanChangJing/SM_JianZiLei/zuzhiqian</Path>
<Tip>渗透剂</Tip>
<BoxCollider size="0.15,0.05,0.06" center="-0.03,0,0"/>
<Icon>gongju/5.png</Icon>
</Device>
<Device>
<Name>万用表</Name>
<HighLight color="255,255,255"/>
<Path>SM_QvanChangJing/SM_JianZiLei/zuzhiqian</Path>
<Tip>万用表</Tip>
<BoxCollider size="0.15,0.05,0.06" center="-0.03,0,0"/>
<Icon>gongju/7.png</Icon>
</Device>
<Device>
<Name>热成像仪</Name>
<HighLight color="255,255,255"/>
<Path>SM_QvanChangJing/SM_JianZiLei/zuzhiqian</Path>
<Tip>热成像仪</Tip>
<BoxCollider size="0.15,0.05,0.06" center="-0.03,0,0"/>
<Icon>gongju/1.png</Icon>
</Device>
<Device>
<Name>超声波检测仪器</Name>
<HighLight color="255,255,255"/>
<Path>SM_QvanChangJing/SM_JianZiLei/zuzhiqian</Path>
<Tip>超声波检测仪器</Tip>
<BoxCollider size="0.15,0.05,0.06" center="-0.03,0,0"/>
<Icon>gongju/2.png</Icon>
</Device>
<Device>
<Name>可燃气体检测仪</Name>
<HighLight color="255,255,255"/>
<Path>SM_QvanChangJing/SM_JianZiLei/zuzhiqian</Path>
<Tip>可燃气体检测仪</Tip>
<BoxCollider size="0.15,0.05,0.06" center="-0.03,0,0"/>
<Icon>gongju/4.png</Icon>
</Device>
<Device>
<Name>喷壶</Name>
<HighLight color="255,255,255"/>
<Path>SM_QvanChangJing/SM_JianZiLei/zuzhiqian</Path>
<Tip>喷壶</Tip>
<BoxCollider size="0.15,0.05,0.06" center="-0.03,0,0"/>
<Icon>gongju/8.png</Icon>
</Device>
<Device>
<Name>声学成像仪</Name>
<HighLight color="255,255,255"/>
<Path>SM_QvanChangJing/SM_JianZiLei/zuzhiqian</Path>
<Tip>声学成像仪</Tip>
<BoxCollider size="0.15,0.05,0.06" center="-0.03,0,0"/>
<Icon>gongju/6.png</Icon>
</Device>
<FSM name="状态机1">
<State name="初始状态">
<Enter>
<Action type="Sequence">
<Action type="Log" value="启动状态机1初始状态"></Action>
<!--<Action type="UITimeOut" TimeStr="180" var="时间结束" varValue="1"></Action>-->
<Action type="TextTip" title="实训说明" value="化工厂反应区设备表面正常但隐藏5处隐患如法兰螺栓松动、焊缝裂纹、接地线锈蚀、法兰垫片腐蚀泄漏、阀门连接处泄漏等在3分钟内找出所有隐患并点击标记。
点击“确定”继续实训" audio="sound_1-1.mp3" btns="确定" alpha="0.5"/>
<Condition type="UIClick" value="UIRoot/PopUI/UITextTip/Mask/Content/BtnContent/确定"></Condition>
<Action type="UITimeOut" TimeStr="20" var="时间结束" varValue="1"></Action>
<Action type="UIShow" value="UITipWindowResetModule" isShow="true"></Action>
</Action>
</Enter>
<Exit>
<Action type="Sequence">
<Action type="Log" value="退出初始状态"></Action>
</Action>
</Exit>
</State>
<State name="处理法兰螺丝松动">
<Enter>
<Action type="Sequence">
<!--<Action type="Log" value="到了状态1"></Action>-->
</Action>
</Enter>
<Exit>
<Action type="Sequence">
<!--<Action type="Log" value="状态1"></Action>-->
</Action>
</Exit>
</State>
<Transision from="any" to="处理失败">
<Condition type="Var" name="时间结束" value="1"></Condition>
</Transision>
<Transision from="any" to="处理成功">
<Condition type="Var" name="处理成功" value="1"></Condition>
</Transision>
<Transision from="any" to="处理失败">
<Condition type="Var" name="处理失败" value="0"></Condition>
</Transision>
</FSM>
</Module>