各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:) I3 R# |2 o, q6 R
(action : string)# M6 Y# X3 X; A+ R
is
9 c6 l# o' c8 P. c& a+ Udo
6 V T& O# a8 X' P! F M inspect action
# \8 R, L1 [. i6 e! F% A' v when "Open" then: |3 S1 Y4 W% p$ G
-- TODO: add code for the "Open" action here3 [: a* ]7 Z4 ^( A
when "Apply" then9 k6 A3 G: F) k, X4 T
-- TODO: add code for the "Apply" action here0 q0 f2 ~' }5 F
when "Close" then% [, v4 L/ t" T$ F
-- TODO: add code for the "Close" action here! P7 M0 Q9 o& F
when "start" then .Trainning_Model1.plant5.EventController.start;
: {& N" t _ c- K2 L% x when "stop" then .Trainning_Model1.plant5.EventController.stop;1 j% H& Y% d' |4 F: A3 {6 [
when "reset" then .Trainning_Model1.plant5.EventController.reset;
# ^! e4 o; F3 v) c, A9 R when "Init" then .Trainning_Model1.plant5.EventController.init;
/ U- x+ q8 P0 Z k" ?! f0 ]. h, E/ Z end; y" s2 P) _7 B8 R; d2 I1 G
end;
! t( E2 N- j8 D- t9 x当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |