各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
# L0 S/ x: o/ Y1 ?- o, \. g% y(action : string)
+ x- J0 C3 w/ r+ x3 v- ~/ ?% U: Z$ Vis4 } n4 F8 G. H3 ^* N, q' G
do
7 P, | \9 n: e( H: B" h inspect action
6 C _ w4 C% G when "Open" then
' W' o, b6 h1 Z" A8 L( a -- TODO: add code for the "Open" action here
) Z% H3 b# l7 D2 I: ]# z8 i when "Apply" then
+ O/ Y+ W' r/ t -- TODO: add code for the "Apply" action here$ a+ @+ |8 Q5 x* g5 G0 A
when "Close" then
* _+ z) S3 L4 y6 P: X& _0 J -- TODO: add code for the "Close" action here- N& k$ a$ {- q. k; k$ x i
when "start" then .Trainning_Model1.plant5.EventController.start;
) Z9 \/ f& l* P+ F" i- G6 U$ l when "stop" then .Trainning_Model1.plant5.EventController.stop;
( d' `& @# i8 ?: v& j when "reset" then .Trainning_Model1.plant5.EventController.reset;
5 q. ?* I# }/ \! U when "Init" then .Trainning_Model1.plant5.EventController.init;/ m V! _- J8 F$ F) I
end;
, x/ N% \* Z9 S9 Hend;. {8 D! G7 s: y; Y
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |