各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:' ^/ z. c! i2 j& n
(action : string)
# I& G. Q4 N1 [4 h+ ?3 c2 tis5 r% }% @/ l, r* b: l- h
do
0 d; Q4 u; K! O0 X inspect action
0 [5 H% x, G' w; m$ ?& d9 N7 ~ when "Open" then' R* a( { g0 y7 ?* M- f7 h
-- TODO: add code for the "Open" action here9 i0 d0 V9 M- I, z1 ~9 b
when "Apply" then$ B& |8 S$ I- `; `2 j
-- TODO: add code for the "Apply" action here: B! K' n$ `% A) W% X! @
when "Close" then7 `9 W& ]) ~, x+ A7 [, d' h
-- TODO: add code for the "Close" action here
0 J# T/ v @& x when "start" then .Trainning_Model1.plant5.EventController.start;
: O2 Y# V$ T* y; ]$ t! ` when "stop" then .Trainning_Model1.plant5.EventController.stop;
* ?7 H. E3 H& O when "reset" then .Trainning_Model1.plant5.EventController.reset;2 D1 J# \0 q/ d9 E* R; s- k6 [/ S
when "Init" then .Trainning_Model1.plant5.EventController.init;9 Q0 c" N& ~1 D
end;9 A; Q( i: s; q2 }8 T$ f
end;
: ~+ L$ q, Q# |当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |