各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
; v! P4 x# E) f* w( U/ F6 f1 A0 E(action : string)
7 d8 K5 ?5 A; S# Fis
% a, z6 {* g* d1 N3 |% S' Pdo3 @9 r M2 m( {( [
inspect action( V3 C B, i0 s+ ^: R9 @' z" B1 {
when "Open" then6 B( R' v$ d4 }+ {* i( H1 D
-- TODO: add code for the "Open" action here
. Q2 ^/ Y% ^/ Z& T when "Apply" then9 y& p; c* \$ Y$ Y8 s. {
-- TODO: add code for the "Apply" action here4 `! H4 ^" P' S6 o+ z' i: `
when "Close" then
) s8 K5 L7 J+ j6 T2 u. r -- TODO: add code for the "Close" action here
. Y& J0 Z4 K3 K' y2 @ when "start" then .Trainning_Model1.plant5.EventController.start;
" A# s8 `4 K; g3 Y" H* R; n when "stop" then .Trainning_Model1.plant5.EventController.stop;% l+ M/ S, ]1 E; g3 Z3 I; x3 S
when "reset" then .Trainning_Model1.plant5.EventController.reset;1 A7 h/ h6 K/ o% y& H( u
when "Init" then .Trainning_Model1.plant5.EventController.init;
0 X7 @8 k& K v+ J( j9 P end;, W% ]! I2 O& h# ?" F
end;8 T V, d: f# |. z
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |