各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:& O" F6 X% {/ l1 f7 p% Y
(action : string)4 A2 o' W" M; ^7 d* s
is
- q }7 u5 |0 edo& `3 ~( G, t; Q' n$ }9 B& M/ R
inspect action4 C, m( P- c( W& I4 K
when "Open" then8 H% D. o8 P" @
-- TODO: add code for the "Open" action here- Q# [, K; Q; g: m) k
when "Apply" then* B- `7 q# j3 G. ~9 O: f
-- TODO: add code for the "Apply" action here
' m2 s% O- z. d3 Y1 z when "Close" then2 ?5 m% s4 q* D5 A! m
-- TODO: add code for the "Close" action here
- i; N3 Q6 g& l* f' Y! \" W when "start" then .Trainning_Model1.plant5.EventController.start;5 z/ h( ^) H+ F; P9 k. h5 x7 w. ]
when "stop" then .Trainning_Model1.plant5.EventController.stop;
, N/ J) Q( o3 f+ G% P. p5 M, { when "reset" then .Trainning_Model1.plant5.EventController.reset;
" S; E( P- [; j when "Init" then .Trainning_Model1.plant5.EventController.init;9 g* n6 ~4 u1 z' V$ P+ y! S# k1 e
end;2 t n$ B/ g; W# o- o; ~7 c+ n+ s, Q9 I
end;
: P1 t' @& ^ m# d5 U当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |