各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
! M; K+ q, D9 b# Y0 p! s. |2 N(action : string)
) F2 ^: n2 D' k0 his+ M0 K1 A- G7 K/ K
do! y# v/ V, n( L
inspect action& U T$ b' a6 _
when "Open" then
; w" G( y" `% e: ~+ H/ H -- TODO: add code for the "Open" action here& J" a0 j9 l" N. L
when "Apply" then
# W# E$ Z, u$ z$ _) D5 k# x0 t1 \ -- TODO: add code for the "Apply" action here+ p- L, g5 q+ v o. W( g
when "Close" then8 }! A1 Z/ [# [7 s" ]' r
-- TODO: add code for the "Close" action here# t* o* H6 _- ?+ t, F
when "start" then .Trainning_Model1.plant5.EventController.start;
& V; K: @: g9 w! z when "stop" then .Trainning_Model1.plant5.EventController.stop;
4 j: ?. n+ m; e$ G* ^ when "reset" then .Trainning_Model1.plant5.EventController.reset;) g/ f5 V5 h' C0 {4 B% P( M. o
when "Init" then .Trainning_Model1.plant5.EventController.init;
0 Q" G6 o$ n% O7 @- i9 k2 ]1 d end;
3 k+ ^& Z% O! ~. }% Z9 m6 nend;
1 E5 t. P5 A1 S- p+ ^当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |