各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
4 q+ a9 B0 O6 L, s& P(action : string)
" T# n; G4 l! V8 A) a( r3 e$ Ois6 ^- E& a- E0 }: x- N* M2 D
do
& F/ Z+ k! S1 q, k. M3 A: C inspect action; a3 ?+ o$ E; z. ~" [
when "Open" then9 C) q( u, i3 Z5 T
-- TODO: add code for the "Open" action here
4 n I; W: Y7 l2 d: P8 v$ n when "Apply" then' V& ^- _% ?0 H$ _" s
-- TODO: add code for the "Apply" action here
8 j6 V0 u" |! m+ Z8 {" u when "Close" then( e& `9 N9 P# B) Q
-- TODO: add code for the "Close" action here* P+ w$ d0 A0 p& [( \
when "start" then .Trainning_Model1.plant5.EventController.start;
/ b0 Y) Z0 C' K# |. m) X when "stop" then .Trainning_Model1.plant5.EventController.stop;. c5 u2 t" O; E0 ]( V
when "reset" then .Trainning_Model1.plant5.EventController.reset;6 q0 g& A- ~+ z( {/ H+ z
when "Init" then .Trainning_Model1.plant5.EventController.init;, r ]# I2 b4 X4 J: H. }& O6 t
end;
3 R+ J5 ^$ w6 b' e, ?/ Lend;" G8 S7 W$ [/ h$ A6 m) x
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |