03-13-2025 03:50 AM
Hi Everyone!
I am building a program which can measure the average power in every defined second. The name of powermeter is StarLite from Ophir. I just modified the LabVIEW file found in the company's website. In my given code, I cannot reset the measured power when my condition is satisfied. I used shift register to accumulate the data. How can I reset the accumulated data when the condition is true? Thank you
03-13-2025 09:26 AM
Use a Select node plus an empty array to clear the shift register.
For waveform chart, see Clear a Chart or Graph in LabVIEW