各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:' ], g' E P. d$ e4 L$ k& l. s6 I
(action : string)
4 [# M6 R; d' S, a, `5 p, Tis, v) s( @( ~2 p) V; x4 E% b3 c# B
do# [/ x! Z3 f7 P; D4 C' G8 l
inspect action
J6 [% Y8 `# i+ u' c when "Open" then7 W5 v& l+ w( I H+ C* F. }9 q
-- TODO: add code for the "Open" action here
8 ?+ W0 K! o1 V when "Apply" then5 w: W: }8 b0 S( o+ v% H& J" N8 H
-- TODO: add code for the "Apply" action here
7 h3 f2 E! C" L7 v/ Z0 D2 k& H4 y when "Close" then
) o& g& B8 |3 x- U% F -- TODO: add code for the "Close" action here' M$ e" D& X8 ~) z4 J9 L* W8 G
when "start" then .Trainning_Model1.plant5.EventController.start;* ]& {+ R( C9 k2 o; W# H, A* s
when "stop" then .Trainning_Model1.plant5.EventController.stop;
: P0 w3 R3 d; |- P when "reset" then .Trainning_Model1.plant5.EventController.reset;3 r; Z# M- J# p5 Q5 A% j- `
when "Init" then .Trainning_Model1.plant5.EventController.init;) l5 ]2 m- @8 Z( T/ u; m
end;
& d6 z- Q& k: n* s7 Eend;3 p% Q P" V/ q
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |