各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
4 ]& k6 o4 @) f, r(action : string)" o' W0 \! h- t8 C8 X
is
3 D- T f) {# d- ?! `do
# e. g4 O+ |, q A0 p# q inspect action
8 j, H+ k6 M1 j4 O! M when "Open" then
1 V2 F5 @3 v+ j! q! s1 E2 i4 V -- TODO: add code for the "Open" action here
$ A7 Z7 g7 {' C4 w when "Apply" then/ ]5 Z4 f/ o, Z! O0 |0 y
-- TODO: add code for the "Apply" action here
5 O5 @! J h& \# r& x% L% u when "Close" then, }* I9 P0 P* }& J2 ?% {
-- TODO: add code for the "Close" action here
3 e4 M2 z! P$ ?1 h2 {- h& K8 P when "start" then .Trainning_Model1.plant5.EventController.start;% s$ z- ^# R1 n, V1 J/ h
when "stop" then .Trainning_Model1.plant5.EventController.stop;4 D" c3 D; P9 F& L& y- ]1 k
when "reset" then .Trainning_Model1.plant5.EventController.reset;3 B6 b2 ~3 s- C9 e, x
when "Init" then .Trainning_Model1.plant5.EventController.init;4 o$ x6 B+ l8 e% V. n- {& f- P
end;
2 v! c! h0 K1 a+ _ Dend;* T3 x. W. o: P
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |