各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:& g( z# D8 E2 H J9 q+ z+ s
(action : string) & [' B2 a* u5 @. Ois" U6 x; V& ^) |/ Y! ^ _# _
do / I) r- b: D. H! ~- R9 P inspect action2 E3 ]% h! s( a, l* h5 E
when "Open" then 3 A4 g' M+ o R* U3 j4 a: } -- TODO: add code for the "Open" action here ! ^8 J; }; O6 {5 `$ | when "Apply" then : P" ~0 h/ F& N1 r7 Y+ C -- TODO: add code for the "Apply" action here4 X; k s5 |0 B W, o
when "Close" then0 }" ^: J8 r1 }) \6 f
-- TODO: add code for the "Close" action here 9 l+ I. @6 h" b9 I. M when "start" then .Trainning_Model1.plant5.EventController.start;+ v5 a" a, r; k
when "stop" then .Trainning_Model1.plant5.EventController.stop;7 V. L0 Z7 A" B. ]# D
when "reset" then .Trainning_Model1.plant5.EventController.reset; ; c4 J9 E j& i. y& U+ Q! R% }2 e when "Init" then .Trainning_Model1.plant5.EventController.init; # u: ^# q& @3 G* C$ \4 R- [ end; : N: v+ v N+ j& X cend;2 X( h- s0 C+ Q! A
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!