This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

430软件por事件和bor事件的区别



有人知道,软件por事件和bor事件有什么不同吗?我遇到个情况是,我设置了个标志位,当某个程序因为某种原因而未执行,就触发por事件,(正常情况,该程序有执行),但是,当我触发了por事件后,程序有重头跑,但是,之前因为某种原因未执行的程序,依旧没执行,这是为什么?按理说,不是该重头执行程序吗?为什么,未执行的,por后依旧没执行?