各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
- X& I' e K4 I(action : string)
0 j; g1 E2 j$ h/ r! D; i5 D yis$ \- [2 D) [" E- Z0 }5 R: A" N' S
do
) x8 @% T/ c: @- r inspect action
9 A4 e* j' n) B7 l" @4 H: m, v9 T when "Open" then& J q1 F" d" r" h
-- TODO: add code for the "Open" action here* J( c6 I! V' Z7 h- j9 F
when "Apply" then
6 w D( H+ g$ s9 \7 b K) v) B -- TODO: add code for the "Apply" action here
4 P$ b: b e6 ~, f5 K9 D when "Close" then. T/ {" R* F8 S/ Q! M% c
-- TODO: add code for the "Close" action here8 x' C, ^, A4 }: F+ p$ g% z8 c
when "start" then .Trainning_Model1.plant5.EventController.start;
' W( R" [: O/ z when "stop" then .Trainning_Model1.plant5.EventController.stop;
+ F, M4 ~2 I/ q7 ?! y) d when "reset" then .Trainning_Model1.plant5.EventController.reset;
/ [( @0 g: U4 |- O [$ @ when "Init" then .Trainning_Model1.plant5.EventController.init;
& V- E% m( C# k6 p" z! a end;9 n8 a2 X4 P9 H4 t
end;
( T D4 C& E9 O' h( v" ~当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |