各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: " D- W; ]2 K+ Z; {+ X$ X/ z0 R: h(action : string) 4 y7 X% i# V! _3 G; H: R' Bis & D. W( _! R9 m& tdo( a- B" x" `1 x) ^. U
inspect action0 i+ h6 n6 ]& m; y/ X/ Q
when "Open" then; c" q9 b3 J* A0 b
-- TODO: add code for the "Open" action here 2 [# F6 [/ n% V: j! L. D- a: F when "Apply" then . N( t8 n! u. U; Z- }% \% U -- TODO: add code for the "Apply" action here ( p8 F' }. e& i4 V" A) B' } when "Close" then! ^& }9 W$ L2 A# q6 G/ |- S
-- TODO: add code for the "Close" action here1 e* f* c5 T a
when "start" then .Trainning_Model1.plant5.EventController.start; " S7 S9 A- G' j$ X1 D7 z. C when "stop" then .Trainning_Model1.plant5.EventController.stop; 1 g( U7 O# S% u8 c! ?+ C0 V when "reset" then .Trainning_Model1.plant5.EventController.reset; ) g; e6 Z7 O) `0 V* ~) t& C% R when "Init" then .Trainning_Model1.plant5.EventController.init;" c. [1 W& l8 b1 a l
end; " m, j/ V8 K! _end;& L" s4 W) O- L4 O. V9 f/ H& \1 @. U
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!