各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: * c& R* v) k$ g/ h$ U* n( v(action : string)8 F1 }; w" w. d" ?* ]
is9 ?7 g1 ~! K5 V l' n* |+ T
do + ~% R% S" D, L8 }3 } inspect action : n* w8 k; O/ E- s# z: L( P when "Open" then ) R7 H! v! Q( N$ z% z" ~+ I l -- TODO: add code for the "Open" action here- \+ l. I C; v5 Z
when "Apply" then$ ? z, K3 z7 H& k
-- TODO: add code for the "Apply" action here ( E* u7 m* F" p1 S# P! o8 h) j: k when "Close" then ! ?" ~( Q+ \0 `1 m) a -- TODO: add code for the "Close" action here2 d# G2 l! m& y) P
when "start" then .Trainning_Model1.plant5.EventController.start;: K- K" e: B& o
when "stop" then .Trainning_Model1.plant5.EventController.stop;0 a* i4 ~, W& W9 h
when "reset" then .Trainning_Model1.plant5.EventController.reset; 9 Z7 p. b* |2 e; g% N when "Init" then .Trainning_Model1.plant5.EventController.init;8 L' ^' l4 M" W, q* I' q( |
end;7 S4 {8 D. X( b& a$ W/ Y
end;& V7 R0 m) |5 |) A. o
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!