各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
! }5 f- {+ Y9 v; B6 K2 N(action : string)8 M% H0 @5 c Q
is
0 G# v; J- v5 U1 Z2 M3 ddo/ J; h" b) E& ~8 t- u
inspect action
$ w, N& E9 @+ g0 j when "Open" then
# Q+ s) _, D5 _- N) A {9 T -- TODO: add code for the "Open" action here
" G* V4 f5 }! x% [( w when "Apply" then. L ?0 ~7 V$ N% R
-- TODO: add code for the "Apply" action here
" J4 p A, P2 N' H- t when "Close" then& v% v W3 l5 F4 h
-- TODO: add code for the "Close" action here
/ m9 m- |8 p5 ^( W2 p when "start" then .Trainning_Model1.plant5.EventController.start;
! u' T8 B. e5 y7 B0 v$ a1 N when "stop" then .Trainning_Model1.plant5.EventController.stop;
+ @2 x# I" \2 j8 z7 _2 b- O1 y$ \8 j when "reset" then .Trainning_Model1.plant5.EventController.reset;2 Z r) r# y9 b( c' r3 U
when "Init" then .Trainning_Model1.plant5.EventController.init;: @! Z. b5 N7 W* O4 p, K$ F
end;
, q& V4 T2 f; _, Aend;
" S" R% n7 q' R2 V4 Q( s6 I# l当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |