各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: / I9 b5 e% F5 z, O+ i! @0 ~- q(action : string)8 v z3 k* b- e5 U
is " Y1 M+ ]" `1 ddo - A/ ]+ z* p4 A inspect action 0 l: F: ?+ y+ q when "Open" then) k, I+ ~. R- o
-- TODO: add code for the "Open" action here : U$ r% N$ J1 x* v when "Apply" then" [. `; {" B1 a+ a( F# M
-- TODO: add code for the "Apply" action here 6 p, e. J" |9 v7 h6 L when "Close" then 2 O) A4 s6 K% b1 g0 p1 b -- TODO: add code for the "Close" action here" y/ y( N" B" K5 Z1 `
when "start" then .Trainning_Model1.plant5.EventController.start; $ ]! i4 H3 Q8 D; D when "stop" then .Trainning_Model1.plant5.EventController.stop; # W: g& O @5 S" v: U+ C: B when "reset" then .Trainning_Model1.plant5.EventController.reset;# {0 e4 C2 _. j% O; r
when "Init" then .Trainning_Model1.plant5.EventController.init;% S- ?% ~' H7 D
end;% S8 N2 n. W- f6 x, e8 S a. j+ _5 Q
end;0 Z. t; |( L4 N) S# i
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!