各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:8 @9 |" L& V) z
(action : string) L0 P% j8 s9 `5 i, N# l% _; [
is
3 a+ u; u$ L% K; Ldo, i" \6 Z. f9 Y) e6 q
inspect action
4 z9 b& L, m+ p/ y! J) V when "Open" then G% q: k2 V o5 S! r( G% O' ?
-- TODO: add code for the "Open" action here4 ]4 _6 P; F0 E* }' a
when "Apply" then
. Z" l0 r. }$ G -- TODO: add code for the "Apply" action here
8 h4 e8 t+ `4 i0 b" n when "Close" then
- H+ |2 F" h5 C$ X" r, K -- TODO: add code for the "Close" action here
' K8 f1 I% R" R! b) n$ h7 z when "start" then .Trainning_Model1.plant5.EventController.start; c+ e6 @7 T$ T( ~3 P. H) ]
when "stop" then .Trainning_Model1.plant5.EventController.stop;
% i4 F, c' X! g' ^, B# _& W when "reset" then .Trainning_Model1.plant5.EventController.reset;
* D/ m2 }( f5 Q5 w when "Init" then .Trainning_Model1.plant5.EventController.init;: [0 U& q) z1 P- i L* p, V3 S
end;
+ a2 X }4 p( k% t( Oend;
( T1 ` Z6 w3 i8 `. X当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |