各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:9 ^( N/ s7 {( w; M
(action : string)& h. k" ?9 g/ {, p. f3 \
is
: E/ ]! J* C7 N, l0 H( Q$ @do
3 f" p* C3 c7 l9 v5 Y4 r* Q G! N. t inspect action0 \9 Q5 d% d, g* a
when "Open" then6 m! K2 i) }) a& h, d& C3 f ~6 j
-- TODO: add code for the "Open" action here
9 @2 n. B y+ X. L) U9 O when "Apply" then
) g- G* P' b7 E! O K -- TODO: add code for the "Apply" action here
- r* ~. _0 b1 k( X/ | when "Close" then/ O6 Q- \/ K& N v7 q& W. D8 J
-- TODO: add code for the "Close" action here; Z9 g# p# _! G- \( Z1 {6 L
when "start" then .Trainning_Model1.plant5.EventController.start;* H5 g* h( x {
when "stop" then .Trainning_Model1.plant5.EventController.stop;' Z% {. `1 r( t, _6 k) t H( A
when "reset" then .Trainning_Model1.plant5.EventController.reset;
2 \; z& N) o% \6 {+ g, E when "Init" then .Trainning_Model1.plant5.EventController.init;
# Z9 b- U& x# Y( c) [! P* ~ end;
3 j5 \( z+ D; iend;' X! h3 E( l8 _
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |