各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
9 c& H" F1 I; L$ w9 ?4 _3 q(action : string)
2 c0 q1 h) I/ H$ l/ j0 X( jis# V2 E2 b! g! ^. }
do5 `) f; ^; ?3 {1 Q; e
inspect action, }& r& w! N, g% j4 C. G5 L
when "Open" then; B0 \0 b1 e; w: r) i" v
-- TODO: add code for the "Open" action here! K4 g4 k0 ~0 k
when "Apply" then
/ I% t) U4 D/ C! C9 V -- TODO: add code for the "Apply" action here
2 `( `0 D+ p3 F2 R) D when "Close" then
. W9 V3 @% l; h -- TODO: add code for the "Close" action here4 f: p5 g3 F' v4 E8 A, t
when "start" then .Trainning_Model1.plant5.EventController.start;
( g; j6 `; H& @2 b7 D when "stop" then .Trainning_Model1.plant5.EventController.stop;
4 `& ]: _" `4 Z8 l3 s L when "reset" then .Trainning_Model1.plant5.EventController.reset;! b, J1 `* w. l' f' ]
when "Init" then .Trainning_Model1.plant5.EventController.init;
" |5 n$ h) X# [; l$ o end;" u" D v* Q, N& g. f
end;% I4 d3 J6 k- W( F6 n; P
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |