各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: ! q. Y. @# H. h(action : string) ! J* ~. a5 w8 T6 y' c2 h8 Qis& M) E! O" K3 T0 n, l( ~
do 7 s! ?+ u0 I) g( V" q& V! G6 } inspect action * r$ @: \/ D2 @8 j when "Open" then% J% [' H2 T3 T$ O' a5 V. g
-- TODO: add code for the "Open" action here ! Z! q* E) Z9 H' h when "Apply" then 5 n; c6 G+ p9 N. @2 t+ f3 C -- TODO: add code for the "Apply" action here - ^# q& h& z0 z when "Close" then8 c3 d7 [9 q2 v4 z
-- TODO: add code for the "Close" action here 5 ?- q: G6 o, \. O I when "start" then .Trainning_Model1.plant5.EventController.start; 4 N6 T$ b H# h, U when "stop" then .Trainning_Model1.plant5.EventController.stop; $ | L' k- c+ `; q when "reset" then .Trainning_Model1.plant5.EventController.reset; ' q4 z3 b9 ^2 f1 @1 y3 i4 v when "Init" then .Trainning_Model1.plant5.EventController.init; . y* |/ @, K% `2 m! i6 P& r% @& f& T end;9 A4 R! V" M. K7 N" X- y4 z
end;/ v$ \7 Q% R% G* ]
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!