各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
! x ^0 Z: Z% \% C, O* j* y& ^2 o(action : string)0 F& \3 A0 f x; w% V
is J; k5 S$ P8 w1 b) w; o- ?7 }4 O
do3 o# S9 E0 e0 S. Q. T: j
inspect action* u+ m7 C8 A, c, @
when "Open" then
1 k4 z6 g. l) `, J -- TODO: add code for the "Open" action here
1 S* p/ d0 P p% c' w1 D1 X0 ~ when "Apply" then: _$ a4 I! \+ d' t" q) D
-- TODO: add code for the "Apply" action here
c) u4 v( T/ Z" \ when "Close" then t- h8 c! q/ G* A+ }% _ j
-- TODO: add code for the "Close" action here
# t* U `+ ~) `$ E. l when "start" then .Trainning_Model1.plant5.EventController.start;3 u& Z, h; W( a' {. V* i
when "stop" then .Trainning_Model1.plant5.EventController.stop;: Q" J" g: F/ h+ o
when "reset" then .Trainning_Model1.plant5.EventController.reset;
% J$ o# B+ r4 G2 s( k when "Init" then .Trainning_Model1.plant5.EventController.init;
6 Y; S( M& L4 T! H4 @ end;0 h; ]$ y8 G$ p- Y! o8 |% w
end;
4 y: w; Z1 {0 S5 x/ P$ r当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |