各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:" S( ?) u. b v! P/ k
(action : string)1 i" f5 X- H& x" p9 s9 k
is
, U# ~3 O3 J' h7 ]2 K% [; ddo H. p0 Z: b% x; T0 Q$ w
inspect action) u3 [* k1 L# @* O% o# w+ M$ F) ]
when "Open" then. R" [) X5 ^! \
-- TODO: add code for the "Open" action here6 o0 j! G5 e% x: | X$ c$ M; D
when "Apply" then. _ n3 w) _( k
-- TODO: add code for the "Apply" action here/ E2 H' K5 { O. j; }2 K
when "Close" then! u' o& v( A' o0 g3 {
-- TODO: add code for the "Close" action here5 w, c6 u/ {* j" m; A8 u ~6 d' h
when "start" then .Trainning_Model1.plant5.EventController.start;% _0 n% ]* r( C; ?$ l8 K, S0 ^
when "stop" then .Trainning_Model1.plant5.EventController.stop;$ D! h: z7 ^0 @
when "reset" then .Trainning_Model1.plant5.EventController.reset;1 S1 X) j1 ` C" [
when "Init" then .Trainning_Model1.plant5.EventController.init;
) J: [( U2 Y, T( j8 l( y% J$ s end;
* o; f% \0 B2 {) i. Q7 [end;+ q* |/ w3 t- r: U, o8 `* ]
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |