LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i register a graph or a chart on my computer?

I'm a new user of Labview and i have a problem: I have to test something with Labview. So, i will obtain a graph (or a chart) and i would like to be able visualizing it after. I don't know if i must use a graph or a chart and i don't know how i can register it on my computer. Thank you to explain me how i can do and if it's possible to send me a program to show me.
0 Kudos
Message 1 of 3
(2,588 Views)
Essentially the difference between a graph and a chart is that a graph is used to display an array of data and a chart displays data one point at a time. So if you're acquiring some data and then want to display it, use a graph. If you want to display each datum as it's acquired, use a chart. There are a lot of graph and chart examples shipped with LabVIEW. I don't understand your question about registering it on your computer. If you could provide more detail on what you want to do, it would be easier to help you.
0 Kudos
Message 2 of 3
(2,588 Views)
Assuming that registering means saving data in order to be able to view the same graph later, you have to decide first if you need to use a graph or chart (to do this, play with graph/chart examples and see wich one is good for your application or let us know about what do you want to display on that graph/chart). After, you can choose one way of saving data, writing to file:
- as binary data
- as string, after conversion
- as waveform

Hope this help
0 Kudos
Message 3 of 3
(2,588 Views)