Dear all, I have a real-time system. There are three thread, one for data acquistion, one for serial processing, one for display results in every 10 ms. After display, the results should be reset to zero.
Currently I am using a local variable to transfer results of processing to diaplay. However, I can not reset the local variable back to zero even I wirte an zero array to it. the simulated program (Labview 7.1) is attached, anybody can help me?
In summary, my questions are: 1) how to reset results after diaplay?
2) how to transfer data from calculating thread to diaplaying thread better? Queue seems not good.
Thank you very much!