各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
# m" h6 b; Q6 o1 Z- A6 | a4 n0 L" b(action : string)4 c. A! t5 Z" J3 r& q1 P7 k2 w
is1 g" d4 G* y' x1 t6 y
do; ~$ H w ?) A F* `6 }6 f
inspect action
0 L8 n# j4 [' g- f when "Open" then
J" C3 k4 j6 k/ i1 u -- TODO: add code for the "Open" action here
" l, [2 Z2 N5 `1 d6 L- z O! ^& u when "Apply" then
1 ^* f& C# i, c% Y' m -- TODO: add code for the "Apply" action here& m" e# m, G+ M/ X; M
when "Close" then
$ V2 O8 F4 A$ Q' o6 M+ z6 v -- TODO: add code for the "Close" action here5 ?$ F) Y* A& J/ ]) c) w/ Y5 V
when "start" then .Trainning_Model1.plant5.EventController.start;
4 r8 d! q$ c# S$ b7 [ when "stop" then .Trainning_Model1.plant5.EventController.stop;
5 J/ s- T9 f, J3 L0 O when "reset" then .Trainning_Model1.plant5.EventController.reset;
& J4 a! @2 P; x! G when "Init" then .Trainning_Model1.plant5.EventController.init;& f- e: h7 P, E8 h
end;
% i) c& O) R7 b. k- v4 N" \end;
( T) v' M6 {9 C' H& s8 O, e0 O当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |