各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:5 R, @9 p, W, H8 c
(action : string)
2 d Z# S! x( z nis- S4 O( P0 \" E# _+ C
do
$ ^: f' B/ J2 i) H: s inspect action
- t" W* \$ e, b when "Open" then' B- M$ j, @. c+ t3 B
-- TODO: add code for the "Open" action here+ y9 G5 u* X+ P5 n, C9 A" ]0 U
when "Apply" then$ D8 N8 U0 T$ R& G2 T
-- TODO: add code for the "Apply" action here
9 z1 h6 ~' S( ?; [0 g" L when "Close" then
) F5 x/ f% N7 i R6 J -- TODO: add code for the "Close" action here+ V( c+ X7 X0 }# M( r: S w
when "start" then .Trainning_Model1.plant5.EventController.start;
! J! B; Z( W, h, g2 L6 R when "stop" then .Trainning_Model1.plant5.EventController.stop;! F) c) \" y7 v
when "reset" then .Trainning_Model1.plant5.EventController.reset;
: y( s2 C5 {' v2 C0 M when "Init" then .Trainning_Model1.plant5.EventController.init;" I6 W- W" l% ~# h
end;
. Y! n) ?% q8 F c. Y7 Cend;
' b1 j# s- O& @" U- l k0 ^当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |