各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: 6 p& c! b3 d% E- |- i" u(action : string)3 f! M# W$ p3 V' }9 ~" o0 e' g
is & [. s j" k, K. [5 S6 R, udo 5 }) d8 \0 P) |( C( `+ m inspect action5 G @2 J; P Y0 u
when "Open" then 2 @" f# ~# u; }3 D( f -- TODO: add code for the "Open" action here X0 h% A/ e$ j5 E A" W i
when "Apply" then6 p" E" A' T8 {6 o9 h7 K
-- TODO: add code for the "Apply" action here& F* l/ ]1 ]; C% n. L5 d
when "Close" then/ P- ?+ k' n& w; w& k- @' t
-- TODO: add code for the "Close" action here! N" Q1 y" T3 l3 q5 [
when "start" then .Trainning_Model1.plant5.EventController.start;/ u+ ^- u/ T: c, @9 X5 o p
when "stop" then .Trainning_Model1.plant5.EventController.stop; * O- V f$ D, u7 I/ m/ K/ q) _+ J when "reset" then .Trainning_Model1.plant5.EventController.reset;; ]' H3 Q7 ]* T9 E- ^/ L# ?" D3 x. n2 J/ |
when "Init" then .Trainning_Model1.plant5.EventController.init; 0 k! J( E+ b- a% W end; # d$ @- l( B% V7 Pend; / h3 \& a3 J. e2 a2 `当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!