各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:, T# L& s3 d! g% g+ O4 f& J
(action : string)
0 X% x4 Y* c# h# \4 I- zis
. s' Y* g/ l, [$ ^+ D& Q3 gdo( E9 E6 w k( @0 T6 _$ n
inspect action
' S1 r7 J, M- v( c) Y+ U: P/ R when "Open" then3 W' J5 @: z$ y
-- TODO: add code for the "Open" action here
; r1 \$ U& | h) z. P) F2 \ when "Apply" then9 t# _3 s( |/ F
-- TODO: add code for the "Apply" action here+ I2 N, Y/ i3 o r' s5 n5 t
when "Close" then* `: y- Z% g/ h( O6 I u
-- TODO: add code for the "Close" action here4 W, q# t+ u0 o( f& z k
when "start" then .Trainning_Model1.plant5.EventController.start;$ n1 [: M0 h( Z. o+ |, Y
when "stop" then .Trainning_Model1.plant5.EventController.stop;
5 y& o5 M1 a& T% V2 m1 |0 u when "reset" then .Trainning_Model1.plant5.EventController.reset;
( _( n! R' ]; @; Y when "Init" then .Trainning_Model1.plant5.EventController.init;
/ m7 [' E7 E9 M: N" h end;
9 u( |# a3 w! t, t, \8 Nend; U: R! `* K% H% v# a4 V- `
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |