各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:6 ]/ J4 P+ I! ~
(action : string)
: f& V5 n! B* O" s- {4 @1 }2 lis# k3 }- N* S* A* g& N( k! C
do% o2 X8 I4 [/ G( m" |; `
inspect action
& F9 R. O D. k0 y when "Open" then" Q/ B* g6 S. @1 T+ M+ K/ S8 H" l2 H
-- TODO: add code for the "Open" action here7 `5 }, |/ |. y0 P" `
when "Apply" then
" k4 L3 s" [6 C, i -- TODO: add code for the "Apply" action here
5 A( o2 H" |5 c, _1 _; I when "Close" then, G2 W, S5 o' ? e) k8 X! W7 F% K
-- TODO: add code for the "Close" action here: L0 v. c; j( ^0 i5 f8 K
when "start" then .Trainning_Model1.plant5.EventController.start;
) R h& b1 _) U5 Z; d when "stop" then .Trainning_Model1.plant5.EventController.stop;
* v! N6 K, ` \8 ~0 n5 ] when "reset" then .Trainning_Model1.plant5.EventController.reset;; q! t# n8 l5 a1 L1 U4 i* M- _
when "Init" then .Trainning_Model1.plant5.EventController.init;; F- o% O h3 Z' M) M
end;
! [; {+ R/ o! O' [$ E/ Cend;
) r/ D$ P, I: p; ~5 W当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |