各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:5 x' g9 P' y5 C; o+ p7 ~$ B
(action : string)
' p8 u3 X9 H& [7 i9 d4 S- v* dis
3 h! {, S9 \5 \. z$ xdo! O- ]6 w, Y& W# V# Y; f
inspect action
7 m/ n' j/ r4 ?8 Z! u when "Open" then. P& \, _, z. r2 q, E) I1 S
-- TODO: add code for the "Open" action here
% w4 u8 K5 I. _+ A% @! q3 n/ f* K+ r! H when "Apply" then
* k+ w9 p: B7 u" Y -- TODO: add code for the "Apply" action here
( L" F H1 _- N6 U9 Z$ G, q when "Close" then; K1 C- n, B6 k. ]3 g( m
-- TODO: add code for the "Close" action here6 K( ]5 i% i% k2 V i2 t
when "start" then .Trainning_Model1.plant5.EventController.start;
% l( d& k7 o2 q8 [( R when "stop" then .Trainning_Model1.plant5.EventController.stop;
! j( s# R- z3 j3 ?* B3 u5 b0 L when "reset" then .Trainning_Model1.plant5.EventController.reset;
, l+ a1 ^# Q' y5 r when "Init" then .Trainning_Model1.plant5.EventController.init;
}2 g, K3 c3 u" g% K end;. e' I/ a7 Y5 \' n9 Y4 V
end;% Y$ R/ h: b8 r Q# J. |. S8 d
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |