各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: - m$ u" I8 R. V- k* M(action : string)2 T, Y% c0 X) y! G
is$ I3 L) ~" s- K# S% [/ N' T
do; B, n9 j6 P6 J/ J! M9 m
inspect action ) W5 m' W; }' C when "Open" then5 y- H; v% Y; h ?# e# o0 ^. i+ N
-- TODO: add code for the "Open" action here # ]6 @8 I- {& A4 B9 Q when "Apply" then( p" T- T7 Y6 y9 d. m
-- TODO: add code for the "Apply" action here H2 V8 ?3 \$ ] I5 y2 A! i/ c( R
when "Close" then) I3 j1 h9 [9 M9 M
-- TODO: add code for the "Close" action here 1 U2 Y+ D4 G& d, f Z3 H+ K when "start" then .Trainning_Model1.plant5.EventController.start;# l4 r/ {% w( V5 k
when "stop" then .Trainning_Model1.plant5.EventController.stop; : k& j D+ [5 j7 o) u$ \! D5 j- k when "reset" then .Trainning_Model1.plant5.EventController.reset; 0 I- M! W4 I q$ w3 U; \ when "Init" then .Trainning_Model1.plant5.EventController.init; " D: f' a* p' b @8 v6 p5 _% R3 Q end;& H% l4 l. C% B4 t W& P
end; # f4 j( E- ^ W2 H7 ?: \! R2 h$ K7 b当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!