LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

conversion of 2D array of 64 bit real to 64 bit real

I just want to convert 2D arry of double (64 bit real) to 64 bit real
0 Kudos
Message 1 of 3
(2,171 Views)
Hello naveed,

you want to convert an array of DBL to a scalar DBL???
What kind of conversion do you have in mind? Please be more specific...

There are already some basic operations in LabView: you can sum, multiply, AND and OR all array elements to a scalar result.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,167 Views)
Well, since input and output are both DBL, there is no need to convert anything, right? 🙂
 
(Do you want to pick out an element from the array? In this case, you would use ""index array" with both indices wired.)
 
Could you provide more detains on what you are actually trying to do?
0 Kudos
Message 3 of 3
(2,160 Views)