各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: 7 ?6 q5 T k1 s' I5 ~(action : string)0 _; [6 G4 |# O% k/ T2 x. a# v
is + u7 }$ w, Y+ c# K: ?# Cdo ' F! E u9 U# h inspect action" U( t* V; ]0 p, u! S
when "Open" then! Q2 T! Q4 o2 N. D8 K* b
-- TODO: add code for the "Open" action here; e# S! ^7 n' v
when "Apply" then 5 ~( U0 k/ M, b1 K. r; s4 K -- TODO: add code for the "Apply" action here ; v4 T( e1 j$ @/ f# a5 a when "Close" then( l8 }; g( Q# Z& `7 Q( s2 O( u
-- TODO: add code for the "Close" action here ) P7 u8 J K/ J) H when "start" then .Trainning_Model1.plant5.EventController.start; ) o( S3 {/ Q+ d% G& H when "stop" then .Trainning_Model1.plant5.EventController.stop; 1 m$ A% a+ Y0 B ?6 i. y, D5 u when "reset" then .Trainning_Model1.plant5.EventController.reset;; p9 f6 f0 r) o( B4 _
when "Init" then .Trainning_Model1.plant5.EventController.init; $ g! y" z& O$ }' w9 v6 j& P end; $ r. ^. L) \- tend;# K2 @' P- L8 K5 j$ K6 ~0 _
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!