How do I display multiple data with respect to my timestamp in array form and written on my excel file? I have 3 signal randomly generated, I wan to display these signal overtime when I met a certain condition and my vi will start writing them in a array (row) format and display in my excel file.
Eg: x=3 y=4 z=5 when x+y+z > 10 the system will start writing x,y and z with respect to the timestamp, once user click stop or any button it will display in a excel format with few lines of row displaying: Time/Date x(value) y(value) z(value) total(value)
The one i currently deal with.