各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:% [( ~3 c3 Y2 V& R2 t, o6 ?3 m4 f
(action : string)
' M9 M4 M$ ^# N, [# Z) N$ }2 yis
) @, i3 n8 `" F. \) Qdo' [$ S" [5 X* \/ a( a+ y' b
inspect action7 E# f, N' h; S1 o
when "Open" then4 ^' t# V5 r! }. k! V
-- TODO: add code for the "Open" action here
, o, d) l8 h5 r. t when "Apply" then0 ~! x4 j6 x8 c8 ], l& h
-- TODO: add code for the "Apply" action here
# C* f. c& D% E4 H# r when "Close" then
3 J# k' q9 Z% } -- TODO: add code for the "Close" action here. `2 j5 B: r& @: O1 Y) A9 q
when "start" then .Trainning_Model1.plant5.EventController.start;
# z7 v. G, w7 e7 o; H& Z6 d when "stop" then .Trainning_Model1.plant5.EventController.stop;0 z8 {. _% g" P2 n$ f5 ^0 P. \
when "reset" then .Trainning_Model1.plant5.EventController.reset;
2 n k! @( T7 K, [$ i e, } Q$ B* R when "Init" then .Trainning_Model1.plant5.EventController.init;' \) _6 T! j/ |4 i" S2 A2 t
end;
' u6 Z" ?' x- D5 Oend;8 Z/ [ P* F( A* o2 A/ ^) q
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |