各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:9 ~- s$ z' k% E
(action : string)5 g% }% l% h0 r; z; U
is
, r4 ~5 m5 A# |+ X6 Pdo
$ U1 A6 \& J g |# C inspect action3 p$ ~: [6 t5 ?8 Q- d
when "Open" then) j( v6 Q: [, h' W. }. H
-- TODO: add code for the "Open" action here
) V& |. f, P+ [6 n: \ when "Apply" then
, X7 h- u* r* E* D `( A -- TODO: add code for the "Apply" action here
9 z+ R$ |0 H% Z when "Close" then
4 |& A. Y- q/ k0 c; I8 g. J -- TODO: add code for the "Close" action here" Y, f. [4 m* d8 J. u$ C6 m
when "start" then .Trainning_Model1.plant5.EventController.start;+ p; _5 W! m3 H5 E0 \! ]1 [. R
when "stop" then .Trainning_Model1.plant5.EventController.stop;4 l* d9 Q. _0 }3 F
when "reset" then .Trainning_Model1.plant5.EventController.reset;5 Z" u6 j0 R( L7 X5 j( a4 U
when "Init" then .Trainning_Model1.plant5.EventController.init;
# j1 y, H0 f1 T4 ` end;6 S9 N0 s$ E0 Y, l9 n7 E% S2 l
end;8 p4 y& X& B$ [2 b9 o- E# v3 q
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |