各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:$ z9 V, M+ H" ^7 r% i' H6 h0 R
(action : string)1 l M% }" ?5 I) K
is
& m! O" N; ]$ I% n4 Odo* T+ C, z8 h* d0 S. g( ]2 S
inspect action
4 Q& E9 x% @% _4 V: { when "Open" then
6 B: r9 \! I3 v4 h1 c. z3 _ -- TODO: add code for the "Open" action here% i5 W' u4 f! ?1 e( X1 k$ |2 \" \
when "Apply" then
3 N& c. T' S: J0 p* V6 a# o6 l0 L -- TODO: add code for the "Apply" action here' t6 _3 A. P# {9 }' T
when "Close" then, [7 I0 m P7 }* o
-- TODO: add code for the "Close" action here) ~0 j0 ?0 K9 ]
when "start" then .Trainning_Model1.plant5.EventController.start;
' J' [9 i$ k% K+ f when "stop" then .Trainning_Model1.plant5.EventController.stop;1 L$ K# q I5 I" W$ J
when "reset" then .Trainning_Model1.plant5.EventController.reset;
' D% W1 o- }& m( b" C when "Init" then .Trainning_Model1.plant5.EventController.init;2 ~8 U" ` y, H5 w" ~
end;/ H L0 [0 H5 H; v4 b6 ^4 E
end;
' Y, ^- x# X) o当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |