各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:' Q/ N3 K" N/ w2 `
(action : string) * }+ i8 |5 y1 @. W5 kis 4 s( ^9 W2 N# a/ }7 ?do % p# G+ Z5 e& h! d2 a/ q( ]8 l/ R inspect action ( v- u; r u5 s0 f* H when "Open" then % h! h$ e" A' O. E -- TODO: add code for the "Open" action here " j$ Y, Y8 Q. x9 G# c+ \% z5 Z when "Apply" then+ `! p& I4 g' b) t+ z7 B
-- TODO: add code for the "Apply" action here ' U/ T5 L) ]3 N4 E, d when "Close" then 0 f6 e& T8 k$ {! k/ K9 B/ a2 R -- TODO: add code for the "Close" action here7 E! O0 C5 b, x) M" c
when "start" then .Trainning_Model1.plant5.EventController.start; , _4 t$ I% ~: ?% l when "stop" then .Trainning_Model1.plant5.EventController.stop;; E" W) e& j! e" j
when "reset" then .Trainning_Model1.plant5.EventController.reset; 8 l0 a. R' A5 t' D when "Init" then .Trainning_Model1.plant5.EventController.init; 5 h2 P2 _4 @4 T& W3 F3 e& I end; 2 b8 u. P' ^1 Y3 E# Oend; b* l1 B- I+ ~: z! Z/ H当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!