各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:3 k% I8 t* Y J$ ]2 L
(action : string)7 F) J( l' [ w; { R, U6 n6 ~
is: V+ `6 c* Q* S5 g) A
do
8 T9 C" j6 c' Z6 O# Z inspect action
% c( ^' l# l/ Z. J: p2 n5 {4 b. | when "Open" then) M, `$ M2 H' f0 F. U* X) t4 [+ l% N* y
-- TODO: add code for the "Open" action here/ @/ ~; Q3 R7 _0 Z0 p/ ^
when "Apply" then
9 `( U. ]! k' Z. a' k -- TODO: add code for the "Apply" action here
( r* T; e0 r3 t% ?; W when "Close" then$ \3 ^ r/ v6 V6 ]
-- TODO: add code for the "Close" action here
. h2 E: I# A" o when "start" then .Trainning_Model1.plant5.EventController.start;- w, k5 K* f' U7 R) K0 E
when "stop" then .Trainning_Model1.plant5.EventController.stop;8 a) m5 I# K0 d9 L7 o1 t! \
when "reset" then .Trainning_Model1.plant5.EventController.reset;$ Q" j+ ]/ C, e6 ^% Y8 T/ p h2 ^
when "Init" then .Trainning_Model1.plant5.EventController.init;
R. c7 Z0 }& _: o( B( P end;8 {" l1 I# b/ d8 X6 T" h6 Y
end;
0 G; F6 V% M0 Y p, n g当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |