各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:) Z; j; Q) n- S/ `
(action : string)
7 R$ ~9 A7 S; n2 I7 R( ~is
2 l: f, C0 k; a+ O5 Y% H. J- odo" z+ A, K# _5 X: U, O$ W
inspect action; E+ t7 u# Z& Z' A# z6 k
when "Open" then
/ x. z5 l/ j$ G -- TODO: add code for the "Open" action here
' P; j3 y% f9 p g w; V. v when "Apply" then
2 r' A* _6 Q$ F" V5 y! F' U; k# r -- TODO: add code for the "Apply" action here8 v( r, B+ r* e' A: H$ X+ i2 k+ n, _) o/ \
when "Close" then
- v% B: Y T; z0 a$ |* O6 O2 Q -- TODO: add code for the "Close" action here( O+ w" b, e& _* N" b$ ~
when "start" then .Trainning_Model1.plant5.EventController.start;7 F9 x( Y) v! W+ t2 B
when "stop" then .Trainning_Model1.plant5.EventController.stop;
* ]" U* j% G& x6 W when "reset" then .Trainning_Model1.plant5.EventController.reset;
) Z6 N! \2 D# g! n0 O% c v; B when "Init" then .Trainning_Model1.plant5.EventController.init;7 a$ X3 ~) d t1 X+ w+ t8 t
end;
* b7 e- |/ s' M/ ~4 F8 u+ jend;! ~/ S3 @2 L- u$ H3 M
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |