修改分光镜状态机
This commit is contained in:
parent
47921db416
commit
02a0e3b844
@ -7,31 +7,25 @@
|
|||||||
<Type>All</Type>
|
<Type>All</Type>
|
||||||
<Name>分光镜的使用</Name>
|
<Name>分光镜的使用</Name>
|
||||||
|
|
||||||
|
<FSM name="状态机1">
|
||||||
|
<State name="初始状态">
|
||||||
|
<Enter>
|
||||||
|
<Action type="Sequence">
|
||||||
|
<Action type="UIShow" value="UIOperationList"></Action>
|
||||||
|
<Action type="NextOperation"></Action>
|
||||||
|
</Action>
|
||||||
|
</Enter>
|
||||||
|
</State>
|
||||||
|
|
||||||
<FSM name="初始化状态机">
|
|
||||||
<State name="初始化">
|
|
||||||
<Enter>
|
|
||||||
<Action type="Sequence">
|
|
||||||
<Action type="UIShow" value="UIOperationList" isShow="true"></Action>
|
|
||||||
<Action type="NextOperation"></Action>
|
|
||||||
</Action>
|
|
||||||
</Enter>
|
|
||||||
</State>
|
|
||||||
|
|
||||||
<State name="初始化">
|
<Transision from="any" to="初始状态">
|
||||||
<Enter>
|
</Transision>
|
||||||
<Action type="Sequence">
|
</FSM>
|
||||||
<Action type="UIShow" value="UIOperationList" isShow="true"></Action>
|
|
||||||
<Action type="NextOperation"></Action>
|
|
||||||
</Action>
|
|
||||||
</Enter>
|
|
||||||
</State>
|
|
||||||
|
|
||||||
<Transision from="any" to="初始化">
|
|
||||||
</Transision>
|
|
||||||
</FSM>
|
|
||||||
|
|
||||||
<Score>
|
|
||||||
|
|
||||||
|
<Score>
|
||||||
<Item step="1.对准光源" name="1.对准光源" sum="0" bind=""/>
|
<Item step="1.对准光源" name="1.对准光源" sum="0" bind=""/>
|
||||||
</Score>
|
</Score>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user