各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
! a! I: b7 L2 e& x, ~6 G( I @(action : string): M' w9 `3 p. T6 c7 O5 O
is
: t: p; e8 N/ F/ P" vdo
; K L3 i8 ^, W, b$ h% X# Q inspect action
) _. a, K/ J5 }7 F when "Open" then1 Q( p1 @; ?8 n" @# M- p+ U
-- TODO: add code for the "Open" action here) T) k$ U( @ a8 M( k( g
when "Apply" then
) s& T# D' j; c+ Z; x2 |, i" p" V4 L& N -- TODO: add code for the "Apply" action here. b! v: _: {: v: T( f Y; A0 ]
when "Close" then
, j! H+ |$ G) k/ R- y# X0 D -- TODO: add code for the "Close" action here( `) b/ J- D0 c( L
when "start" then .Trainning_Model1.plant5.EventController.start;" c9 o: p4 R m5 H7 S( ^3 Z
when "stop" then .Trainning_Model1.plant5.EventController.stop;
8 q, E! [7 ~. C9 T when "reset" then .Trainning_Model1.plant5.EventController.reset;. Y2 O8 l3 w5 T& ^
when "Init" then .Trainning_Model1.plant5.EventController.init;
7 A7 R, c% b; {+ W end;) s1 d' \" E$ [' U g
end;
1 W5 q1 P" q, r- {/ Z) R当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |