各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:. x% X) l3 R3 ?- ~
(action : string)% X0 O- R9 k4 Z/ s! [
is
8 I! _3 k, P% @" f! w5 [do
& r+ g* ]8 {) Y0 M; M: z4 v, k( { inspect action
4 m# `; i! G: O) ^7 @ when "Open" then* S# M$ O- }: g, L6 r
-- TODO: add code for the "Open" action here
8 e I; G0 r& t( V* I when "Apply" then$ J3 \0 k# T- o$ u
-- TODO: add code for the "Apply" action here) _9 P o4 i9 C' \, H
when "Close" then
! Y% G4 @$ f! }( o( W -- TODO: add code for the "Close" action here6 P( N' M4 B5 Y3 o1 ?; g
when "start" then .Trainning_Model1.plant5.EventController.start;9 O i$ W. N/ n! h' ]
when "stop" then .Trainning_Model1.plant5.EventController.stop;
. {& o% C1 j: C: E& }& X4 v$ P when "reset" then .Trainning_Model1.plant5.EventController.reset;
% y7 J+ M6 b3 G$ p. T9 O# ~1 k \ when "Init" then .Trainning_Model1.plant5.EventController.init;6 ~7 R0 c8 a- y" l
end;0 a8 }( \+ J: J' }; ?* i5 o
end;
# a" `( G, n% `当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |