01-20-2014 06:57 AM
Hi,
i need a program that saves a measurement in a file with points in which this is measured:
I give for a program a first value x0, last value xN and measurement interval dx=const then I
meuasure with LabVIEW a function in these points x0, x1=x0+dx, x2=x0 + 2*dx ...
array
x0 y0
x1 y1
.....
xN yN
01-20-2014 07:09 AM - edited 01-20-2014 07:09 AM
Hi Oli,
do you want us to write a program for you or do you have specific questions?
To generate that x-values ramp you could try to use the Ramp function...
01-20-2014 07:11 AM
We generally do not write programs for people on the Forums. We do like to help people learn to use LabVIEW. If you have questions about how to write a program, please be as specific as possible about the part you do not understand.
If you are new to LabVIEW, a good place to start is with the on-line tutorials.
There are examples for acquiring data and saving to file. Look at those to see if one can be adapted to your needs. If you modify an example VI, it is a good idea to save a copy with a modified name (and to a different location) first so the original is still available.
Lynn