各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
2 ]2 a+ D! V+ v, Q2 s8 b(action : string)
; F1 E3 I' R9 R* M2 Ois
) n' f4 D) D" Hdo# o g7 L7 B1 T* d) L! V
inspect action! c0 J* i) j5 C I
when "Open" then6 a# U8 C" Y7 q5 O' {
-- TODO: add code for the "Open" action here2 V, b* f, a- f( Q/ N8 l" E5 |! j
when "Apply" then# m& u$ J5 n. a) w9 P2 g
-- TODO: add code for the "Apply" action here
7 E/ ]" m2 p6 T3 T; t when "Close" then5 z0 B' V" N. o6 B4 X
-- TODO: add code for the "Close" action here& u$ `* R5 {9 o; y; @# ^7 O2 q4 t
when "start" then .Trainning_Model1.plant5.EventController.start;
0 o7 e8 s3 G3 y3 `* b! l4 s when "stop" then .Trainning_Model1.plant5.EventController.stop;9 l) Y; }1 n( D* l) M' O
when "reset" then .Trainning_Model1.plant5.EventController.reset;& i$ r1 \- F0 I, F/ }6 m# X
when "Init" then .Trainning_Model1.plant5.EventController.init;: ~8 ?: m H* o4 m% u+ d5 ]$ R3 X
end;
/ j% x( ], O& `& ~end;# I; f& j5 S, h5 U# e; ^# S
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |