03-20-2013 05:31 AM
Hello,
I am reading data from a microcontroller using VISA function in labview. I can convert these data to decimal values (this is what I want).
I want to build a X-Y graph in this way:
Every time I receive a value from VISA, I want to put this value on the graph (Y value) with respective number of reading (X value).
For ex. if the first time after reading VISA, I receive 128, I want to have X=1, Y=128 on my graph. If the second value from VISA is 154, I want to have X=2, Y=154, etc...
Could you please help me how to do that.
My main concern is how to build the X axis.
Thank you very much.
03-20-2013 06:26 AM