各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
$ D3 k! e, t* h2 i4 Z x(action : string)
9 W) S: V' F# W& |" n% G; _is
9 i. Y8 \* ]( T9 X8 }1 @% ?3 Zdo
- x2 E1 ^( j( T inspect action
# e% |' F' E+ u. @ x when "Open" then3 J& Y8 d9 q) c5 [/ p
-- TODO: add code for the "Open" action here
1 C8 R, e, v/ j when "Apply" then
5 f; D8 x/ F1 q! n4 s -- TODO: add code for the "Apply" action here
5 }$ @, ` W- N4 A/ M6 N when "Close" then
6 F" n$ g9 v3 A3 J% |( L -- TODO: add code for the "Close" action here# E* g+ S2 i; p8 h1 m6 @
when "start" then .Trainning_Model1.plant5.EventController.start;
6 J* I2 R* q" F: z4 D when "stop" then .Trainning_Model1.plant5.EventController.stop;3 e4 d' G# o: m- h
when "reset" then .Trainning_Model1.plant5.EventController.reset;
( c0 b- D) _# N( \& m. l3 t when "Init" then .Trainning_Model1.plant5.EventController.init;
9 _: i) V5 J Q2 C; @6 w end;' ~( u K3 l5 Z y$ q, L
end;( j6 F+ g% R f! v( t
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |