各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
6 X3 d5 L$ s* T p/ \(action : string)3 f. q. d0 n- ^0 b- b' Q
is% j/ W, a! U, H" [+ d; N. U
do
7 j- L0 `1 x3 k+ M inspect action
9 O7 c9 q( {1 ^6 ~/ g when "Open" then4 l- K) V* s2 Q1 G
-- TODO: add code for the "Open" action here- U8 G% G, i5 F! i8 u+ k2 s
when "Apply" then
N) G8 M$ B ? -- TODO: add code for the "Apply" action here
% W! M, p+ j+ q- n% F7 m: h when "Close" then2 k( n! A& x, P: r0 T5 O. ~/ h! B
-- TODO: add code for the "Close" action here
- ]5 ~0 d5 i7 i2 _9 R# ]3 G! r when "start" then .Trainning_Model1.plant5.EventController.start;
' a; X9 ~' p! H when "stop" then .Trainning_Model1.plant5.EventController.stop;
3 T2 a! Y0 B8 u( ]6 E3 S9 x when "reset" then .Trainning_Model1.plant5.EventController.reset;% O- J% x! u0 \$ [8 h' Y) R4 K
when "Init" then .Trainning_Model1.plant5.EventController.init;) \: ~6 G$ v# z: w
end;
5 y+ o" d5 X' l0 uend;
8 R7 u$ s$ M- D- e; j当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |