各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:7 e: A2 i6 i l
(action : string): R7 P$ s, |, V* G4 Q( E- R. f
is' O( V; P) x$ f
do# e9 I7 `: g' W2 ?0 ^- r& Q
inspect action & ? `0 I/ s) I+ |9 s- w Q8 f when "Open" then 6 @, [( Y: M! J- m0 {$ u -- TODO: add code for the "Open" action here & T; B: n' g3 C& L" Q/ V( z# R when "Apply" then; ~& Y( i. G4 N
-- TODO: add code for the "Apply" action here7 `" {% p# C" g1 | S$ r
when "Close" then9 `2 f8 ~# N4 z5 I. U2 H
-- TODO: add code for the "Close" action here! o2 U3 ~5 r8 X" J- y4 B
when "start" then .Trainning_Model1.plant5.EventController.start;7 u+ |% Y% s/ _# _
when "stop" then .Trainning_Model1.plant5.EventController.stop; 3 W" P% J$ J3 N- U, Z1 j7 _. p0 v when "reset" then .Trainning_Model1.plant5.EventController.reset; ( A* L6 C% n1 J V+ y/ W* z when "Init" then .Trainning_Model1.plant5.EventController.init; : v5 h8 l8 F# W5 g end;& R% h: x7 D4 }9 g
end;9 x! w% y8 _! u! C
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!