各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:6 Y7 [( [8 L3 _' K% @
(action : string)
0 S, i/ g+ }4 A# ?- }2 qis
( u1 H% N7 X+ U5 Jdo' c; N- Y7 p9 }" p+ q; H
inspect action& D$ W) b4 t V; ?
when "Open" then
, z1 B7 ]" f0 I, U0 w8 U -- TODO: add code for the "Open" action here2 D. e0 H& Q4 g; |* w& t1 G9 e
when "Apply" then7 w/ ^' J4 P4 J$ }& j5 h
-- TODO: add code for the "Apply" action here9 K% y) O) `4 q
when "Close" then
9 S9 h% U* }: k, I' H2 I5 m0 a -- TODO: add code for the "Close" action here6 o( _6 C' W ~$ w! A6 M p# z
when "start" then .Trainning_Model1.plant5.EventController.start;
; s, k6 b6 ]! b- k! \- | when "stop" then .Trainning_Model1.plant5.EventController.stop;
, w: b1 V6 u8 d" B; ^* d when "reset" then .Trainning_Model1.plant5.EventController.reset;" ^8 D9 r- m+ K
when "Init" then .Trainning_Model1.plant5.EventController.init;0 j$ r2 t8 n4 w, `$ {3 s7 d8 h
end;5 o' R, q" G/ Y4 t+ k9 A
end;
0 z2 h$ c9 y$ e. @! R当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |