各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
0 K9 Q9 i7 J7 E0 @ C1 X(action : string)
7 y' ^6 y& v; u$ i( H- z( {is8 p/ Y6 I+ ^, _: {; ~8 j
do3 [5 M8 x; {3 f G
inspect action3 H+ {, {: U! c; R( ^ _+ A
when "Open" then
: k1 R: p2 y6 O- f& k. k7 N u -- TODO: add code for the "Open" action here
5 j6 X3 i! p9 I& y; v% Q when "Apply" then
3 N0 ^/ G% R0 r! ] -- TODO: add code for the "Apply" action here
+ t3 w. S& c1 D# ^, A+ M when "Close" then
) \% q. q! r/ `1 m h1 m -- TODO: add code for the "Close" action here) j% d, L% |5 K- A; c4 V+ _
when "start" then .Trainning_Model1.plant5.EventController.start;. R! n. Y/ p5 }4 |/ [& K6 ]0 p& u6 W
when "stop" then .Trainning_Model1.plant5.EventController.stop;6 v5 f$ \- w/ T: g( g
when "reset" then .Trainning_Model1.plant5.EventController.reset;* E' F9 m9 l; {% F V* i) C4 j, D
when "Init" then .Trainning_Model1.plant5.EventController.init;
8 ? ~8 }5 ^( ]7 f9 m9 i end;
8 }' f$ u. w5 iend;
; j# M: L% j- r5 {5 I当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |