03-13-2016 02:57 PM
Hello there.
This is my first post on this superb forum.
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.
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
03-13-2016 03:07 PM
What do you have so far? Where are you stuck?
03-13-2016 03:10 PM
The only thing i got so far is a idéa how i want it to work.
So i´m stuck at zero.
03-13-2016 04:11 PM
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.