各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:' `3 b Z" m6 n7 T9 T. e1 J
(action : string)/ k' ^ J9 Y2 }3 t7 I% C( P9 x: ~
is # a* z) a. f# Z1 _) G" [& ^( Rdo , ^6 U% K7 q0 B5 k inspect action5 f v( R7 @2 r/ o1 n
when "Open" then2 t2 L8 F! O5 }1 z, t* {1 m
-- TODO: add code for the "Open" action here ( g* ?; j& ^8 x2 D" N( p when "Apply" then6 b4 e' n8 Q% u
-- TODO: add code for the "Apply" action here9 B& a, W0 u# E3 [: K$ D! K0 V; o
when "Close" then 5 L( i/ V, [3 H3 S -- TODO: add code for the "Close" action here9 J. W D0 A8 H% v/ F
when "start" then .Trainning_Model1.plant5.EventController.start;0 ?7 c/ T7 ^+ c7 j! D& [8 P
when "stop" then .Trainning_Model1.plant5.EventController.stop; 6 L7 p5 ]$ E/ P. Y" H3 Q when "reset" then .Trainning_Model1.plant5.EventController.reset;1 k3 `# T3 F2 l x5 ^) e9 y8 w
when "Init" then .Trainning_Model1.plant5.EventController.init; - R& D/ A/ U/ x$ \. N end; 6 l. A h9 B" [6 f; W8 N( @- H vend; / X& P1 W7 a! u: E当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!