LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

combine 2 different methods of measurement

Solved!
Go to solution

Hi,

I have to combine 2 Programs that use different methods of measurement :

  -the first one takes a measurement every 10 milliseconds

  -the second one gives every 1 second a table of a 100 measurement (it's measuring every 10milliseconds in an Oscilloscope and sends in the end all the  100 measurements together )

i want to make a table that combines both measurements , so it would have 2 columns : 1 for the first program and 1 for the second one

0 Kudos
Message 1 of 3
(1,749 Views)
Solution
Accepted by topic author achouch

Hi achouch,

 

i want to make a table that combines both measurements

Then you need to do that!

 

What is your question?

What is your problem?

Where are you stuck?

Why don't you attach your VI?

 

I would:

- collect measurement results in two arrays, one for each signal

- read both arrays once per second and create a table from the data

Best regards,
GerdW


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

thank you for replying even if I didn't make a clear post, it was too complicated  to explain for me and my VI is tooo big and messy so I tried to make a little one that resumes everything but I couldn't

0 Kudos
Message 3 of 3
(1,702 Views)