各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:7 @3 _2 ?3 Q; v1 Z: K2 V
(action : string)
( U, q* u" c' F6 gis
6 ?2 U, A9 s% ndo) x7 S1 w$ {+ L) e7 H' u
inspect action) W8 C( ?1 K7 x$ h+ |
when "Open" then
( S, L% X4 s9 Q, r -- TODO: add code for the "Open" action here
( p8 F6 ]# d( A when "Apply" then
, O! ]5 z# ~; B/ q) R0 R -- TODO: add code for the "Apply" action here! l$ V) f, a+ h! E N3 f1 C
when "Close" then
6 _5 o; C, G# A6 `: l -- TODO: add code for the "Close" action here
" @/ ^2 a) D1 J& c: R/ e when "start" then .Trainning_Model1.plant5.EventController.start;
1 R' u) |) O% q# I/ Z9 K6 `5 }# g2 M# w when "stop" then .Trainning_Model1.plant5.EventController.stop;; m4 Y! Q2 |4 G2 C( g" N0 E$ e5 P
when "reset" then .Trainning_Model1.plant5.EventController.reset;
6 V5 z0 @7 b) B6 i1 m when "Init" then .Trainning_Model1.plant5.EventController.init;2 Y9 I* ?2 B; W: Z/ n% M
end;7 U2 F4 ] l1 i9 J% q
end;& x1 c8 t+ O3 f( [% L
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |