各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:% C0 E' L( d3 z2 @* a
(action : string)! n& B7 R# f* `" I8 j/ U
is 9 ~0 \4 @" O8 q- b# wdo, y2 _5 m/ X+ Z' |9 n. O" A
inspect action0 d& T# _* L* U# [9 x$ I1 r
when "Open" then# e: P. U9 Y4 w" Z+ u+ _% A
-- TODO: add code for the "Open" action here * j5 u, `+ ^6 E0 D3 v% N: ` when "Apply" then 5 M+ s8 G0 D" R" ^) m1 H -- TODO: add code for the "Apply" action here' _5 L6 b: G7 E
when "Close" then % M4 h$ e! ]8 x -- TODO: add code for the "Close" action here 2 {0 }0 H/ h8 `$ ~( ?6 n# _0 b when "start" then .Trainning_Model1.plant5.EventController.start;1 R/ O! S) V1 U1 \, J. {+ Y2 ?
when "stop" then .Trainning_Model1.plant5.EventController.stop; ( |! t( n: [; m: Q$ R when "reset" then .Trainning_Model1.plant5.EventController.reset;. ^+ H2 F ]: J" p$ `1 t
when "Init" then .Trainning_Model1.plant5.EventController.init; ; R2 K8 ^ w4 D4 Y. p end;. [! ^5 z% H- g7 v/ X! v
end;* F) Z# W) X1 _, ]7 S( A7 ~) n9 }
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!