06-10-2019 09:50 AM
Does anybody know if the NHR driver has a VI that would make it easier to read a waveform from a csv file, store it, and output it using the 4600 AC Load? There are lots of VIs that come with the driver and I am unfamiliar with them. Thank you in advance.
06-11-2019 09:30 AM
Good morning,
Have you tried reading in the csv using file I/O functions like the Read Delimited Spreadsheet VI?
Read Delimited Spreadsheet VI
https://zone.ni.com/reference/en-XX/help/371361R-01/glang/read_delimited_spreadsheet/
Once the waveform is read into LabVIEW you should be able to output the file using your drivers.
06-11-2019 03:05 PM
Thanks for the response. I was able to figure it out as I found a VI in the driver that let me create a waveform based on angles and currents. Thank you for the help though.