各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:, I' ]5 _$ Q: t! }; G+ W
(action : string)
o( y2 p0 W; r5 l: p9 _" O9 Ris8 ]- P3 G2 @% t- C: Q, ]9 r
do' \% J9 J# V: @- k( N2 i: N5 a
inspect action
; A# T# i o" A/ [6 o when "Open" then* C! e; M7 G' h+ }5 t( h3 F% T
-- TODO: add code for the "Open" action here
# V0 A% ?' S% y4 v$ X8 M9 b7 e when "Apply" then" d# r6 s, b/ H5 h
-- TODO: add code for the "Apply" action here
" F$ s8 y/ `! y1 k+ [ when "Close" then' I4 x4 T8 v( P' e% S. n
-- TODO: add code for the "Close" action here
& z) R. ~1 Q7 s+ C4 D* v% S when "start" then .Trainning_Model1.plant5.EventController.start;7 e7 O$ \1 u( `1 q! ]
when "stop" then .Trainning_Model1.plant5.EventController.stop;& V6 N0 X# z% ~1 q0 b
when "reset" then .Trainning_Model1.plant5.EventController.reset;
. [3 O; z8 k! U: K when "Init" then .Trainning_Model1.plant5.EventController.init;' V/ J/ m- H8 a# T
end;
4 ^+ g2 F* X0 H8 S f, x' r' Zend;
, B* B$ k* `: ^' o# w9 w当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |