各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:" ]; r z9 A, R- h
(action : string)
* @/ G0 R6 j5 y3 F& Yis0 [9 i$ M7 G$ A, S+ u' ]
do0 E' E# V" O7 ] T. q$ N4 w; O
inspect action
( G/ [6 ], P9 m7 `+ U3 g when "Open" then+ n- `( _9 c( U8 A
-- TODO: add code for the "Open" action here
3 p f( ]! `$ r; B1 S5 { when "Apply" then2 O+ {5 s- {2 w+ a/ J: r& \ z1 s
-- TODO: add code for the "Apply" action here. ?# n7 T4 G6 o0 R7 }& c
when "Close" then+ e8 k; _/ @8 ^8 X, k, {, b" x
-- TODO: add code for the "Close" action here5 v w j. m4 p
when "start" then .Trainning_Model1.plant5.EventController.start;9 J9 y, N+ s# z! x: i, e
when "stop" then .Trainning_Model1.plant5.EventController.stop;+ h+ f% B; t) z+ P q ]
when "reset" then .Trainning_Model1.plant5.EventController.reset;0 q& t3 J* H$ n' y" j
when "Init" then .Trainning_Model1.plant5.EventController.init;
1 H: G8 i$ a5 |6 L& [ end;. l/ L) f% q& g" @. R o6 t
end;
0 E# h7 M5 c _$ O# H7 D: Y; B当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |