各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:( A# [4 F( ]% E0 \6 B, B; R+ ]
(action : string)! M& o {: i5 R( B
is
5 U9 V8 u ] i/ ]: s* Mdo
h) I2 j1 F: z1 |6 I inspect action) [9 `; E$ S. m$ q2 i2 a
when "Open" then
# p- U0 k: V" }+ a -- TODO: add code for the "Open" action here% \5 I. | H, }5 s
when "Apply" then* ]' f/ I+ r i8 ]8 g' _3 q+ A
-- TODO: add code for the "Apply" action here/ z! v5 u9 M6 [, {" s% F
when "Close" then* h2 q3 w1 z$ F
-- TODO: add code for the "Close" action here
+ O9 Q% f4 t3 V when "start" then .Trainning_Model1.plant5.EventController.start;
7 r, F: l1 j) t* x. ], E s4 Q4 b when "stop" then .Trainning_Model1.plant5.EventController.stop;( o7 m2 g# W& E
when "reset" then .Trainning_Model1.plant5.EventController.reset;
! U3 U5 L T' n- W+ g# y when "Init" then .Trainning_Model1.plant5.EventController.init;
5 w5 C! Q- t; w& g end;; c t$ M* }8 o" {1 X+ L0 Y4 a
end;
. @& _8 D: z+ R& P& L当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |