各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
( G: B1 S" O& R( Q6 g# c+ t, |, o0 I(action : string)# m( s2 u T8 }
is
( u$ j% J9 R1 O8 o) l) A+ @do4 j) f7 j7 {4 d! ^* P. I
inspect action4 m, Q: T- {9 M' g
when "Open" then
; W: r$ E; |6 } -- TODO: add code for the "Open" action here
1 ]* l4 c/ T. v3 l4 R when "Apply" then
! ]: E5 c n4 L7 r5 f; _2 _ -- TODO: add code for the "Apply" action here
: m! k) ?3 R' H4 W: O when "Close" then( z) E$ F' z8 e7 b0 l' Y5 g
-- TODO: add code for the "Close" action here
2 U( U0 _' w9 }" H* Y when "start" then .Trainning_Model1.plant5.EventController.start;) a9 t# @* g! g$ L$ H
when "stop" then .Trainning_Model1.plant5.EventController.stop;
! c" i; A3 D3 S0 ] when "reset" then .Trainning_Model1.plant5.EventController.reset;8 ~0 r6 l1 n n- I' k
when "Init" then .Trainning_Model1.plant5.EventController.init;# R Z7 A0 z, B8 e
end;% s, ?- Q( F7 J4 r6 ]/ P4 I/ j
end;! I4 l- m7 N# ]& R0 G- h1 n
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |