VirtualFramework/Data/Xml/01_YinHuanShiBie.xml

86 lines
1.6 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>
<FSM name="状态机1">
<State name="初始状态">
<Enter>
<Action type="Sequence">
<Action type="Log" value="到初始状态!!!!"></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"/>
<Action type="UITimeOut" TimeStr="20" var="时间结束" varValue="1"></Action>
</Action>
</Enter>
<Exit>
<Action type="Sequence">
<Action type="Log" value="退出初始状态"></Action>
</Action>
</Exit>
</State>
<State name="状态1">
<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="状态1">
<Condition type="Var" name="时间结束" value="1"></Condition>
</Transision>
</FSM>
</Module>