各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
7 R3 K, b# D" g(action : string)
" |0 ^5 g( t9 L, [( u1 h' his
8 J! |* z4 m2 M5 o& Odo
- @, w' I5 |* x5 b& w2 U& v inspect action
A% F: X5 n# ^. Z2 U2 `, O5 N when "Open" then
( v$ T( }7 J0 H% r -- TODO: add code for the "Open" action here5 l1 l) J( D! n( F0 t! x
when "Apply" then
q3 T* V" }$ [ -- TODO: add code for the "Apply" action here- k3 E( K2 T7 X D% a
when "Close" then
4 n, g _( {( p4 r -- TODO: add code for the "Close" action here
" L2 ?, D. I+ [; x) \ when "start" then .Trainning_Model1.plant5.EventController.start;
6 o9 L. K1 l- j1 j4 ] when "stop" then .Trainning_Model1.plant5.EventController.stop;
7 S- o- m0 \) m: l% \& ] when "reset" then .Trainning_Model1.plant5.EventController.reset;2 `+ j! v1 A" g& ?6 }" W% ]
when "Init" then .Trainning_Model1.plant5.EventController.init;
3 u1 y( u% |6 b, g! B; o end;5 L. ^8 z. H5 `3 n: f
end;
# t6 S, G2 I. W1 c当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |