各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:, h7 @ z' `2 n3 @ i3 r
(action : string); A4 ~- o! L( T6 R
is 9 c( e" y: h2 M6 ^ S1 udo" p0 |! b1 w' P( F9 B3 [
inspect action% S$ }# v9 X: E/ z) k/ J
when "Open" then, L2 H& l( G" v; p
-- TODO: add code for the "Open" action here 9 G p/ ~1 G M& | when "Apply" then! F. `; [# a1 k! P: H% R. C" ^
-- TODO: add code for the "Apply" action here* r+ n' i1 c3 j( I
when "Close" then! q: V0 B( P2 Y8 r2 o% t( D
-- TODO: add code for the "Close" action here. k$ L* v8 U) E z( t7 g
when "start" then .Trainning_Model1.plant5.EventController.start; 5 h( }8 q9 Y, j) f: c+ b0 E when "stop" then .Trainning_Model1.plant5.EventController.stop;5 Q' u) v9 u0 \3 ] F! N2 p
when "reset" then .Trainning_Model1.plant5.EventController.reset; 5 p8 U0 o x- v' H U. `5 N/ V when "Init" then .Trainning_Model1.plant5.EventController.init; $ t( j- ^& ^6 r4 C2 b end; : S) K; s( a9 I2 kend;1 V; O' {; d! v( R$ z, y2 C
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!