各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
, M1 j, ^0 v2 T6 R/ w2 }5 o(action : string)
& n0 b8 x. J! _3 Xis+ {" H8 x3 I' B
do
8 o# w6 C* l3 _4 V7 _ inspect action% Y9 K* {# c+ X+ U! T m& _
when "Open" then6 f" P B3 o3 J3 \
-- TODO: add code for the "Open" action here1 P9 f; V K# Y+ K$ r* X" @
when "Apply" then7 O4 f( ]* i" c( }4 s( Q' X
-- TODO: add code for the "Apply" action here
- ~, a5 l7 h3 I( q' y7 ^5 z% X/ H# i when "Close" then
/ e" a* `% Q% W* P -- TODO: add code for the "Close" action here
- Q! B5 H C$ X: {$ w4 q when "start" then .Trainning_Model1.plant5.EventController.start;
" t4 _- e8 [1 n& R$ v" K4 g$ X when "stop" then .Trainning_Model1.plant5.EventController.stop;) i3 I* Q' B! [# s7 r( D# C3 s# Q
when "reset" then .Trainning_Model1.plant5.EventController.reset;
* i* e/ A0 S) c! @ when "Init" then .Trainning_Model1.plant5.EventController.init;5 t: _. x% c( X% `: r8 m; s
end;
% y E% a, W9 P/ a$ _/ P9 ?9 c$ m& mend;
" c- H$ T( b, g+ S9 T当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |