各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:& d0 C, p9 I. F
(action : string)+ o! s, m* V$ ?' r) H
is
5 Q b* q3 u7 Cdo
1 n* j+ p6 n& \# I: ^4 z+ A& h inspect action3 F6 [3 R& o/ a& B8 l
when "Open" then9 h& s2 [1 y1 ~1 C8 q
-- TODO: add code for the "Open" action here/ w+ A9 |$ i, O- T
when "Apply" then8 U4 a$ R3 w2 D& A% O5 V/ X2 ]
-- TODO: add code for the "Apply" action here
, j2 E/ V. \7 L# z. g s when "Close" then& N4 Y q0 R6 R; K" f& x
-- TODO: add code for the "Close" action here: k! ` ^% i9 q$ u& u: R
when "start" then .Trainning_Model1.plant5.EventController.start;$ _& v. ~. E3 r# Z# |# p! O1 s
when "stop" then .Trainning_Model1.plant5.EventController.stop;
- U; X7 l4 s, u$ Z1 p1 `/ W when "reset" then .Trainning_Model1.plant5.EventController.reset;5 S- |/ w) Y# |- [/ b# z
when "Init" then .Trainning_Model1.plant5.EventController.init;0 c" {' c3 i: [3 A' K" [
end;) j7 j. N# N) q1 ~! W8 h( H
end;, f3 d; s/ m* t! l9 O4 P
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |