各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:* Z2 v9 L# A. d- ~' U
(action : string)5 W) I: o M( }$ V: i& K' f# b
is2 K- [; K$ h W
do" i# w ]* V i" r9 B# P/ ^! i" q' x& `
inspect action
8 Y" l+ x \4 X3 K; H6 x0 X when "Open" then
$ s* O' I* E+ ? -- TODO: add code for the "Open" action here: X4 c/ z0 Q9 b7 R
when "Apply" then
8 X2 V/ S$ d2 A -- TODO: add code for the "Apply" action here
$ l" ]6 q5 [! k- @ when "Close" then) V, @% `! j, b. v/ T, |( J$ Y
-- TODO: add code for the "Close" action here
7 d* q. p: K9 d, K' Y3 y) _* z when "start" then .Trainning_Model1.plant5.EventController.start; I5 j. I2 o8 w
when "stop" then .Trainning_Model1.plant5.EventController.stop;
1 ~2 z% `; _- R9 J/ M; V/ M when "reset" then .Trainning_Model1.plant5.EventController.reset;$ t! |9 a+ V9 g$ P3 G
when "Init" then .Trainning_Model1.plant5.EventController.init;
' C# `; f* K9 b end; i) {, c! ]8 ~
end;
& M3 [% \- A2 q; v/ y1 j. t* @' |当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |