各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:% K; @0 a0 s. z
(action : string) ! N/ _ O# `) ?1 `- [- ?; Kis 5 i( q0 a! |2 {: t3 [do + Z# R1 K, L, a. m( ?1 ]: L/ p inspect action 9 H% A. D; z ]1 p; W& F3 B& s when "Open" then 4 H; R+ v8 c6 J$ v -- TODO: add code for the "Open" action here 3 b& C. z) @/ k) Q: g when "Apply" then: n C7 l8 [5 Z! l8 {8 a8 Q/ [
-- TODO: add code for the "Apply" action here + R) Y8 w8 `/ \4 O5 l when "Close" then2 L8 X' Y" ?9 G0 o
-- TODO: add code for the "Close" action here. ~8 q8 Q& q* J2 f
when "start" then .Trainning_Model1.plant5.EventController.start;- |( C% c) V6 {5 V7 y5 U
when "stop" then .Trainning_Model1.plant5.EventController.stop; * i& ^$ G+ _7 M2 S" } when "reset" then .Trainning_Model1.plant5.EventController.reset; % O; K4 ^) g6 U" {& ?+ ?7 p when "Init" then .Trainning_Model1.plant5.EventController.init;& u: v% R& t5 t' h$ }4 v7 r
end; ) _- B2 L- L6 `# q) Nend;( t7 ]: h' k8 U! P! N
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!