各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:3 `# N( v# p! j: f4 U# e: ~! Y0 J9 v
(action : string)7 R2 H+ k8 D# C$ Q) T
is
! h U9 O w7 O, Z' tdo: m* j0 B2 \2 S7 o7 P# `* y
inspect action4 F; W3 k. y' O- m8 l2 c
when "Open" then3 t% K5 P6 V5 U8 N5 O
-- TODO: add code for the "Open" action here
* C! R u% H- K x when "Apply" then) e* q9 A9 }% k' y0 h9 r. S, s
-- TODO: add code for the "Apply" action here
3 r P9 ^" D0 @& ~+ B! T when "Close" then
' i1 z9 r+ M) G n" W2 C7 Y -- TODO: add code for the "Close" action here
. J' d7 g) h* d( V4 O9 x when "start" then .Trainning_Model1.plant5.EventController.start;
/ e* [# `% d S, c! q when "stop" then .Trainning_Model1.plant5.EventController.stop;1 Z, e3 d3 g. U6 |1 i3 R
when "reset" then .Trainning_Model1.plant5.EventController.reset;# i/ k' S9 {" j( I* j4 N
when "Init" then .Trainning_Model1.plant5.EventController.init;7 K j/ p. s& Z1 A; M! y
end;
" H$ h, `+ ?# w+ L) [9 o& n4 tend;
! l2 ?8 ^2 k* k5 c8 o" j6 D当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |