各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:/ n: T3 w) }. R) ^4 w; M
(action : string)
, o# _' I+ B! d% p" [$ Ois$ p) Y5 h1 ~1 N, x
do
* [& F& o2 X$ v$ j q: Z. O5 ^& B inspect action
Q. |+ B _( v8 I" c( F when "Open" then: h& J, A) [4 Z! I
-- TODO: add code for the "Open" action here1 Z* [! Z8 e/ K0 H
when "Apply" then/ p# a3 t8 g4 B
-- TODO: add code for the "Apply" action here1 G# y6 ?7 E8 B
when "Close" then6 K1 K7 U$ V0 B# H$ w' L, c% E0 O, [
-- TODO: add code for the "Close" action here6 y. F( a) u) }. n# Y
when "start" then .Trainning_Model1.plant5.EventController.start;
: b. D% D m) s4 Z6 T: M) x. H1 S when "stop" then .Trainning_Model1.plant5.EventController.stop;
4 w! Y: x, T" G/ w7 e when "reset" then .Trainning_Model1.plant5.EventController.reset;( v( t" q5 T" g( e$ r) v5 G
when "Init" then .Trainning_Model1.plant5.EventController.init;# X( N. J# R, \0 ^# T* {2 m1 d2 V
end;
- p' j7 Q8 y! z; Y$ mend;! n) E' Z- Q; g) W
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |