LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Comparing dynamic data with a constant

Solved!
Go to solution

Hi,

 

I have a dynamic data which includes time and amplitude information. I need to compare the amplitude which is in that dynamic data with a constant. Every dt I have a different signal component with distinct amplitudes, and I want to compare the amplitude of every signal component with a known constant. The oroblem is, the program did not allow me to compare with dynamic data which is "2d double" and a constant which is just "constant".

 

I would be very happy, if you help me on that.

 

Thanks

0 Kudos
Message 1 of 2
(2,884 Views)
Solution
Accepted by topic author guldogusm

Hi guldogusm,

 

easy solution: don't use DDT for comparison!

There's a function named "From DDT" that might be a great help here…

Best regards,
GerdW


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