各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: 3 F+ o/ y# V# K# q4 G(action : string)9 _8 ^) \% W& I! u" K3 ]9 e
is7 g1 H( q/ A: ?- ~* \2 Y
do $ O# r5 T# z% e8 F- W) V inspect action( e C, T3 g% l+ F: H9 x
when "Open" then 3 q; _, u% b; s: z -- TODO: add code for the "Open" action here 3 H O- F3 _6 M1 q when "Apply" then . r( b* K# ^7 w3 c -- TODO: add code for the "Apply" action here# ]* H& ^; q+ x+ ?
when "Close" then; i2 n5 ^3 U9 B9 a$ _0 _* o
-- TODO: add code for the "Close" action here + d9 [, e( e4 W; H when "start" then .Trainning_Model1.plant5.EventController.start; . D# @! b) I# T when "stop" then .Trainning_Model1.plant5.EventController.stop;; H( f; _' i+ R. H" \
when "reset" then .Trainning_Model1.plant5.EventController.reset;( y" o& N6 U% `! X- Y7 z
when "Init" then .Trainning_Model1.plant5.EventController.init;& w! |, L& g+ N z) J
end; + u h& Y5 o1 v8 |end; 0 E* g; K: J5 e) Q J/ k当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!