各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: ) K' `" H a* U. p7 A) c7 K' j) Q# {(action : string) 4 ^2 N$ m d1 z% k/ U# s. Cis 3 j+ f9 ^5 E; i y" Mdo% V/ M3 k4 w! f0 V! s. w
inspect action c( v! u0 R5 K
when "Open" then+ f8 q7 D; X$ z# m. N( S
-- TODO: add code for the "Open" action here! E* \; S. w" o
when "Apply" then . {0 P3 Q5 q3 M) L3 O4 V/ } -- TODO: add code for the "Apply" action here 0 b0 z1 J5 p% D1 O when "Close" then) {' S, T! a6 r3 n' R) Z$ f: c
-- TODO: add code for the "Close" action here0 X$ F" Q( P/ m- ?+ D2 i
when "start" then .Trainning_Model1.plant5.EventController.start; u6 d; e! r. `+ M when "stop" then .Trainning_Model1.plant5.EventController.stop;% F) U2 z/ P7 K3 L3 h$ I: J/ D
when "reset" then .Trainning_Model1.plant5.EventController.reset; ) I( r4 P" a$ \/ m& @ when "Init" then .Trainning_Model1.plant5.EventController.init;' ]/ B2 T' R7 d& n! V& e+ @; t- b
end; $ L- [6 a- ]1 B; t, c6 lend; 7 p0 J3 U- ]" A' A/ c7 \ T当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!