各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:4 P$ p' J( }8 C6 D/ ~
(action : string)
& I: \) ]+ b5 f, }, k, \is
5 b: [4 a3 Q/ o0 r) H, y% R, Vdo
0 T: ^+ x" B* b) f) n inspect action
; t( X0 N+ D% s6 s5 W8 ?; ?1 I7 v when "Open" then
2 U4 `$ Z i- g1 V -- TODO: add code for the "Open" action here
$ y* @! a: S+ [% ~$ j, G when "Apply" then1 I8 o7 o9 A: f( @
-- TODO: add code for the "Apply" action here' ^! t( Q+ | X: }! U- W6 a1 b7 J
when "Close" then
, G7 [# A" U5 l+ v -- TODO: add code for the "Close" action here4 m& Z5 u' Y! O/ b! P* Y
when "start" then .Trainning_Model1.plant5.EventController.start;* Z4 D4 D1 z; I. Y" G) [0 Z4 r
when "stop" then .Trainning_Model1.plant5.EventController.stop;
5 g1 _ C$ ?9 y- J when "reset" then .Trainning_Model1.plant5.EventController.reset;
& U% b: o. |" a! M) u; Q when "Init" then .Trainning_Model1.plant5.EventController.init;
- T# k2 D0 R' R end;
$ H* g/ x/ S& `/ c8 M- Xend;+ w3 Z5 N; s p# [% S+ |" R- k! I
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |