各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:- j! I: {$ K: x. }4 s/ [
(action : string) ! ], o: ^- w2 a/ g5 His2 Y8 h+ T+ X) U% n l
do' ^ }* S* k0 Z8 d
inspect action5 v' G a" c7 G0 f' x7 d* Z
when "Open" then " Y( b8 D4 R7 i! |) c& J -- TODO: add code for the "Open" action here; @2 J c' {7 v
when "Apply" then 9 } I8 }1 ~/ ?) Q% T -- TODO: add code for the "Apply" action here9 R9 E" h9 W9 g
when "Close" then 5 M1 H- k) K6 \( G -- TODO: add code for the "Close" action here 7 w% f/ W/ n& S2 S0 v( e2 N when "start" then .Trainning_Model1.plant5.EventController.start;. [7 D; [! J7 G1 ]% E
when "stop" then .Trainning_Model1.plant5.EventController.stop; 9 W: g g9 z2 i' m! a0 d when "reset" then .Trainning_Model1.plant5.EventController.reset;! c" F- O. h: C/ H: J
when "Init" then .Trainning_Model1.plant5.EventController.init;6 R0 b. z3 u3 H$ H& w( M% c+ `$ a5 l
end;1 L/ g; G, l- c/ z9 B
end; $ b# Z2 W) S, x3 ^5 s3 r6 q当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!