各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
. {2 k1 L7 m( Y1 N(action : string)+ q% M( L" E) k/ X2 B" q
is: d% L2 E: s" h, q5 u$ g8 {; f
do7 C1 L& I# k* s/ L
inspect action `( h; y& J+ ?
when "Open" then. ~' A7 k7 U% k1 [( q+ R( F
-- TODO: add code for the "Open" action here+ w; F" H: h6 \) C+ L" ]
when "Apply" then
9 a/ G& E4 h0 M8 V9 x -- TODO: add code for the "Apply" action here9 \4 J. u M7 z( V; ?
when "Close" then
9 p, n* n/ f- p: A& X -- TODO: add code for the "Close" action here
/ M$ X1 b+ P4 [1 i! b( G( Z when "start" then .Trainning_Model1.plant5.EventController.start;' ?" s8 D+ S% S4 t
when "stop" then .Trainning_Model1.plant5.EventController.stop;
# N. `5 `7 U( {% z# h when "reset" then .Trainning_Model1.plant5.EventController.reset;
6 G' M" | d3 G# l6 S when "Init" then .Trainning_Model1.plant5.EventController.init;, G% q9 A' d$ c2 t' Y
end;
6 F5 @, e2 T6 m$ ~) Z, {end;) |: ]: i- U3 W) R' P5 W6 Y
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |