各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
& l& Z( d* p2 \0 n+ D(action : string) r! F2 Q4 _/ }9 A* W- `
is4 J: y8 a8 b7 O3 U% J! A
do l. y/ X& }8 c3 ^" j, P$ Y( \* L
inspect action
; L8 o$ G* R. M" E; {# Y, q when "Open" then r, E8 {% c- {5 k7 H
-- TODO: add code for the "Open" action here
' G7 e; G( _( W( } when "Apply" then
5 [9 v& F2 g3 r7 T/ p6 T! P -- TODO: add code for the "Apply" action here3 d& U6 Q7 p) x& Q6 g0 e
when "Close" then
! }, I# J- i; V- e9 K, X0 m -- TODO: add code for the "Close" action here
+ ?3 r! |# D! w2 F. ]0 X when "start" then .Trainning_Model1.plant5.EventController.start;9 X* Z3 @. v& L
when "stop" then .Trainning_Model1.plant5.EventController.stop;3 t! l- q: \& Q# B0 h2 t
when "reset" then .Trainning_Model1.plant5.EventController.reset;' R, u+ |5 D* U4 ?
when "Init" then .Trainning_Model1.plant5.EventController.init;
) v3 n: O( K1 N) M9 _1 T/ H0 t end;1 |& \& V9 H6 K( h1 `7 d' ^
end;
5 S3 p9 W* [+ Q2 h5 O) p2 u6 s当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |