各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
( M* j( Z& Z1 G! T& i(action : string): M; e" I7 v, j: Z
is
, X/ K% l7 b1 {7 `' I2 k2 v; c edo
( {* R$ Y* r9 S6 g. W inspect action0 j. Q5 u! k! q% Z4 B# r
when "Open" then) `9 w& Z3 F+ s: h3 c' x
-- TODO: add code for the "Open" action here, i0 V2 t! L4 w8 U& c
when "Apply" then
5 L6 s% D9 X7 z% B -- TODO: add code for the "Apply" action here; Y& A, s" T% y8 N- J
when "Close" then
& |2 Y4 y5 G7 J( M: e( Q( | X -- TODO: add code for the "Close" action here
+ b8 y7 [% Y$ M8 C1 h when "start" then .Trainning_Model1.plant5.EventController.start;, q7 A7 |, o4 X) }
when "stop" then .Trainning_Model1.plant5.EventController.stop;$ o. M& K) L' {6 [5 ~. j& R$ c
when "reset" then .Trainning_Model1.plant5.EventController.reset;, v- L2 i; [( y+ k% R
when "Init" then .Trainning_Model1.plant5.EventController.init;- { p8 W+ C5 I1 `8 X$ [
end;0 X* @ a! C) w# l3 _4 O
end;: z, B9 T# T# i0 u, a
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |