各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:- H8 W/ ]" E- g9 B# R1 @9 f
(action : string)% Q1 U+ X. ?( f+ B. U+ ?
is1 Z7 a8 P. i% v" h& o( p& e
do
+ Z8 l+ `( {: A& o( [ inspect action
& b: ]0 c; [: W4 Y/ v5 [ when "Open" then3 M$ n) i! O% n. K* _" v
-- TODO: add code for the "Open" action here" F3 H' j; _; u5 _1 v2 k
when "Apply" then
. w9 `8 f$ {2 Y) ~' s' t7 Q0 ]: z. F -- TODO: add code for the "Apply" action here( \0 i: j) Z9 X: q) | o: V
when "Close" then
7 B1 t8 @4 p7 P; m -- TODO: add code for the "Close" action here
8 T. s1 h @7 w3 h/ d when "start" then .Trainning_Model1.plant5.EventController.start;
, ~6 R7 g+ @/ r* l! N: n4 ~/ N+ Q when "stop" then .Trainning_Model1.plant5.EventController.stop;* E# }, R. y* H
when "reset" then .Trainning_Model1.plant5.EventController.reset;
1 ^1 S- N2 \7 k, B; V% U when "Init" then .Trainning_Model1.plant5.EventController.init;: l( m( B3 A5 e
end;
" K9 n+ Z' R, u, x5 fend;2 ~- \9 m# ~* o6 } ]4 K+ D3 C" h
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |