各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:* f% m. \" h& w9 k: x/ _
(action : string)" G+ o) Z* @, \8 l" p* j* G& ?
is
- P& f. G* v- a" B1 A# B- Ado/ I5 ^6 r9 s) u2 [: P
inspect action
( N( \$ D7 g/ l' V" o when "Open" then& a* `/ t, I2 `2 e7 P
-- TODO: add code for the "Open" action here! T* Q9 k# g& T- u4 x8 a/ ?
when "Apply" then
. s1 R: K+ e( {% a- q -- TODO: add code for the "Apply" action here6 B7 ]7 r, i5 B. E5 I) ~& N
when "Close" then* Z1 w. S( p& ]+ |. N/ b8 c
-- TODO: add code for the "Close" action here
/ ~! o$ d2 _) d# L$ W ] when "start" then .Trainning_Model1.plant5.EventController.start;
! i% N6 y0 q% W when "stop" then .Trainning_Model1.plant5.EventController.stop;7 k/ T# |, M% h% k' g p8 T
when "reset" then .Trainning_Model1.plant5.EventController.reset;" r" Z5 k/ m" T6 S
when "Init" then .Trainning_Model1.plant5.EventController.init;- E7 c3 h( Y$ N, Y1 K" h: T
end;
5 K7 C# ~* \4 a) z4 ^end;6 {1 Q; f9 ~& G' j% K g
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |