各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:' S3 S4 r( ]+ s* E. v* L6 u
(action : string)
I% j! d, X- c% j4 ~9 `4 Gis
$ A; Y' o. h5 k2 Q9 P8 i' hdo; K, d. Q- p" o' I, z( }
inspect action
2 F+ q' Z& }+ F* S" z when "Open" then. o8 p' e9 w. [) \4 O) {8 u
-- TODO: add code for the "Open" action here/ T c/ M1 p; S: x7 z P, c0 T! V
when "Apply" then
1 c3 {8 I$ H# {. j- X/ ? -- TODO: add code for the "Apply" action here
: n5 J5 ]2 ~* O0 \! `6 Z( e. | when "Close" then
1 ]7 d' z* {3 A \! X -- TODO: add code for the "Close" action here
0 T/ O+ F: p1 I; A9 h8 r- y when "start" then .Trainning_Model1.plant5.EventController.start;
/ m, J l9 x% h+ f% k' ^, N+ C* ^% K when "stop" then .Trainning_Model1.plant5.EventController.stop;( {) f, C" b$ o& p3 Y+ N2 h# a
when "reset" then .Trainning_Model1.plant5.EventController.reset;3 C1 J! Z5 p0 {; Q; a% Q
when "Init" then .Trainning_Model1.plant5.EventController.init;
) n6 @6 s+ K: e8 a* I ?8 V end;
5 w% j0 z6 g; A3 ~" iend;) a! @- p- U9 e0 G
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |