各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
6 K0 D; w; A4 G, w(action : string) }! u4 ], ]6 `4 U
is, t! d2 q' o4 \0 J" w8 D9 A0 U
do# }# E- @$ U: s
inspect action
y2 \9 C" o$ y% G% j% t' g when "Open" then( T+ v+ n9 Z1 y W
-- TODO: add code for the "Open" action here
2 M* n- ^6 Q5 @ z; L& \8 u4 p when "Apply" then
3 @# h6 C; `% K8 h2 m -- TODO: add code for the "Apply" action here
1 Z/ f* Y, a, \ t when "Close" then# T( @" D W. y0 t" M
-- TODO: add code for the "Close" action here# r; z+ P5 u" o3 A& @9 {
when "start" then .Trainning_Model1.plant5.EventController.start;
. @ [4 K9 |0 B% W' O: _ when "stop" then .Trainning_Model1.plant5.EventController.stop;- g( Y+ x0 S0 c& f0 @1 V. P: B5 m: g
when "reset" then .Trainning_Model1.plant5.EventController.reset;
& t1 S( i% R( \. U5 U when "Init" then .Trainning_Model1.plant5.EventController.init;6 \: }1 ?4 Z. F Z9 l7 w6 W1 c
end;2 U" D) B4 Z, F7 h
end;
5 Q! E- a& \& N' g6 y当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |