各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:9 S3 E+ u, S" w* n
(action : string)8 H7 p! [- b- n; q, b d; ?, f
is
6 @7 @0 t& Y3 Y Rdo8 [* b! u5 E) M9 U) B Q
inspect action$ j! Y; p9 T9 J3 j# p
when "Open" then/ b1 t5 r9 e3 m; v
-- TODO: add code for the "Open" action here1 o# i/ @( s4 h: M, }' X
when "Apply" then: c/ q5 z0 k. _- d0 g |* m
-- TODO: add code for the "Apply" action here
9 K) b' O4 v% g when "Close" then- N4 {7 x. e* s
-- TODO: add code for the "Close" action here
# N' ~) v" Z* p! N0 I5 [0 y8 N1 T1 `( B* X when "start" then .Trainning_Model1.plant5.EventController.start;
+ Y N+ ~+ F+ N) J6 f when "stop" then .Trainning_Model1.plant5.EventController.stop;: Z6 D+ H' u( [' J8 c7 d
when "reset" then .Trainning_Model1.plant5.EventController.reset;, Z' a( p* {& t# o/ C% j- p! _$ D
when "Init" then .Trainning_Model1.plant5.EventController.init;
: V3 ~" s6 H1 o) V- K end;
5 F4 _# B$ y8 E1 Jend;
! W# K: j* O, f% ]6 O% i当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |