各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: $ N; o( F. y, r1 E( d(action : string) : E, x/ l- k' F5 s2 i/ v1 G$ Y# Lis % F6 Z& b ?1 @; {do; V1 h' P2 p0 E) X( z
inspect action1 f8 D3 @2 l' U3 E7 V
when "Open" then# e' \) `( k9 L
-- TODO: add code for the "Open" action here & F! F& k1 ~( R$ _5 ~7 J( Q- w when "Apply" then $ X! Q% s& `: I# e* p -- TODO: add code for the "Apply" action here * _3 t8 D6 i4 q0 t5 ^+ k5 x. T8 ]0 [ when "Close" then ; V3 Z9 @( o: l2 J" A' z7 e! u -- TODO: add code for the "Close" action here * Z9 Z( F$ J. p/ ]" A$ C1 _ when "start" then .Trainning_Model1.plant5.EventController.start; 8 ]# p& }. k( K1 k. m3 h; Q# F when "stop" then .Trainning_Model1.plant5.EventController.stop;- r5 A. v) S1 g. `6 w& V( _$ n
when "reset" then .Trainning_Model1.plant5.EventController.reset;" `: [) E0 F. H& t: Y# k+ B
when "Init" then .Trainning_Model1.plant5.EventController.init; 9 }' H' i3 z0 m end; 8 @ W+ x: Q# N( K5 m& ^) R0 bend; " M8 u- r7 ?( D0 z当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!