03-28-2023 10:11 AM
I am trying to get X data and Y data from a SSA, and send it to a text file. I have it almost working, but my only problem is rather that the X/Y data having their own column, the X data gets replaced the Y data. The method I was going for is using a shift register to store the data, and feed the data to the text file, then repeat with the next state, thought that is not working. Are there any other methods this can be done? Any help or tips would be appreciated.
The data under the X column is actually the Y data.
Thank you
03-28-2023 10:55 AM
Hi utepoz,
unfortunately we cannot debug/edit/run images in LabVIEW, so it is quite hard to tell the problem from your message...
What string do you receive from your device and how do you convert it into a 2D array?
Why do you need a shift register before writing the data to file?