Hello:
I am really new to labview and I do have a question about how to use the data from a predefined excel file to control my machine.
The excel file has three colums which are time, temperature and water level and more than 1000 rows. Time, temperature and water level are all different for each row.Based on the information from this table, I need to control my machine to matain certain temperature and water level for a period of time according to the corresponding colum 1 time number. What I have done so far is only read the predefined excel table and save as a 2D array. I am thinking to use a for loop to read the array row by row, and then assign each number to corresponding machine port, or just use a timed loop. I really run out of ideas. Need help, Thanks!