各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
( D2 y. l3 N* Q1 V5 N(action : string)
, l2 H) J$ f, M# Xis
5 v$ C* u+ Z1 w3 d- W2 `6 E& R; Ido
$ f; T' B2 f8 d% e# n inspect action" ~; u' `* I8 I! i- \" P0 G
when "Open" then
% o- Y: Y4 Y0 [& \0 ]" C1 E, Y -- TODO: add code for the "Open" action here' ~$ K2 F$ l# {$ O" z1 U
when "Apply" then
" X4 f5 h8 `9 g9 f -- TODO: add code for the "Apply" action here( e! [1 G. Z8 ]
when "Close" then
! A9 H) D% {/ b -- TODO: add code for the "Close" action here. ]& _& g$ P$ j$ E8 K, I5 x
when "start" then .Trainning_Model1.plant5.EventController.start;% H7 \4 j9 ?& |( ~
when "stop" then .Trainning_Model1.plant5.EventController.stop;
" x# s2 y7 W+ _8 b, L( n when "reset" then .Trainning_Model1.plant5.EventController.reset;
! A8 @4 E5 U1 i when "Init" then .Trainning_Model1.plant5.EventController.init;/ I) ?, n$ }6 u
end;
3 v( G$ ~+ C3 C2 v' i3 aend;3 J }% I; I6 K
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |