各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: 3 g8 J+ X5 e6 R' U1 o" z/ ](action : string) 8 h) S( A* Y* V# ~8 lis. L6 P" s$ h+ Q6 }( y
do 1 M. O2 T; ]- d Z5 y) Y inspect action9 i" C! J4 S: l# u
when "Open" then1 o; o7 c( u/ `) J3 {$ M0 R3 o
-- TODO: add code for the "Open" action here0 k0 W( n4 \3 i j% f
when "Apply" then' h! l! V. d7 s& N) E$ d+ V
-- TODO: add code for the "Apply" action here ) }" H) V' B: e( n( R/ k when "Close" then: q. o: j2 } u# {$ m
-- TODO: add code for the "Close" action here . Y$ G- n; f; s6 n, l when "start" then .Trainning_Model1.plant5.EventController.start;$ ^& ]& D5 B* r
when "stop" then .Trainning_Model1.plant5.EventController.stop;( a- ^7 X5 C7 z
when "reset" then .Trainning_Model1.plant5.EventController.reset;# U1 x9 ?& b: s; x* _7 b9 K
when "Init" then .Trainning_Model1.plant5.EventController.init; 1 H* Z. | Q5 k h6 o2 v* i: j end; 9 w# F5 W) G7 K. r0 k) Q \7 Gend; * |( Z* N8 n; k当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!