LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

logging analog inputs into a table

Hello there.

This is my first post on this superb forum. Smiley Happy

I´m having problems building my vi the way i want it. Since this is the first time i make a Labview program i dont know how to do it.

Ok, now to my problem

I´m trying to build a software that uses 3 analog inputs and

Analog #1 is the X axis measuring voltage

Analog #2 is the Y axis measuring voltage

Analog #3 is the current voltage (z axis?)

 

I have tried to setup upp a table, an array and i have even tried to google it but i can´t find the answer how to do this. Smiley Mad

My plan is like this

Stage 1: Get it to work

Stage 2: Interpolate between the diffrent cells, in both x and y axis

Stage 3: Insert a shift register so it´s showing the 10 last datapoint.

Stage 4: Add a tracer to show wich colum that are beeing logged

 

I´m using Labview 2013 and my current hardware is an old (but gold) PCI-6024E DAQ card.

I hope that you understand what im trying to explain Smiley Tongue

 

0 Kudos
Message 1 of 4
(3,254 Views)

What do you have so far?  Where are you stuck?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 4
(3,235 Views)

The only thing i got so far is a idéa how i want it to work.

So i´m stuck at zero.

 

0 Kudos
Message 3 of 4
(3,223 Views)

Ok, so at least you know how you want it to work.  Now break that into parts: setup DAQ, read measurements, format measurements into strings, add measurement strings to table data, update table.

 

So start with getting your measurements, then move on from there.  When you take a big problem and concentrate on small parts of it at a time, you will be surprised how simple your big programs actually become.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 4
(3,192 Views)