各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:# ~9 \4 U7 ~( n+ L5 E
(action : string)% z# k5 x P! b+ @
is* W& O0 }/ b/ p3 I0 j& W" N
do8 w# T: R1 ?+ E, U! d6 H
inspect action1 s( h( v* x9 {* p9 j' f) O% u2 P
when "Open" then- z* w) d# y/ t3 }
-- TODO: add code for the "Open" action here & n) c. j% ?/ ^( \# W% K& L1 B when "Apply" then8 I& c! A b! G: Q7 X; I6 K# o
-- TODO: add code for the "Apply" action here - i! J5 m$ Z1 n1 L when "Close" then& F. `* B3 P; H/ F
-- TODO: add code for the "Close" action here 8 n+ u+ Y4 Z4 w) l k when "start" then .Trainning_Model1.plant5.EventController.start;, L, y$ E- c ]3 [$ k/ L
when "stop" then .Trainning_Model1.plant5.EventController.stop;7 _& \0 ~' A+ ]/ t; S
when "reset" then .Trainning_Model1.plant5.EventController.reset; / p( I; x* G w. ~4 m when "Init" then .Trainning_Model1.plant5.EventController.init;4 T* r* a0 T) P( h+ i2 v' {; K
end;, q+ s7 x2 Y( X: \" E# c
end;" A6 o4 p( ~' k& h5 r* |/ W
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!