I am wanting to write my set point data (from a csv file read) every time my csv read loop automatically reads the next row of data. The csv file (I attached it) has three columns of data; set point, time, and tolerance (in that order). The rows have different values of this data. As the csv read function loops through each row, I want the set point data to be written as soon as the next row is read. (Each row is read after a boolean is set to true, from either a time amount or a tolerance). I set up a seperate set point write function (specific to my I/O device, a lakeshore 331) that has not been completely set up. I think it will help you come up with ideas if you look at my attached program. Any ideas are welcome.
Thanks,
Matt