各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:: P8 x1 ^* I0 O" U6 F# K- O
(action : string)
8 g2 p7 ~# C) i/ j5 Nis8 A& M) m# P# v
do
) G5 |, C5 O, P8 |) F" w' [( V, l inspect action
7 N, {3 `" p7 g1 s' P v when "Open" then7 }5 ^' {5 p5 Z& l
-- TODO: add code for the "Open" action here/ F1 a( N( l; N1 R" \' Y
when "Apply" then
) a& G# {) K8 W -- TODO: add code for the "Apply" action here' v: `% o4 b' Q3 A3 I
when "Close" then: {5 M& l; Q+ t
-- TODO: add code for the "Close" action here2 ? o# r) z+ W4 b/ Q0 l! y' J R
when "start" then .Trainning_Model1.plant5.EventController.start;
% I' V& Q+ d U" x: X- \ when "stop" then .Trainning_Model1.plant5.EventController.stop;7 G. V) n0 p. K' p, f; Y7 A
when "reset" then .Trainning_Model1.plant5.EventController.reset;
5 p4 [1 x3 I3 x) Q, R when "Init" then .Trainning_Model1.plant5.EventController.init;# y4 s9 h% Q' n4 c
end; Q6 Q I3 i* E, |
end;/ B# [' m% r( X9 y$ j# d2 X
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |