各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:% g0 n8 n( p" Z2 ~4 B
(action : string)
5 L) O$ S4 |8 {is
" [ `+ T0 i1 Y6 H, t g2 hdo3 p( u% b8 {. B7 s
inspect action5 I2 ~; O2 r- p2 Y, S' [: ^- j; K
when "Open" then
& Y4 H6 h2 o; |( x$ e -- TODO: add code for the "Open" action here" J( h, T$ N9 Q1 \( O* q1 e1 W0 A4 S
when "Apply" then2 P. ^+ q, r* c% w' G2 ^0 k
-- TODO: add code for the "Apply" action here
: L1 f% Q/ G; ~ j9 R) `$ G when "Close" then
) o5 x1 \9 Y2 [; q7 G$ Z1 `0 t0 k -- TODO: add code for the "Close" action here
5 d2 d0 \' O5 U" C: j when "start" then .Trainning_Model1.plant5.EventController.start;
, b6 e o4 u5 ^" i when "stop" then .Trainning_Model1.plant5.EventController.stop;' d* n( \1 G$ u6 h
when "reset" then .Trainning_Model1.plant5.EventController.reset;
- ?) ~$ F6 J5 a# e- ? when "Init" then .Trainning_Model1.plant5.EventController.init;
7 ~; v, x) z. ^: r ]: m end;
, h+ _+ a; P6 s8 z, \" p# mend;
( }+ e+ L3 i+ s6 B$ e7 ~0 R当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |