各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:2 X2 e' j0 ~' B4 S9 d4 S
(action : string) ! j, C4 C( R4 `1 Vis+ V7 K/ O6 Q- a7 l
do6 O3 ]% d: V3 ?6 F- x7 F
inspect action4 N @* z7 z- V2 K
when "Open" then/ ?4 U2 N7 s6 c( l$ Z
-- TODO: add code for the "Open" action here. k- i; r. @4 T+ E2 r
when "Apply" then0 u/ P& v& F" o% _
-- TODO: add code for the "Apply" action here , @! E- x" |; x( M! I" S% y when "Close" then' B2 c+ T: L7 h/ O: A
-- TODO: add code for the "Close" action here8 p+ S4 m( L( N' l% B3 s
when "start" then .Trainning_Model1.plant5.EventController.start; 8 n- }3 i. i% X& P1 S/ p when "stop" then .Trainning_Model1.plant5.EventController.stop; * X/ m* m) Z# {9 o/ F L when "reset" then .Trainning_Model1.plant5.EventController.reset;( L* x. f9 P2 A
when "Init" then .Trainning_Model1.plant5.EventController.init; ; I! E6 ^" z+ `* @) C5 I5 Q" b end;. F+ ^0 S% j V/ G' s
end; 2 b- w) s( J# H8 w. h0 {( i6 o当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!