各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
$ w; \+ z1 o N2 ], G# l4 a0 O+ p(action : string)
$ D; |( p' W: m0 h! G8 I2 V7 q- {is
l+ C1 B9 {, J4 i3 X8 K0 @do
/ I6 T) a3 T7 L& \. [3 r+ J. y inspect action
1 @8 H: }( F5 d* R/ \! i when "Open" then; t/ i7 F( ^, v7 P3 K6 q7 S
-- TODO: add code for the "Open" action here* Q; ^; a4 a9 m/ d6 P, U
when "Apply" then
$ r F! k# J: }: i4 \ -- TODO: add code for the "Apply" action here
1 A, l( K; {4 I; z* ?# `$ m when "Close" then) S% n7 Y5 H7 E! B1 F) _' E2 R
-- TODO: add code for the "Close" action here+ m. |$ l( d4 \; C0 F' [
when "start" then .Trainning_Model1.plant5.EventController.start;
+ c( }7 J2 @' f/ q0 Q/ b( Z when "stop" then .Trainning_Model1.plant5.EventController.stop;8 B ?4 B. o, t: C2 k3 U1 T
when "reset" then .Trainning_Model1.plant5.EventController.reset;" T: W0 x, h" t- w1 c5 y
when "Init" then .Trainning_Model1.plant5.EventController.init;7 M4 @$ O7 d. w- Q7 s* }3 p
end;
. G) W; ~4 [/ T3 ^ O" B( Q) yend;
) x, Z& } q+ f/ q3 N! i$ R4 R当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |