各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: j8 c$ R7 ^3 H( r0 G! f
(action : string)
t2 l/ P8 v: C- lis
- u. n! k- V0 T& s$ k1 pdo
" S4 s+ x5 M4 ^; |3 \& N inspect action
% h- N( }7 T8 @+ k \: x when "Open" then; [: f o; G2 n" ?, T3 F- p8 W
-- TODO: add code for the "Open" action here
6 u% x9 o3 ]9 N/ v ~, M when "Apply" then, _' [1 D2 Q4 D3 F6 V
-- TODO: add code for the "Apply" action here
& n+ f' k) c0 \4 Z2 z4 W+ w when "Close" then
( Z+ {# G7 x( C% ~9 ?$ M% i -- TODO: add code for the "Close" action here+ N1 u! t) T3 {% b
when "start" then .Trainning_Model1.plant5.EventController.start;
% C( | _$ n# ^0 w$ Y when "stop" then .Trainning_Model1.plant5.EventController.stop;
, R5 W+ w1 H& ? when "reset" then .Trainning_Model1.plant5.EventController.reset;
0 N- O$ K+ v, { when "Init" then .Trainning_Model1.plant5.EventController.init;6 o$ s6 ~) @7 n' r+ B
end;
F" K: ~7 L6 N$ [; w1 send;* m6 ?% p/ o7 A3 R
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |