各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
. S) l0 r& J" q(action : string)* G4 a0 ^, d* Q' R- X: ~+ e
is
" u/ K K+ A6 ~" \) ado! S G' r0 l @
inspect action
: P; ?( K7 |4 k when "Open" then
3 b$ E) Y) }7 B9 `( Q$ _ -- TODO: add code for the "Open" action here1 ]4 Q+ L0 F/ S* F) X' s1 C3 `$ F6 G
when "Apply" then' e9 U* l6 ^ B% g( q
-- TODO: add code for the "Apply" action here( W% z- ?+ g, t, ~2 a, z8 w
when "Close" then
9 R6 _# Q# B, P+ y; ?* Z -- TODO: add code for the "Close" action here
+ ~6 F) p) v, A# ^- B when "start" then .Trainning_Model1.plant5.EventController.start;* [* x6 W- A# n& T. l n% u: C
when "stop" then .Trainning_Model1.plant5.EventController.stop;
* i! X( @# g6 p/ o: w g when "reset" then .Trainning_Model1.plant5.EventController.reset;
* Y; k J; s* {& ~# y+ {+ N3 p; n when "Init" then .Trainning_Model1.plant5.EventController.init;
. _* q6 f; x$ v% h$ m D end;+ _. ~3 c" P2 T9 g% q
end;
7 U4 s0 W5 a/ q! o5 t1 q当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |