各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:5 w ?4 b2 I5 @" Z5 ~8 _
(action : string)% Z. ~: L) K1 u
is Z4 ?& g3 F. ~) h# f
do - [% ^% K- Y3 z" r$ H2 [' ` inspect action+ K ?4 d P2 v. }( k d
when "Open" then 1 N0 w W5 m' u -- TODO: add code for the "Open" action here # ]: t6 j8 F, E5 R1 f8 W5 R when "Apply" then2 H4 W% b6 k% ]8 D1 S3 Y ~
-- TODO: add code for the "Apply" action here ( r; O% r. k+ ] when "Close" then 5 l! H: z% o/ H% A -- TODO: add code for the "Close" action here ! T0 y3 E1 T; `/ D when "start" then .Trainning_Model1.plant5.EventController.start;; ~# D% \: [, r
when "stop" then .Trainning_Model1.plant5.EventController.stop; / ]2 b' l% s+ O I8 n when "reset" then .Trainning_Model1.plant5.EventController.reset; # B% _. r$ X, j6 x! t5 P+ r when "Init" then .Trainning_Model1.plant5.EventController.init; 3 Y5 G; z |. F& V& `5 c) ] end;) g5 D9 l; w9 i3 ~3 W2 d
end;5 z8 k3 ^, K6 n( Z8 D
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!