各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: B4 N' V) p& x0 s
(action : string)+ |" p: }, i7 c$ F
is
* ~( \8 I- E5 m' mdo
( }2 m) e S, }6 K2 j' U inspect action' ~7 A" ~+ D& S: \3 ~
when "Open" then" K/ c, _/ Q& g5 |
-- TODO: add code for the "Open" action here
6 _/ B6 k, R) t# Q7 k when "Apply" then
, ]6 Q3 Z5 ~8 d/ e7 [2 D) S+ V; Q -- TODO: add code for the "Apply" action here( H' \0 f& _) R) ?5 X7 p9 t
when "Close" then
6 ^5 m' a. ~4 b, c" a* F -- TODO: add code for the "Close" action here
& q0 x7 R& k/ f9 S when "start" then .Trainning_Model1.plant5.EventController.start;
8 C8 {& Z! O$ J% c" j' S when "stop" then .Trainning_Model1.plant5.EventController.stop;
3 V! u2 g8 n: A. h when "reset" then .Trainning_Model1.plant5.EventController.reset;
- P9 b% p3 W& M/ H! [ when "Init" then .Trainning_Model1.plant5.EventController.init;. R- R8 V$ Q$ |5 q7 F3 d o5 U
end;. g4 x6 [* q! z
end;
3 b* x$ m! L; o$ A5 c# o2 L' W当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |