各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:0 s3 U5 m! q+ L8 L4 Q' `3 |8 i
(action : string)4 J3 _5 z& J$ L4 L3 t% U
is
/ O# a [/ `! S, Y8 E& Kdo4 b2 u- a5 H! V
inspect action
a, U# f. G2 O, Z$ z1 _ when "Open" then
" J+ W1 M0 c, I& w -- TODO: add code for the "Open" action here6 u; z9 b: u4 Q) l# m* M/ z
when "Apply" then& G1 \9 u) e* L; u3 @
-- TODO: add code for the "Apply" action here
! h4 N* b! W9 u when "Close" then
( m* V* t+ I# M D -- TODO: add code for the "Close" action here, T n7 G; A, |- B
when "start" then .Trainning_Model1.plant5.EventController.start;
1 k) T) j$ q# ^1 e4 \( ` when "stop" then .Trainning_Model1.plant5.EventController.stop;
. u+ S, T( S5 b+ a4 i' V1 q2 w when "reset" then .Trainning_Model1.plant5.EventController.reset;
" t( T" z+ _& B5 {7 h; p when "Init" then .Trainning_Model1.plant5.EventController.init;
. [) Y: ~2 v9 H end;8 p7 q- J5 M8 P# m. a& _* s- V
end;# |, o) Y( H% t" v
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |