各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
) e7 R) Z6 s" u1 R+ B(action : string)
, e) A: }; X! P* c3 g7 _3 His6 f8 ~8 R* o! F; |3 L% I5 |
do
2 F, J& L0 S2 r+ {! A7 i inspect action1 S6 T9 `9 K/ z6 X( v$ N
when "Open" then
3 C) A* I% ]6 \ c8 l4 ~0 r -- TODO: add code for the "Open" action here( j; r0 o8 S) q# ]8 g0 Z! f
when "Apply" then S$ k8 G. H; N& ^2 b' H1 r4 o/ W
-- TODO: add code for the "Apply" action here/ j- ~3 X7 ?/ H" c8 T* n" e3 {9 ^
when "Close" then- ~% g/ ~( }& O/ O- e! v
-- TODO: add code for the "Close" action here
0 |+ u4 R1 b& i5 Q7 ^9 c: F$ M when "start" then .Trainning_Model1.plant5.EventController.start;
- N# w3 i c, m% L" t+ R5 t8 @ G1 G when "stop" then .Trainning_Model1.plant5.EventController.stop;
( a, w( e) h ^! E' D when "reset" then .Trainning_Model1.plant5.EventController.reset;! E% Q+ J% L- l# ?+ m
when "Init" then .Trainning_Model1.plant5.EventController.init;
( f& _, W$ n; x* l/ { end;! H6 s5 C8 h4 q9 H' K
end;
5 L; h$ o% r& @. D$ [# W当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |