各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:" Y: X/ q% D8 q
(action : string)! N+ S* A d1 b/ k) D/ R
is
2 M6 l' |# ]. M6 H5 rdo! \. o) I2 ]+ t% Q, @6 [! F! O
inspect action4 b6 \' C4 T, h# o
when "Open" then
6 a. A9 H: V, c4 d. u -- TODO: add code for the "Open" action here, c) K9 u* Q# f; U. r
when "Apply" then. |' m4 v7 r! n- {. i2 B
-- TODO: add code for the "Apply" action here
. {( V" P9 j$ l# r when "Close" then9 q- r( @& X) i+ I& Z
-- TODO: add code for the "Close" action here* m5 w/ B/ ~1 ?" V* F/ a9 \& i# O
when "start" then .Trainning_Model1.plant5.EventController.start;
/ f# k6 F! U+ e' s! E8 o8 _7 w9 i when "stop" then .Trainning_Model1.plant5.EventController.stop;' @) d" E( d1 O+ k x
when "reset" then .Trainning_Model1.plant5.EventController.reset;
2 p* R% F& {' p when "Init" then .Trainning_Model1.plant5.EventController.init;* y' e! c6 A+ m1 C) a/ P
end;3 m( W* _3 C, R
end;" ?5 @1 n+ `9 S7 _2 @, F( @0 ]& F
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |