各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:0 D2 |* j! b3 P# _
(action : string) 1 M' D( x) X F# d2 }is; {3 h1 j2 T( u* a3 r& k+ N
do / X) D# M; M+ W* F N inspect action 0 z4 S; ^9 j. W' M when "Open" then 2 D; _7 H4 l% D5 c( ? -- TODO: add code for the "Open" action here$ O7 Q/ T! l/ v6 Y" |
when "Apply" then0 K0 S. i+ _* }, T. p2 t* M
-- TODO: add code for the "Apply" action here5 l) X+ p9 }9 V- Q3 o' p# _
when "Close" then * |# I3 T0 C& |3 j( ? -- TODO: add code for the "Close" action here 1 m- m$ o- D# D when "start" then .Trainning_Model1.plant5.EventController.start;5 R* }% R- l6 L! m# l) x g3 v
when "stop" then .Trainning_Model1.plant5.EventController.stop;$ j# ^( h9 U$ a
when "reset" then .Trainning_Model1.plant5.EventController.reset;0 U( }6 Y7 }6 L3 W
when "Init" then .Trainning_Model1.plant5.EventController.init;& {9 W9 R C, F
end; 3 L" W3 U2 t, o. tend;4 J. e u7 R/ J4 [* @! t
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!