各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
- v- |2 {2 T9 f/ |2 C' { c% H(action : string)
) B7 M5 u+ w" b, m2 Z- [. @4 His
* c& g3 y- l0 H8 R8 qdo
! p I0 p+ w ?+ N) Y6 } inspect action! d, l4 l7 K, _/ Y+ C8 D
when "Open" then* R, L# h& g& z ?. e
-- TODO: add code for the "Open" action here: b5 e9 w* z0 {7 \4 ]* x% f
when "Apply" then) p( L2 f, i5 Y- }5 h
-- TODO: add code for the "Apply" action here# }' K' h4 p# X- i5 C( Q: b8 r
when "Close" then4 N. {9 Z. o4 h! [9 ^* z
-- TODO: add code for the "Close" action here, n& @: K/ d( p- E! O7 R* I; h
when "start" then .Trainning_Model1.plant5.EventController.start;( e8 p2 g2 C0 [
when "stop" then .Trainning_Model1.plant5.EventController.stop;3 Q8 L+ d3 x; u) z/ s
when "reset" then .Trainning_Model1.plant5.EventController.reset;
8 o7 {* v; a+ ^; f when "Init" then .Trainning_Model1.plant5.EventController.init;
6 v( w' c$ w: V$ W* X$ i end;
7 P* Y# j+ K7 T# Nend;" A2 W' Q0 r0 S& V" x/ }
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |