各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
9 u, K9 {% {* R1 H(action : string)
! J: @8 N: N+ X: t5 Pis
# D! }- W+ d1 E2 \2 ndo' M+ Q& m! j& K& D: `
inspect action
* \7 \$ K3 ^" f% k when "Open" then
_6 U9 i, [8 [3 }: z) J -- TODO: add code for the "Open" action here
$ J' Y4 g- B" t9 x3 v$ k when "Apply" then
4 h" A7 v; y- |/ J; D -- TODO: add code for the "Apply" action here
# t+ R" E. k& V1 ? when "Close" then
2 y& [ P4 T9 t: S -- TODO: add code for the "Close" action here% q: Y' r# a5 W- b" {- |3 c9 u
when "start" then .Trainning_Model1.plant5.EventController.start;- C3 M) U2 M, D$ u* B0 k
when "stop" then .Trainning_Model1.plant5.EventController.stop;
* { z3 y* ~6 K8 l$ {6 G when "reset" then .Trainning_Model1.plant5.EventController.reset;4 d9 _! M* A; X6 x& W1 Q* {
when "Init" then .Trainning_Model1.plant5.EventController.init;
; L8 {! s4 ]. J end;
& ?2 A |- N, }7 C- l, Iend;
. m" N- R2 S3 z N7 S6 u0 P5 `当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |