各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: f0 _& Z0 |' B! b0 D
(action : string)
3 N) c" B; X, k0 Jis
( y% T! @8 n5 C, Z- gdo6 D7 c4 d3 Z( Z1 h7 J5 @9 j
inspect action0 Q7 t1 J/ f* t
when "Open" then0 |6 }5 ~, U& {8 e+ I; u8 l
-- TODO: add code for the "Open" action here6 U; }( u0 \9 C* M; H
when "Apply" then4 M9 G& A M# K" P
-- TODO: add code for the "Apply" action here
% }/ W3 ^! @2 s8 Y, G when "Close" then% d$ m. Z; M" C" Q# |2 l
-- TODO: add code for the "Close" action here+ s0 A3 a" Q# Y6 Y" l
when "start" then .Trainning_Model1.plant5.EventController.start;
5 d0 ?/ l Z4 q9 x# o8 ` when "stop" then .Trainning_Model1.plant5.EventController.stop;
$ T% D) m- I1 q" t* Y when "reset" then .Trainning_Model1.plant5.EventController.reset;
; r4 ]( o+ r5 k N. m* b when "Init" then .Trainning_Model1.plant5.EventController.init;$ j2 q, p( ]1 ~8 C. b
end;
; z% H' R8 E& ?4 e: o6 d& iend;! T/ r. P3 H( t; c3 B; u
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |