各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:* Q: |7 X$ Z0 Q
(action : string)! [8 w7 p+ L. \5 c* W/ L j
is0 F; Q. P! X. a4 }2 h* m8 p
do ( w# N7 R( j/ ]0 h% ] inspect action. P' _6 n7 T. [6 o: w$ s6 Z/ C
when "Open" then7 N( W- s5 @: x/ w* `
-- TODO: add code for the "Open" action here8 }6 N- X+ o8 w2 R: v5 S. d
when "Apply" then- ]3 J# x5 |% E7 ^, K9 i0 `
-- TODO: add code for the "Apply" action here 9 X( Q! Z0 i. c% ~ D' k; T when "Close" then: h' ]. a/ w9 V
-- TODO: add code for the "Close" action here 8 j! q5 a) W2 T! r7 N, Z; h when "start" then .Trainning_Model1.plant5.EventController.start; - b6 I3 f" m' A& u when "stop" then .Trainning_Model1.plant5.EventController.stop;/ s. w. c6 z- `
when "reset" then .Trainning_Model1.plant5.EventController.reset; / x; Q7 h' b7 z$ ~+ U- k+ S8 i when "Init" then .Trainning_Model1.plant5.EventController.init;0 C; [9 A: f d. f3 _2 ]
end;* m5 s' E6 j4 c( [* l
end; 3 q6 @6 F r n& q k1 E当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!