各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: ' ^8 J) }9 B* T1 Q0 k( |(action : string)7 g8 d( s* q) r2 F6 r/ H" H
is 8 I6 d6 H$ x" f0 `4 Ldo : E! d: p) Z7 {+ i h" L- v inspect action " h4 z2 }* o0 @: O1 b: j0 a5 j, t when "Open" then % R& R9 S( @, U( g! n9 a3 o1 e -- TODO: add code for the "Open" action here 1 C7 A' R L8 a/ b% M8 l& O5 f1 t when "Apply" then 7 @" D6 K& ]8 l" x0 c9 k -- TODO: add code for the "Apply" action here 9 L/ n' x3 P, a7 t/ {( T when "Close" then+ @6 u; E k) v+ E' }6 f
-- TODO: add code for the "Close" action here o8 [2 J9 d: t L; `
when "start" then .Trainning_Model1.plant5.EventController.start; $ W" A4 T/ h( E% f6 c' S! D/ f when "stop" then .Trainning_Model1.plant5.EventController.stop; 2 \! Q+ r/ W c% B/ K/ n when "reset" then .Trainning_Model1.plant5.EventController.reset;& _4 k$ b1 H0 _
when "Init" then .Trainning_Model1.plant5.EventController.init;( ~0 T/ Q8 \- c4 Q
end; ' s- {0 q8 m ?$ v jend; / r3 A1 e. y7 C- U8 H, _0 }8 @当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!