各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
) }, c) I+ e! f3 ?5 O+ D(action : string)9 O, V# X8 C: \
is
) W, `: T+ m; Q' W( a2 }% c0 g% Gdo( r/ c8 B9 |( o+ r
inspect action
' }! ?/ @7 P; `8 D when "Open" then" W: y2 o! P. z; U
-- TODO: add code for the "Open" action here) K3 u o. O( G- B1 m
when "Apply" then
3 A9 E9 N: X' O* n, |1 r- p6 X -- TODO: add code for the "Apply" action here, F6 z2 Q* v3 @9 o
when "Close" then2 t. A% d" F2 G3 W9 I# l0 A7 I
-- TODO: add code for the "Close" action here
+ M; Z" q- p1 m9 u& ^0 N' U5 f- [ when "start" then .Trainning_Model1.plant5.EventController.start;( m, D6 C' `$ R
when "stop" then .Trainning_Model1.plant5.EventController.stop;( ]- |" B3 b0 r9 X& Z
when "reset" then .Trainning_Model1.plant5.EventController.reset;) [8 g) y5 [9 x8 J& ~) U4 O
when "Init" then .Trainning_Model1.plant5.EventController.init;9 t! n0 O7 E) Z# i% y
end;
% N& B& e, V& [7 rend;
! b0 B/ ?) y7 Z当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |