各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: 5 r4 \' ?, y% q1 A(action : string)( a2 E4 w# t4 h3 C( ~) W
is! G7 S& G! U# f
do. n3 x( t3 s* P0 V% W+ r, }2 F' \
inspect action5 u8 E6 O8 l# Y3 g8 V3 g9 n
when "Open" then * T8 b; }# h7 M& ?2 k2 z# S -- TODO: add code for the "Open" action here ' y* W. Q% o( N6 M when "Apply" then : ]- v+ P2 s$ M; g: X) G -- TODO: add code for the "Apply" action here3 [+ B* ~( B0 L' X
when "Close" then 2 d2 _8 ^0 M; r+ h' S: V -- TODO: add code for the "Close" action here s& i" v' o) m2 @* f! R N
when "start" then .Trainning_Model1.plant5.EventController.start;% e- ~) i! G, v6 A$ r1 G2 \+ W9 K
when "stop" then .Trainning_Model1.plant5.EventController.stop; ) {# L. ^5 x& q* v' U' t" k when "reset" then .Trainning_Model1.plant5.EventController.reset; 2 |* Q1 E9 I2 d9 G1 t* F when "Init" then .Trainning_Model1.plant5.EventController.init;4 O+ N6 a# O R% z: v' k4 s
end; 3 }2 |$ G0 E+ V8 X9 bend; 3 ~* l! k2 G5 V2 I3 N. V5 M当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!