各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:: u6 n0 F* `1 [2 N0 c
(action : string) z. L3 P* |5 U3 r/ L
is4 r2 r- c5 s( i+ k5 A' v
do
( r4 w$ O. k6 ^! T& e/ h inspect action; e* L9 R a% z) c, r
when "Open" then
9 G$ L4 w+ m6 `6 i; l+ m -- TODO: add code for the "Open" action here" V* t2 \+ K2 O
when "Apply" then
; B" d7 `/ Q3 W$ n) V5 E, W -- TODO: add code for the "Apply" action here
5 X6 ~% Y5 w, Y; h8 z: o when "Close" then0 y/ K/ z6 W2 l. ^; E0 ?
-- TODO: add code for the "Close" action here
, ]; u: F8 n4 r when "start" then .Trainning_Model1.plant5.EventController.start;( ?* F0 }, N" u, _; \
when "stop" then .Trainning_Model1.plant5.EventController.stop;
. i, @9 ^. x! N$ q when "reset" then .Trainning_Model1.plant5.EventController.reset;, q4 L! k$ g* q$ a( j
when "Init" then .Trainning_Model1.plant5.EventController.init;. ~6 d# ]+ s9 w* V7 a( `- M
end;+ Y, `! g( }, J. }5 @
end;( W/ S* P+ u% s/ i
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |