各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
- L' W8 I' w8 v- T(action : string)
3 ?1 s9 C- L( K: l, d2 B; M# sis$ W( Q& c% X" _2 P
do* @- A) H" {6 W( Q" O
inspect action
5 l) h1 ]2 T) M7 R5 O( ^ when "Open" then4 J4 {- B- d% C9 ~- k
-- TODO: add code for the "Open" action here( R( l: b1 ^; q4 g2 t6 r& Y
when "Apply" then/ R% }& D* R ]- |! E
-- TODO: add code for the "Apply" action here
! o" O c2 |. j. C$ q4 f3 U when "Close" then
4 I2 c) l& a& t% A0 f: [ -- TODO: add code for the "Close" action here, C, ]- C+ a% h: \. v. B* V
when "start" then .Trainning_Model1.plant5.EventController.start;
: n- W% A d7 K" O, A! y when "stop" then .Trainning_Model1.plant5.EventController.stop;
2 h, m( H7 u# Y( \; u3 u when "reset" then .Trainning_Model1.plant5.EventController.reset;
/ Z8 I0 v0 q/ J: g/ ~' u2 a8 U when "Init" then .Trainning_Model1.plant5.EventController.init;
& s. @; o' k8 w9 G5 y1 I/ W end;
& v& E' Q8 D% Nend;
1 V1 s4 V8 Y5 s/ r/ v当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |