各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:' ^# Y/ E% Z3 c9 Y2 G
(action : string)% Z7 M* ^! s- A- T
is
" s6 [5 U4 J) l- Ldo0 F! t/ P# }' e2 X
inspect action
8 u7 _. h: i# d( y% V8 U when "Open" then/ B9 h9 L- @, z# r9 ~
-- TODO: add code for the "Open" action here
; J1 N. }" H _- a h when "Apply" then6 \5 {& q# b' R. b0 ?" v
-- TODO: add code for the "Apply" action here, J* h9 x& Z0 W6 `. z- R
when "Close" then
& ]; ]4 S$ r3 G; F+ W -- TODO: add code for the "Close" action here
6 m) n$ W, K0 D8 R6 s% g when "start" then .Trainning_Model1.plant5.EventController.start;/ N, R2 k, w$ i; C6 z& Z- t6 k
when "stop" then .Trainning_Model1.plant5.EventController.stop;
( `) X- V/ E9 p- W2 q1 O2 }' u. Z when "reset" then .Trainning_Model1.plant5.EventController.reset;$ M# s* E( h0 s, D J
when "Init" then .Trainning_Model1.plant5.EventController.init;
. L" z& L3 K0 y6 \7 `% M5 f8 c end;
. a, u' m) K1 T |end;, \- u* S& j7 p! ~5 G
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |