各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:- `# r5 D1 v, r, M$ J7 Y9 e
(action : string)$ V, O3 F& K i7 C- p0 o
is
6 C( [4 v& z1 K+ W" ndo
& @ d0 @" a0 D6 V0 Y" x inspect action5 l8 X8 u- z( h& e1 d
when "Open" then
- E3 y2 M( f* E; i' J -- TODO: add code for the "Open" action here
+ j% P" V6 w: ^; D& @2 W0 ~5 r u when "Apply" then
' u- Q( E9 `: S -- TODO: add code for the "Apply" action here
6 A1 G+ T; ?# z# u1 w: O5 G when "Close" then
& \4 z8 ]" L3 ^9 E( J! b -- TODO: add code for the "Close" action here
: S1 d6 e; s* F& f" S when "start" then .Trainning_Model1.plant5.EventController.start;; r# P+ Z/ {0 y" H9 R4 [
when "stop" then .Trainning_Model1.plant5.EventController.stop;! Y1 e. j0 `7 z& ?4 ^+ Z Y
when "reset" then .Trainning_Model1.plant5.EventController.reset;# ]! {- p1 E& X# a
when "Init" then .Trainning_Model1.plant5.EventController.init;
V- y& d' I3 S9 }3 Y end;% X2 h, Q: G" n
end;2 M# ?- i, Z4 g* V5 y, b5 ~5 Z
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |