各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
0 z" j3 [$ C0 q" P% {( A(action : string)% |3 k& b" R" \, h
is
7 N# v, b* U W4 z: \do* b) j& f" }2 }7 R; w" ^1 [
inspect action2 ]' z; w* b5 o: Y8 O/ e) M
when "Open" then# b! K( F m! Z
-- TODO: add code for the "Open" action here) l/ i7 r0 M- d5 w; @" u: M8 X. R
when "Apply" then9 R% ?/ v8 i' c* z6 j% {% v
-- TODO: add code for the "Apply" action here+ }, n4 P6 V# O8 Q6 \3 p
when "Close" then* \6 T' `9 Q, P/ l: @
-- TODO: add code for the "Close" action here& F' q, ?+ f% n$ H+ A
when "start" then .Trainning_Model1.plant5.EventController.start;
, c0 E, D l8 ` when "stop" then .Trainning_Model1.plant5.EventController.stop;
) M2 `( J+ \# k" l# J1 D when "reset" then .Trainning_Model1.plant5.EventController.reset;7 K! ?/ L6 y0 o, y* b
when "Init" then .Trainning_Model1.plant5.EventController.init;
+ S9 \% L9 V! u$ P5 _- z end;8 Z1 r: ], s6 Q6 M6 p- A
end;
B4 @$ _; ^3 r- b; l# O当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |