各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
/ Q. U; ^+ N6 X2 ](action : string)
8 k- c. d2 v9 a! E% cis
( k S- t( `% W; z- ndo
) w5 U! q. C8 n% r/ n! N inspect action( w# g' s. i. n* ]
when "Open" then# z7 Q! n% ~+ T% J2 I- I% k
-- TODO: add code for the "Open" action here
1 b) \1 W! f( r9 W8 K9 f W when "Apply" then& a% I( ~3 u& P
-- TODO: add code for the "Apply" action here: I7 v& G3 v# |3 p( ~$ ~; @, U
when "Close" then C0 G" R# N6 \. O+ H. M# m
-- TODO: add code for the "Close" action here/ r) A5 F: n. H" Q4 r& F+ Z9 _, Y2 g
when "start" then .Trainning_Model1.plant5.EventController.start;* G, ~* V9 ]) K) ?( j: q
when "stop" then .Trainning_Model1.plant5.EventController.stop;
9 p6 q2 d/ z/ B4 m( A! U- v2 ~' e when "reset" then .Trainning_Model1.plant5.EventController.reset;
; O3 T% i" p: V: H; E% e when "Init" then .Trainning_Model1.plant5.EventController.init;
& ~ D) |" M+ T9 L3 t end;& g" f( k$ F. i8 ~# u& l) j* b- n, L, D
end;
' c2 Z2 r: W3 m; m# x0 P1 s当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |