各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:+ i# k0 V! M6 e0 m/ g* W8 a
(action : string) * l4 W7 n! G: O1 q) F8 K |is + }" A1 ~4 I6 Q" xdo U' l9 [: |5 S
inspect action8 X: G8 i" y& O) l) y
when "Open" then) B5 M4 I. _( @$ P. m L; X Y
-- TODO: add code for the "Open" action here# \% D2 `4 ^2 x% f
when "Apply" then# m6 v7 d' y9 y9 }4 Z, t
-- TODO: add code for the "Apply" action here1 ~& x/ Q2 u; W: q2 ]. |9 c
when "Close" then2 T: i6 A. N6 N T' b- k% U5 C
-- TODO: add code for the "Close" action here X$ A. B3 w. B7 h. [7 y when "start" then .Trainning_Model1.plant5.EventController.start;2 A# x6 r- d1 {: y
when "stop" then .Trainning_Model1.plant5.EventController.stop;$ U0 D% r4 I& R) G$ j0 m' L
when "reset" then .Trainning_Model1.plant5.EventController.reset;% H2 v; m* f% q3 ?# _2 V
when "Init" then .Trainning_Model1.plant5.EventController.init;6 u- x( ]5 Y& u( c5 }. l3 P
end;; ? J1 R5 g. R* m! X3 A9 g4 u
end; # B9 \, G1 w1 I. d当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!