各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
5 `6 X* B+ u: z/ Y$ {$ \, R(action : string)0 t" L z0 U1 C- D3 `) }. b' A
is
" u$ k. }2 `% Rdo6 O9 ~. E, |: L* i+ R
inspect action( {( H3 b3 K' e: E* Q: u
when "Open" then
& i( ^0 y, s! m6 ~2 Q1 A -- TODO: add code for the "Open" action here! o/ j, f9 w1 q: `2 z; D
when "Apply" then
! ^' ^6 N& P; u4 p: M4 j5 m: f -- TODO: add code for the "Apply" action here/ \$ X0 K# u& {3 M9 s9 Z
when "Close" then
- p, r5 A- P5 u( r3 @ -- TODO: add code for the "Close" action here
( Q9 F J9 h: x" U( x when "start" then .Trainning_Model1.plant5.EventController.start;; B, x; O/ @1 V5 X
when "stop" then .Trainning_Model1.plant5.EventController.stop;4 G) L9 s" |" ~0 a* r
when "reset" then .Trainning_Model1.plant5.EventController.reset;
; S q% e1 x5 n when "Init" then .Trainning_Model1.plant5.EventController.init;
2 S3 ^' Z0 i E6 N) V end;
1 I5 Z" g" ~ a8 Zend;3 ]* u1 ]" R7 \4 P8 p0 l4 E, r
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |