各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:) j/ o6 X8 [* J4 G
(action : string)# b' `" |8 t: k$ g
is; X; h4 b0 _( Q+ H9 k- z \& E& X
do
3 w# A+ J4 j1 y$ p inspect action& s- ~& ~0 A4 q( I+ O& \
when "Open" then
" _1 E! |# l) a- v1 }# G -- TODO: add code for the "Open" action here3 @/ X$ U, R( B5 Q7 G( L4 R! x2 w& [
when "Apply" then
8 @5 q# [% t/ `8 r0 _ -- TODO: add code for the "Apply" action here1 P- h9 b5 x# ]: h* ?' Z
when "Close" then0 u* c% o# u' G. P1 t9 g
-- TODO: add code for the "Close" action here- h5 |4 e* p# y9 ^
when "start" then .Trainning_Model1.plant5.EventController.start;- ~4 q; g' o; v
when "stop" then .Trainning_Model1.plant5.EventController.stop;
0 O3 K$ j/ D5 P% c when "reset" then .Trainning_Model1.plant5.EventController.reset;: s, x% H( P6 S, _0 B, A
when "Init" then .Trainning_Model1.plant5.EventController.init;
8 V, c* f; C/ H; W& O% h end;& r1 M) m' Y. p3 \( [; Y
end;
' J7 N+ k1 h( x" d' |( Z当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |