各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: $ j, o/ _& U6 E; b0 J(action : string)& r9 P. G2 P& J5 R ?2 G
is4 H/ R; }9 D8 J5 Y/ c5 d8 o; r
do ' h: n0 o6 \ Q% p inspect action; H3 i6 W& {, O$ D# {, p
when "Open" then8 O R- i$ v; O5 K/ @& n
-- TODO: add code for the "Open" action here1 z, U$ Q8 G5 |" w9 A) Q0 p2 s! u/ k
when "Apply" then' R- f7 g3 E$ H9 g s7 @' v
-- TODO: add code for the "Apply" action here8 j* `9 L* r1 ~6 M) I2 E
when "Close" then & ]. j/ J9 C. w5 u: A -- TODO: add code for the "Close" action here 1 T W& i8 N5 V) G* A when "start" then .Trainning_Model1.plant5.EventController.start; 0 D& V( G; O5 `& `4 e' ]# X3 e when "stop" then .Trainning_Model1.plant5.EventController.stop;3 b# j b/ C. a8 ?' P
when "reset" then .Trainning_Model1.plant5.EventController.reset; V) g! P7 r- a1 g$ f4 `2 a
when "Init" then .Trainning_Model1.plant5.EventController.init; 8 G$ b9 B: n" R8 L* m# d end; $ f; x7 u& ]$ B& Fend;' R% Z4 J1 y* v6 w" ?" q$ D
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!