各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
& C! o# \- S- K& Q; s& X( j(action : string)
- y& Y9 ^$ D! t; Z r B# Nis4 I) Z6 |1 l" G: Y7 E
do
8 g3 `# j5 m- |3 ]! S" f inspect action' ~. @; \! R" I* d
when "Open" then# \3 v! e7 R/ B' ]0 Z, d# C. f
-- TODO: add code for the "Open" action here
) K) ^, D/ I+ I) L. z when "Apply" then
( D, A @5 \# h- t4 t9 w9 j6 b. A -- TODO: add code for the "Apply" action here, `" v s6 k% u. t) I* P. K# k
when "Close" then6 ]7 Q! j+ s6 c6 g' y0 X
-- TODO: add code for the "Close" action here
0 N2 e' A# o4 ~: k# j' x4 @ when "start" then .Trainning_Model1.plant5.EventController.start;
+ T4 M6 |' l6 X) U/ B when "stop" then .Trainning_Model1.plant5.EventController.stop;* I! e; l" v! g9 |% Z- {# [; j# A
when "reset" then .Trainning_Model1.plant5.EventController.reset;) q! Q9 S' V* I7 ^( g( E6 R# j
when "Init" then .Trainning_Model1.plant5.EventController.init;
+ B2 Y0 d3 \5 C! F3 s- K end;
; u, o2 }; d3 n3 F/ N) mend;
' |* ~5 Q. r5 w% ], }7 n当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |