LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview program

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

 

 

0 Kudos
Message 1 of 3
(2,300 Views)

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...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,293 Views)

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

0 Kudos
Message 3 of 3
(2,290 Views)