各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
5 m+ [* H1 u8 R- r! o(action : string)
6 o: p: G4 M( O/ Iis
6 q7 \" ~1 B3 Z& ~* hdo' x+ P8 A5 j6 G2 m |# Q
inspect action
, m" j8 Q, B; i5 `1 I/ k when "Open" then/ ~, {) c- u0 c2 L7 ]9 E. M; ?
-- TODO: add code for the "Open" action here
* U- a `# O% d% | when "Apply" then/ Y6 w, \' f9 k( j
-- TODO: add code for the "Apply" action here& Y, ]0 E; F# Y5 H2 V# g. b d
when "Close" then
( S g$ T% r, k" w$ z/ u -- TODO: add code for the "Close" action here- `. C6 q \& Y ?& J- d% g) k2 t; A
when "start" then .Trainning_Model1.plant5.EventController.start;
. a1 ]1 w$ o$ @; V when "stop" then .Trainning_Model1.plant5.EventController.stop;
* r% E+ [$ C3 P6 H when "reset" then .Trainning_Model1.plant5.EventController.reset;
, A% @' t, l! ? when "Init" then .Trainning_Model1.plant5.EventController.init;* {9 T/ P ~# T4 r' a
end;
& ?( _; H: X* _% q. s& w: ]5 ~3 Jend;
7 P6 T/ F/ t/ _& g& S; j当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |