各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:' g: _$ Z. J }# E; `' F& m7 b
(action : string)
% X! m( G2 {3 n' N k) G- Kis- y/ H j' D5 X
do& R4 N7 p/ D( Z9 c6 f
inspect action" S8 F" X8 V9 e( Z% [7 X/ A, @
when "Open" then: P. p1 K( t4 H! o! S- P8 l7 p
-- TODO: add code for the "Open" action here
# z* ]6 J) E' H when "Apply" then5 F+ k J: }7 A, M3 Q/ C. P5 ^
-- TODO: add code for the "Apply" action here
% v" A6 }# e6 D7 U' c when "Close" then! k% k8 \, l6 g% S, I
-- TODO: add code for the "Close" action here
- @% C6 s% E+ V5 T when "start" then .Trainning_Model1.plant5.EventController.start;7 {- h% I% ~5 ?1 c" L
when "stop" then .Trainning_Model1.plant5.EventController.stop;
1 y% S% T# _8 c* d# o when "reset" then .Trainning_Model1.plant5.EventController.reset;8 Z+ p: T7 d, G! x% Z4 t
when "Init" then .Trainning_Model1.plant5.EventController.init;
f5 q5 d* N; a }8 H end;9 l3 s$ h3 G* q2 K& I
end;* k! g! ?& Y1 u3 `6 {$ m- ~
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |