各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:2 W3 j# Y1 Y6 K7 c! v2 T6 k
(action : string) " n8 D) Q8 P& l1 g# p& l1 _is K. [1 O2 I1 l7 C( l; Sdo* L5 o. Y* Y0 l# Q. q( L
inspect action - K4 m5 C; D; V9 n0 g- m when "Open" then 6 c% G7 @- B; z, j1 o' J -- TODO: add code for the "Open" action here- P: {# R/ p; N, [$ b2 H1 w
when "Apply" then ( p- ?( X/ x4 |4 G5 { -- TODO: add code for the "Apply" action here ! b6 v5 A2 v5 d# _2 D) d3 u+ e) V when "Close" then & g" {# H: O' _( x5 c2 F -- TODO: add code for the "Close" action here . Z( [8 ?: y. E. H$ I; o when "start" then .Trainning_Model1.plant5.EventController.start;4 f) \* r3 ?: A9 h0 d, Y* f
when "stop" then .Trainning_Model1.plant5.EventController.stop;$ t9 S! m9 z0 @- r* E0 S
when "reset" then .Trainning_Model1.plant5.EventController.reset;% T9 c% ^8 n3 t+ v
when "Init" then .Trainning_Model1.plant5.EventController.init; : ]! w* ]/ w- T8 Z9 z" K3 h' b1 A* S end;& U+ l* ?! U( W/ S
end;2 W1 u; T# Z% L. l- N6 J& B
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!