各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
* F3 ~- O7 a$ u' t( I(action : string): Y6 Q! y! o+ j4 z2 T" ?- q
is
# b( W& B" P3 Wdo
/ o9 l9 a" s# j& N inspect action
+ f6 G9 }. h5 x when "Open" then, t, j; a" t8 k+ \+ P& F3 ~! d
-- TODO: add code for the "Open" action here" U( B% _) ~9 |4 g, w+ k
when "Apply" then. q: C r5 D" q8 X" m6 P
-- TODO: add code for the "Apply" action here
- V% X$ F9 Y$ P when "Close" then& }" [/ v, n, z$ |: W1 i
-- TODO: add code for the "Close" action here
# ]: l, O. j1 X- T5 L- k% J3 x. y when "start" then .Trainning_Model1.plant5.EventController.start;
5 f5 Y. A' N. u: P when "stop" then .Trainning_Model1.plant5.EventController.stop;% v4 ?6 `. [$ E! O ^: F& q0 v* r) _+ d
when "reset" then .Trainning_Model1.plant5.EventController.reset;- M& H5 I1 \! B" I4 j2 o G
when "Init" then .Trainning_Model1.plant5.EventController.init;
2 W& h' e# b. A9 ~ end;
, s0 [5 m I" K) H; |; t' _2 \% Iend;
9 \- _1 R# W+ m1 z7 @1 c8 l当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |