各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: Y2 s- o9 p0 Y; Q! r) Z
(action : string). H( ]$ }3 |8 A+ O
is ) w7 N9 Z7 y1 N# l. n9 L `do2 G" ?, Y' J0 d- M# ?
inspect action * Q' X) F! z1 I: E& w* N when "Open" then + @' Z/ _$ j5 b -- TODO: add code for the "Open" action here5 U% S! Z3 J8 M1 C$ G5 I
when "Apply" then" m( r/ F) M5 I. m6 o2 k
-- TODO: add code for the "Apply" action here* a! M0 E0 @4 {+ K& t3 V) n
when "Close" then , z# O& ~) D! a -- TODO: add code for the "Close" action here # o0 |4 _% P/ y& @8 s5 [8 Y when "start" then .Trainning_Model1.plant5.EventController.start; F- x4 l6 `6 E, \" I; Y* W when "stop" then .Trainning_Model1.plant5.EventController.stop; + G5 c3 v. y$ Q4 W/ _# J) K when "reset" then .Trainning_Model1.plant5.EventController.reset;( M/ k. ~# ]/ x, G% B3 u4 J
when "Init" then .Trainning_Model1.plant5.EventController.init;) x1 O' h: U. ^* D& m( v- Q
end;0 _8 K9 {& j$ |; z
end;1 o! {( M% m$ j) q
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!