各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:2 _+ H3 m# K8 `) H" n( `
(action : string)
0 P9 L4 A7 z2 D% |$ [is
# N; x2 O) O4 O8 }9 zdo) Z* q) G" r$ S7 y
inspect action% `0 }& h7 Q( i. s
when "Open" then* w: _3 X4 |3 z, s6 y8 G& ]- t
-- TODO: add code for the "Open" action here& T! B9 d, Y* n, [8 c2 C' x
when "Apply" then
3 }7 j; q) }2 \1 F9 ~% `6 U: d1 l -- TODO: add code for the "Apply" action here
. Q e' C% f* w, V6 I when "Close" then$ D# _; k: P9 X( ] [, c2 W+ q
-- TODO: add code for the "Close" action here w! p, n6 y% ^# r/ M5 |0 D; R3 A
when "start" then .Trainning_Model1.plant5.EventController.start;+ r. p, F3 c }! B' L+ z& O. Q
when "stop" then .Trainning_Model1.plant5.EventController.stop;
; X1 t( ]# h1 e! i when "reset" then .Trainning_Model1.plant5.EventController.reset;. i7 r* Z. E* w/ \
when "Init" then .Trainning_Model1.plant5.EventController.init;0 z8 w. t/ Z+ v p: \4 p' H0 l
end;0 u0 C b, u" K0 s+ Y) }, w
end;+ b( t* i. q* ` {% Z
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |