各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
) ~, S% W$ _* J' n* I' I% l(action : string)0 z0 w" i% n, k% y
is" U3 x3 G+ Z8 b# \: o2 P
do
5 G- x! I0 t1 r/ [$ B6 z1 [% _1 G inspect action) t+ q- Q/ D* H1 e
when "Open" then
+ D9 |: ^" x! M: t* \, Q8 E# {, ]/ W -- TODO: add code for the "Open" action here. z+ x9 z! |( E
when "Apply" then( k8 B4 ], I1 m: W, H
-- TODO: add code for the "Apply" action here
$ W) r( N. e) T7 C, x7 m, [ when "Close" then1 E `& Y# A, a: y
-- TODO: add code for the "Close" action here6 M% g- Q' n) U! S6 N
when "start" then .Trainning_Model1.plant5.EventController.start;4 s% T: \* y. b6 d& P. I
when "stop" then .Trainning_Model1.plant5.EventController.stop;
, `) e+ k5 `% U* {& N when "reset" then .Trainning_Model1.plant5.EventController.reset;$ K" O. } b3 P, a! D
when "Init" then .Trainning_Model1.plant5.EventController.init;
# v1 \6 J- c& O. u! L; } end;4 {7 O+ o) ?! e& p# `1 M" X
end;
`1 ]. ~/ E2 _) Q% E% z当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |