各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:" [+ z* V7 p3 i( y
(action : string)
: P5 x9 Q8 _% nis
# j: g& J& E% E9 [* Ndo5 P# b9 _% |( o/ `, @
inspect action4 D' @) |0 V" L; x
when "Open" then
+ j: Y8 c* s1 [ -- TODO: add code for the "Open" action here/ a. k; U! e- A$ j0 B' ~: ~
when "Apply" then1 K6 y, \; n" g' _4 |0 w5 K
-- TODO: add code for the "Apply" action here
) H n$ r, u: ? F when "Close" then
2 G) z: G* l, [6 I6 r -- TODO: add code for the "Close" action here0 ~2 c/ ]& m( z9 f+ ~
when "start" then .Trainning_Model1.plant5.EventController.start;
# R6 V9 q: Q7 {( _) T6 g6 t+ F( _ when "stop" then .Trainning_Model1.plant5.EventController.stop;
: J+ U* s6 x B; V# @1 A& F! _ when "reset" then .Trainning_Model1.plant5.EventController.reset;
. h, g( l; }/ {$ @* [( l {. m when "Init" then .Trainning_Model1.plant5.EventController.init;' x5 I, P* |% g' m* W
end;5 H& J( w" v3 X. u. R
end;
7 g" k. Z: q& U7 n7 X9 Y1 n: I当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |