各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: ) K" D! i' E2 \# K$ N( ]0 p" z(action : string); B' h: F' ^; D, j( a& d
is' ~7 o* P3 d& n! B) C
do$ ` ?5 j4 P! ^
inspect action . s/ E8 H1 }7 p _6 w) n when "Open" then - g- T: D: o- x( x -- TODO: add code for the "Open" action here 6 Y p: l% D B% B D, ~: \ when "Apply" then7 T& s3 x$ T7 c4 b
-- TODO: add code for the "Apply" action here , ? R* ^' V. L4 m' W when "Close" then( u2 A+ n5 F7 ^1 b
-- TODO: add code for the "Close" action here1 E: T0 E$ Y% t
when "start" then .Trainning_Model1.plant5.EventController.start; + m/ n1 k- G. Q: R a3 _: i when "stop" then .Trainning_Model1.plant5.EventController.stop; 5 t3 {; V# }# O" k! R7 @ when "reset" then .Trainning_Model1.plant5.EventController.reset;7 X- D! g. l( ]. ~' W* ?
when "Init" then .Trainning_Model1.plant5.EventController.init;) K$ O% R( V- B9 ~; E' m. h
end;7 C6 @3 E% \( `1 Z2 F
end; 7 F& B$ A6 r. E, i2 h/ ~当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!