各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:6 w& ~9 I- u0 _
(action : string)2 X2 @9 ~8 ?7 n! [' r
is
( i* M) R0 }, h* l0 Zdo. Z2 u( ]4 }6 f% N/ G
inspect action% k, K2 i0 [- r9 y
when "Open" then4 d7 z* g' b. t4 {& ]; G, G
-- TODO: add code for the "Open" action here
$ b2 ~$ p: d r; L+ }% g8 }! ^- W when "Apply" then
# A# h% q3 A" _- v( M' i! ?2 G& u -- TODO: add code for the "Apply" action here2 {7 d6 I- Y' H+ ~+ _/ u
when "Close" then
' u* c5 y# E4 u' J3 r -- TODO: add code for the "Close" action here, B9 J% D# N7 {2 Y6 v
when "start" then .Trainning_Model1.plant5.EventController.start;* f5 j8 r6 { V0 e+ C' Y
when "stop" then .Trainning_Model1.plant5.EventController.stop;2 [0 O' l: h0 V% Y( N% D" q. Q2 i$ W
when "reset" then .Trainning_Model1.plant5.EventController.reset;
J, o6 C, l6 y1 m- [6 c: l' ?' d when "Init" then .Trainning_Model1.plant5.EventController.init;
% h4 l7 @; U& o1 a end;
1 W* m' V3 A% }5 P/ H1 \: lend;
" R6 \% m$ {5 F当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |