各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:; }" B* \9 C/ H: u- T5 ~
(action : string), C9 D& H; |0 v5 `
is
" k$ X6 o$ ?9 F/ O, O1 f% D! r+ Fdo5 Q2 @% ?" I/ E4 W8 ^5 }" G
inspect action& I1 u W/ u/ A6 I, P
when "Open" then5 _) M _( p- y2 a* g0 e5 ?9 v
-- TODO: add code for the "Open" action here
2 E1 T7 z% u( }& c when "Apply" then; U/ V# O( O' c$ V4 l
-- TODO: add code for the "Apply" action here
! ^7 A4 J- ]/ f$ J0 L8 e; s& O when "Close" then
% u0 E/ I! I: N7 ~ -- TODO: add code for the "Close" action here
1 g' x" D* H' k: k when "start" then .Trainning_Model1.plant5.EventController.start;
: w$ L4 q: O. X% C" x when "stop" then .Trainning_Model1.plant5.EventController.stop; x% ?% D5 b5 B, I
when "reset" then .Trainning_Model1.plant5.EventController.reset;
; c2 o* z2 e: o* M; w0 `9 l" J# L when "Init" then .Trainning_Model1.plant5.EventController.init;* e2 w# y5 B! s# a* o1 s: ?
end;2 {, G8 l+ a o' b
end;
1 h) W/ l8 a6 I$ B当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |