各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:3 [# b% c6 ]. Q+ n
(action : string)
' {8 W, ^; _" ]# D7 Dis
+ T8 V9 ?5 S" V3 zdo
3 Z; Q8 o9 q$ N inspect action. {' G- b6 `4 z
when "Open" then
$ X4 N; E: ?+ e1 ^' f, r" ]7 ~ -- TODO: add code for the "Open" action here A* `5 J, P. e5 \% i
when "Apply" then
/ v, r0 E/ w) A& I/ z N -- TODO: add code for the "Apply" action here5 @" Z% l! ?- h; L! X# {4 I9 z
when "Close" then
S& |9 `9 R- T4 |; T -- TODO: add code for the "Close" action here! }* j! _* H8 {. j
when "start" then .Trainning_Model1.plant5.EventController.start;- }2 o& ^( M9 b
when "stop" then .Trainning_Model1.plant5.EventController.stop;
a0 u3 f! p" s2 q( P when "reset" then .Trainning_Model1.plant5.EventController.reset;, \* v+ n- d: w- t4 U
when "Init" then .Trainning_Model1.plant5.EventController.init;- @8 j9 L8 G6 ~5 E7 c1 R7 X
end;
! U8 s: q6 D; O3 X, T8 m6 X6 kend;
+ ?, U( K0 Q4 L当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |