各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: . }* y3 g+ `3 j2 ?% _: p( y(action : string) 6 r1 y6 G0 s x) x, u' Pis 1 ^: E% @2 {" w* Q+ L5 Y( Udo7 Y! w) c/ X& m7 Q+ I1 h* K& e
inspect action u) J# `2 x+ e' m/ N V% D# ]7 I
when "Open" then ! d: o6 Q) O* c4 B -- TODO: add code for the "Open" action here + G. O' g9 J; `8 e; o" u' b/ ` when "Apply" then- d' i- p9 k' ~
-- TODO: add code for the "Apply" action here7 D$ ]( A Y2 f) o
when "Close" then* o0 W# T. d# Z$ V% \+ L' J
-- TODO: add code for the "Close" action here 9 b! t: k) Y$ j9 L/ ^, ~ when "start" then .Trainning_Model1.plant5.EventController.start; + `- m" U# d% Y0 c when "stop" then .Trainning_Model1.plant5.EventController.stop; ! S. Z v2 ]( T/ o/ r7 \ when "reset" then .Trainning_Model1.plant5.EventController.reset; ( L; v! e: _3 w/ a2 f2 A. h when "Init" then .Trainning_Model1.plant5.EventController.init; 4 n3 m; H6 U M1 r7 y. j end; / @+ Z9 N) I. @% Y/ F- hend;0 A4 d- D u5 ]) X& E6 X4 Q
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!