各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: 9 b* B5 `, o0 ^1 S% M(action : string) $ z/ H" K+ c: sis; c$ L3 p. X2 l7 I! [8 E8 z
do * m3 _+ I p& W. B9 P! r9 l* H1 Z, { inspect action ( H8 m+ F) I5 Z) [3 u/ k+ G when "Open" then$ N8 A: o- Z' Y! W
-- TODO: add code for the "Open" action here / H' B* n4 h9 Y when "Apply" then " Z/ V2 c- V- k& z' R4 | -- TODO: add code for the "Apply" action here 2 b, Z9 b/ m, q9 s% H when "Close" then: A8 V a9 i! s! U# D* r
-- TODO: add code for the "Close" action here9 O7 O' h" m/ H# b( l1 ^/ Y
when "start" then .Trainning_Model1.plant5.EventController.start;! C0 a( d" ?* T! o: q' y8 S
when "stop" then .Trainning_Model1.plant5.EventController.stop; & U' n3 E$ L) a+ \5 b when "reset" then .Trainning_Model1.plant5.EventController.reset; - g% K) r) |0 Y when "Init" then .Trainning_Model1.plant5.EventController.init; t8 q0 _/ P& ?; P5 Q! W) D end; 9 x Z1 v% O# |* B( L0 nend;# n; r* A7 Y s
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!