各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:4 g3 v P+ v/ ?1 P
(action : string)
& R& U' |9 A8 } qis
2 v" u" s5 ], J' f: t2 Rdo; D9 F8 c5 ~/ A4 ~/ n2 J0 u' @
inspect action; F+ M/ q5 j. P" c" t, C, \
when "Open" then
. a5 J8 q3 F; k9 l/ }7 d" v3 K" O -- TODO: add code for the "Open" action here& o C: \5 K+ J4 m) C' P3 i
when "Apply" then0 l0 F3 z4 t9 c6 A8 ]- s+ v
-- TODO: add code for the "Apply" action here
' }) _7 P5 V. | when "Close" then
8 G$ U) c- [& f) d$ M: v, l -- TODO: add code for the "Close" action here! J' f( ~7 U& B, r
when "start" then .Trainning_Model1.plant5.EventController.start; g, h6 J& B+ J" |) }
when "stop" then .Trainning_Model1.plant5.EventController.stop;, _6 f1 Y9 J( ?
when "reset" then .Trainning_Model1.plant5.EventController.reset;# r( j- l& [7 d5 K6 m, |
when "Init" then .Trainning_Model1.plant5.EventController.init;) N3 j& a$ v0 |* y# a6 t3 i, H
end;" n0 v J- L7 s' r* e! s: o* K
end;: e: R* H8 ?" p, L5 G, E2 c# |9 b
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |