各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:+ B; x6 m- ^0 e D0 a6 C
(action : string)
" ~# k) m! V T0 {5 jis
- J1 F/ ~' R# G% N& K* A1 e% D+ Edo; `! I7 R3 G; J. L
inspect action
7 `3 I( o" h6 k3 p8 ^( Q when "Open" then
3 h/ [4 i- u5 `: s/ \" s. ] -- TODO: add code for the "Open" action here
$ W; q. [/ U/ \+ ~! z h! h when "Apply" then$ s0 i" o, F" j/ A8 }" i8 Z8 T$ O* Z
-- TODO: add code for the "Apply" action here
# H: @3 @. N Z% i+ D; w( q when "Close" then
4 a& G5 a" Z3 C" K2 w6 @ -- TODO: add code for the "Close" action here1 w' A/ x, C' E9 `& D9 Y, Y; R, U5 b
when "start" then .Trainning_Model1.plant5.EventController.start;* ]+ z5 v/ k3 X* ]4 m! u& H% p, u& r
when "stop" then .Trainning_Model1.plant5.EventController.stop;
7 n( a: n- F( p$ b& } when "reset" then .Trainning_Model1.plant5.EventController.reset;
) F# l \* {; l: B1 h) E when "Init" then .Trainning_Model1.plant5.EventController.init;0 q! ]4 ?. q: N. P7 X$ C
end;
; f) C- V. O: f. Aend;& L/ _0 h. [ O! |! A4 q* g
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |