各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
: i+ z; Q/ Z5 }& f4 o5 u# R& @(action : string)
+ M: u% H: T+ E! t! D& V4 p6 @+ Ris
& g2 B7 n+ p, a, h0 d% \do8 E/ D$ D, ]* J9 D9 [5 i
inspect action5 I$ Q! Y0 G+ a# q$ d; e1 B
when "Open" then
8 R' q9 e7 Z5 r1 }3 D" C -- TODO: add code for the "Open" action here
* f# G9 G- Q- P! o# s0 ` when "Apply" then
# {% i2 |7 S1 a% X% D -- TODO: add code for the "Apply" action here% }0 F3 F- z3 Z6 V
when "Close" then
* |! ]* p) |9 i8 n7 D4 u8 t -- TODO: add code for the "Close" action here0 y Q+ k: \( @; K6 }
when "start" then .Trainning_Model1.plant5.EventController.start;; Z0 P( l9 _9 G: L9 H, x% o3 ~8 f
when "stop" then .Trainning_Model1.plant5.EventController.stop;
) I( Y5 T+ |! C when "reset" then .Trainning_Model1.plant5.EventController.reset;
" x: q6 y8 g9 v0 I S$ }* F when "Init" then .Trainning_Model1.plant5.EventController.init;) ]4 q, |6 i6 I" L' v- R6 Z! C0 I
end;
7 B# ^4 B- X' u8 D) G% C2 Wend; ~1 Z; ?0 X7 L5 |5 `
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |