各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:$ S& i; r" e4 i; j% b# Y o
(action : string)
6 k' S t" @ A3 {: {is
; p4 V2 j1 l( }8 p8 u" ddo
2 V' Z, }8 i- D, K1 i% X. Q$ u inspect action
% o: p; v+ ~' D0 M9 Z. Q$ ` when "Open" then
" g+ q8 x1 Z# t9 f3 }6 [ -- TODO: add code for the "Open" action here
" R+ t" w, l( V! a when "Apply" then
) j) x7 O( b$ m2 L8 w# l -- TODO: add code for the "Apply" action here
, U. \( t; g1 v3 ? when "Close" then
7 X% h5 R5 b2 w' X+ q -- TODO: add code for the "Close" action here+ x$ ?. q0 a3 k! |2 g
when "start" then .Trainning_Model1.plant5.EventController.start;4 _4 p, }. k( v- e: e: a8 X, Q2 ^
when "stop" then .Trainning_Model1.plant5.EventController.stop;
# n2 N4 F% }4 W/ ?5 O# K9 b when "reset" then .Trainning_Model1.plant5.EventController.reset;
( }& h4 I; i& M! f6 b+ R. d when "Init" then .Trainning_Model1.plant5.EventController.init;
9 H; r) U5 J: d+ w. n$ v# T end;, `% }5 G8 S. v. [, n F5 x
end;
) o: ?# u5 X! _5 V, Q2 p! T当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |