各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
* I1 X/ t1 ]/ x(action : string) M' j2 S2 {/ ~% I5 h
is) C4 w) R0 d L" p9 @
do9 |* C1 a7 E& w
inspect action# g6 E" u: C3 n
when "Open" then
: B# h2 m4 Y, }7 Y' y! W- f -- TODO: add code for the "Open" action here
* [! |3 ^- U- I: ]" p/ g when "Apply" then
- q, ^# B' L$ p/ r' G% [9 s -- TODO: add code for the "Apply" action here
2 \! v8 Z. [; `, v/ B" ~: X& D: _ when "Close" then
7 _2 |: [9 C* p/ U -- TODO: add code for the "Close" action here
/ X7 T! Q3 j, S when "start" then .Trainning_Model1.plant5.EventController.start;
/ R2 |6 A% l9 v; r when "stop" then .Trainning_Model1.plant5.EventController.stop;% p7 D$ z1 d! {' v" o8 a
when "reset" then .Trainning_Model1.plant5.EventController.reset;
/ x9 X5 `+ z8 v0 S. _# A( [ when "Init" then .Trainning_Model1.plant5.EventController.init;/ _1 h5 c* S2 i* k6 L; z4 S- ]
end;
; _9 v: G$ h$ I. U$ }, I$ qend;
6 O! y/ H5 N4 \) Y当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |