各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
" s) v4 Q. [, w0 \( C9 @(action : string), c% t1 U \4 Z( N1 e
is- [) }8 u" ?5 }: c7 p
do
' G- O( U# X' s inspect action
2 O" w, g2 z; L when "Open" then% ?7 v$ j7 j2 q! T. X1 j. a
-- TODO: add code for the "Open" action here2 s) U: t* [0 q. o3 g8 s
when "Apply" then: m& u- x& o0 Q7 e& S
-- TODO: add code for the "Apply" action here
( D& {5 d, R& K X6 g7 E when "Close" then% ]: ^- e1 P6 O p7 H, G9 |
-- TODO: add code for the "Close" action here
) `2 n2 P" U1 j- ]) h% U7 q3 O$ r$ l when "start" then .Trainning_Model1.plant5.EventController.start;
% M* ?+ D: b( v when "stop" then .Trainning_Model1.plant5.EventController.stop;
6 e$ ^/ J! ~# @- o* H7 k. C" i when "reset" then .Trainning_Model1.plant5.EventController.reset;3 K L! S& i0 h+ n
when "Init" then .Trainning_Model1.plant5.EventController.init;
8 M: w6 R$ P6 @& z1 |' Q. W end;% v5 [$ a+ Z# m6 W6 [; ~+ c9 y
end;
2 T) J, e( H' e) ~当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |