各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:/ ], c, O% q7 B& z! Y
(action : string), L% E V" b& q* I. q
is
0 R7 n; o6 `/ s! S$ p2 |6 _do
7 u) Y, v- g# P5 T% Z inspect action
, `1 I2 T- z+ d) b& E1 k* j when "Open" then
' v* B3 N0 u, p6 w4 W0 ` -- TODO: add code for the "Open" action here( \& L1 ^2 N G R! j% O
when "Apply" then) X6 r4 h7 y/ R. ], k
-- TODO: add code for the "Apply" action here. r: Q& g E. \" Y* r0 G
when "Close" then. C u+ T: L+ u6 p6 y' g. Q: \( }
-- TODO: add code for the "Close" action here
& }. E/ R8 g# z- J! ~ when "start" then .Trainning_Model1.plant5.EventController.start;
7 a, ]- [8 ~) r6 p) j, M when "stop" then .Trainning_Model1.plant5.EventController.stop;9 b% M% A% X! v3 ~! t7 O
when "reset" then .Trainning_Model1.plant5.EventController.reset;
9 R0 T. X; b7 N; t when "Init" then .Trainning_Model1.plant5.EventController.init;
g' Y( C: V6 c) s: e: Y end;
$ e) k. @- R# s u) P% S& `end;
/ O2 a; |! u# L2 ^, U( k: T9 V当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |