各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:' {9 c# E8 X* {
(action : string), C, c! A i- r
is) S! v' Z5 b k1 n! N) G
do% R1 C5 C. l) O2 @0 v3 l
inspect action t- J* E7 r0 \( |
when "Open" then0 T( N3 j+ q; J! r' I6 B" b: a
-- TODO: add code for the "Open" action here( s( a: w, a% U% w
when "Apply" then" o+ p9 k+ Y3 R8 w: ~* N
-- TODO: add code for the "Apply" action here
+ S% Z% w# u9 J when "Close" then
+ F4 d4 Q9 T0 P' r -- TODO: add code for the "Close" action here/ _* f9 w& v% k: H2 q" M
when "start" then .Trainning_Model1.plant5.EventController.start;" f/ H6 @# w! ?
when "stop" then .Trainning_Model1.plant5.EventController.stop;5 J; I6 {3 [6 d
when "reset" then .Trainning_Model1.plant5.EventController.reset;
& u6 k' Z/ f' o0 s/ ^! R when "Init" then .Trainning_Model1.plant5.EventController.init;
- t' l2 \" H k8 i end;% j, ?/ ^/ N' O; j7 V; s
end;
6 i2 N% u; Y u7 m" @5 A9 q, @3 f$ k当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |