各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:6 }. r ^* w2 r: z
(action : string)' V# @8 R4 x4 K- p+ N
is% _, s0 E- v; h
do # R/ s) ] L/ _ inspect action5 T& c( L1 u9 i$ w0 l) i) t
when "Open" then * l* b2 w% c* t# G0 D -- TODO: add code for the "Open" action here ' c$ e4 Y \1 D7 d6 I6 z0 J/ Y when "Apply" then ; x. ^ C% B4 y+ T -- TODO: add code for the "Apply" action here 0 c; \1 g. d9 g& e when "Close" then0 `" H0 c2 T5 C# s6 E* K
-- TODO: add code for the "Close" action here / m9 w4 D0 P+ |& N5 u when "start" then .Trainning_Model1.plant5.EventController.start;5 i- j& p9 ?. ]
when "stop" then .Trainning_Model1.plant5.EventController.stop;6 S' H* x/ Q: n8 Y1 T& d1 V
when "reset" then .Trainning_Model1.plant5.EventController.reset;& e# ^- | v5 ^" e$ [
when "Init" then .Trainning_Model1.plant5.EventController.init; ( S" e! Y1 x2 U- K$ | end; 3 }! Q$ C) G0 `0 wend; , W2 t1 o# C+ ?1 R当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!