各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
, s: T6 q7 y/ r! |8 Y! r(action : string)
! H& ?% p) w% U, {& lis
3 @6 c$ ?8 q, [3 z9 Tdo
" M! L6 w4 O$ e) F+ K( n+ c7 O* T inspect action
; f$ j& a: E# N8 p when "Open" then
% u" C# B) S" ^/ b- d& h( f7 W -- TODO: add code for the "Open" action here' X! n! b: t) t
when "Apply" then; K! D6 } p2 t* L( K8 j
-- TODO: add code for the "Apply" action here
' P9 L7 k/ E2 A3 H when "Close" then
) g G3 e* j A9 X6 W* y$ ~ P -- TODO: add code for the "Close" action here
. j- _5 x- s( i2 `3 W5 B when "start" then .Trainning_Model1.plant5.EventController.start;' n4 {+ N* y" O8 r+ X; e/ A, X
when "stop" then .Trainning_Model1.plant5.EventController.stop;
' k7 U. l! o- n$ O6 }2 F$ g: g6 H when "reset" then .Trainning_Model1.plant5.EventController.reset;, I( X& w. e1 y
when "Init" then .Trainning_Model1.plant5.EventController.init;
& H9 H8 s' p: X) [+ z! C2 g- t end;
* {. }: ~% p. L0 S4 C" S( Zend;6 p9 A/ D7 o' u2 t+ H7 { J) I
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |