各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: . R+ t7 R6 T! b(action : string) % }4 d. \6 F: pis9 m, V1 R$ D7 n* U
do" y! d! U* G) ^4 g o5 s
inspect action6 D. t2 b4 j/ C% g7 r* m
when "Open" then ' H) X! v/ u& m" Y) E' \5 O. [ -- TODO: add code for the "Open" action here4 O) n8 g7 Z1 [8 @
when "Apply" then : W' K5 ?( m( C, l -- TODO: add code for the "Apply" action here. i% v7 p |! }7 B4 y0 y& N
when "Close" then ; {7 |, }2 g8 L5 v4 D -- TODO: add code for the "Close" action here ! c) m- p3 M: M9 ?+ U when "start" then .Trainning_Model1.plant5.EventController.start; ( r2 y: T' a8 s+ X6 T when "stop" then .Trainning_Model1.plant5.EventController.stop; 9 y8 s2 ]. I: [, z when "reset" then .Trainning_Model1.plant5.EventController.reset; * [ u# s) I/ S- D$ s. u. { when "Init" then .Trainning_Model1.plant5.EventController.init; 8 [7 s% B0 s5 K/ @1 @ end;. N P- R( e- _# t' T2 L
end; 2 J7 T1 |4 p% E9 I! a/ z6 ?当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!