各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
* h' |' E7 ^) I; w! n9 P(action : string)- @0 ?5 ~* b$ d# F5 N) G
is
" c" V) O6 Y9 r5 N- m w5 ]& _do
. {0 _* c% w. y7 G4 g- F8 U1 o8 ] inspect action; h# A v9 C, n% q, p, A0 A6 ?
when "Open" then
7 k* ~: y+ R' B' W* a0 D! e -- TODO: add code for the "Open" action here$ U& @* w" V) @* b
when "Apply" then4 F" g( ~% h( q$ p2 ?. h) L8 h
-- TODO: add code for the "Apply" action here! h7 I; y$ }4 ]- s K: v, V
when "Close" then
/ C8 s5 X; c1 R5 @! {9 w+ |7 Y -- TODO: add code for the "Close" action here
$ E. r" a0 H6 x& Z" W, x when "start" then .Trainning_Model1.plant5.EventController.start;0 r% z8 V4 I, G5 J
when "stop" then .Trainning_Model1.plant5.EventController.stop;+ w" o! A! |2 ?! Q2 i1 |
when "reset" then .Trainning_Model1.plant5.EventController.reset;; D( {: X8 \) T" d
when "Init" then .Trainning_Model1.plant5.EventController.init;
* Z- x S9 b7 h1 X, o" Z5 L end;4 o" I- ?/ b5 ~5 [0 H# M
end;
6 d" F6 S$ d; J1 q6 `当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |