各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
' A+ Q5 T4 x' e1 k: P(action : string); p, q6 R% ^/ s: w/ }
is
8 i( a' W7 E: F2 l, N L Zdo
3 w9 w( T5 Y5 Q: [3 t+ | inspect action' D: S, y4 V/ }% N! ^
when "Open" then0 x! f' ~+ f; P5 S* R* E, i) X
-- TODO: add code for the "Open" action here+ y5 ]) Z' }% s+ `. B
when "Apply" then& F" a6 q7 W& B; _
-- TODO: add code for the "Apply" action here
; A6 l& Y+ x5 Z when "Close" then+ r; H* L. o6 t( a$ F! N" y4 V
-- TODO: add code for the "Close" action here
0 N6 X8 I8 e: h: i! s when "start" then .Trainning_Model1.plant5.EventController.start;
; g x3 A/ [! Q+ S3 c when "stop" then .Trainning_Model1.plant5.EventController.stop;
1 l0 w6 P9 c5 E8 ? |& _+ X when "reset" then .Trainning_Model1.plant5.EventController.reset;' [0 ]5 L, V+ S! n
when "Init" then .Trainning_Model1.plant5.EventController.init;7 N9 G6 x, V6 \' k1 D
end;2 L: x( D0 ^+ f n
end;! g5 ^0 E$ g5 p& ?
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |