各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:0 k9 G7 R" d% q6 w, @
(action : string)
! k, k* f/ _* k1 \$ Iis
, r$ }! Q; e g: @do
6 G" ?: v" H/ D. p inspect action# h) C/ P2 W. w, n. s
when "Open" then
% t- i) {8 I, j3 u, W7 k -- TODO: add code for the "Open" action here
4 P3 S* k! h- N# H) Z, R when "Apply" then
' ~ y; {9 b M- x2 @) T) t -- TODO: add code for the "Apply" action here* M; h2 |! T+ w5 k& o% Y
when "Close" then) y6 O0 k5 p$ Q+ c0 M
-- TODO: add code for the "Close" action here9 o# U' B2 v8 C7 Y# L+ g: h' |( U
when "start" then .Trainning_Model1.plant5.EventController.start;
$ p. k# L4 d |9 Y( C+ f8 O5 g when "stop" then .Trainning_Model1.plant5.EventController.stop;
7 n( f1 q0 Z, g3 t' f8 ^7 r" t( b when "reset" then .Trainning_Model1.plant5.EventController.reset;
' ~: c2 H! f% ~2 H& k. O when "Init" then .Trainning_Model1.plant5.EventController.init;
& z4 |$ a! o( @, h end;( r& R6 C( u2 a- l' g
end;1 I: q1 t- B( }6 E" e3 W: _7 v7 \
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |