各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
6 s Z b0 ^) r* W(action : string)+ H$ `" Q7 }# @
is/ v7 {" i: R) i$ P& Q
do/ H, L% {6 i8 G, _! Y' e. M
inspect action# ^8 s2 ~* f, q- S
when "Open" then1 H. V! u, O2 |3 j
-- TODO: add code for the "Open" action here
+ \" k s& u3 w when "Apply" then( R3 m0 Z) B4 l# v B
-- TODO: add code for the "Apply" action here
4 q& F! g9 D+ V/ A1 o7 ] when "Close" then
6 K, ~+ ~; v4 y- U -- TODO: add code for the "Close" action here
: }! }- G+ V, F3 Y when "start" then .Trainning_Model1.plant5.EventController.start;# D5 M7 d, [ [ ^
when "stop" then .Trainning_Model1.plant5.EventController.stop;
: `+ A- J! s+ A9 U2 R/ J when "reset" then .Trainning_Model1.plant5.EventController.reset;" H! u5 L1 ~, A( i
when "Init" then .Trainning_Model1.plant5.EventController.init;
m, Y! E$ f7 H" ?$ q! ^8 g8 f end; J3 r8 m0 s. Q! c/ H5 t
end;$ b4 o0 w* H% J4 m G% B) Q& _# M T
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |