各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:: i: f# @$ F t$ e1 t7 g
(action : string)
* y H. n+ B F1 wis
3 Z, D4 t3 g+ D! o X& Tdo/ e, ?3 K, O. n/ E+ a! H" T" h3 f2 c
inspect action: n% ?' g- _8 L; B: n8 [' T8 Y3 D
when "Open" then
% r9 D( Z9 Z+ v! b- A -- TODO: add code for the "Open" action here2 l, x- M$ k8 f, Q# q+ T$ n- y
when "Apply" then
O' ]3 j H& q5 q. b. u, k! f -- TODO: add code for the "Apply" action here1 m6 g3 o! h5 P7 s
when "Close" then
: a9 ]5 ~* `# C/ x8 H6 b -- TODO: add code for the "Close" action here
- n) L9 b5 R. ]2 q4 e when "start" then .Trainning_Model1.plant5.EventController.start;
7 }2 j1 Z4 }/ F x% Z1 q* i! | when "stop" then .Trainning_Model1.plant5.EventController.stop;
2 M# z* e6 b0 d5 P when "reset" then .Trainning_Model1.plant5.EventController.reset;2 a% G- [# L; V, p- \9 l
when "Init" then .Trainning_Model1.plant5.EventController.init;
, G L; M2 ^0 X: F4 u) T# Y0 w end;" }8 V4 Y+ O. N) `0 t K! k2 @/ l9 A- B
end;6 [( G/ N3 i# y" x8 x
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |