02-27-2025 05:09 AM
Hello NI Community,
I am working on a LabVIEW application where I acquire digital signals using DAQ Assistant. My goal is to convert a 1D array of digital waveforms into two separate decimal (U32) numbers.
How can I correctly convert each subarray of digital waveforms into a U32 number?
Are there any LabVIEW functions or workarounds I should use?
Any suggestions or example VIs would be greatly appreciated!
Thanks in advance.
02-27-2025 09:43 AM
I cannot seem your Vi unless you do a "save for previous" before attaching (LabVIEW 2020 or below)
"decimal" if a formatting convention, not a datatype.
If you have an array and a VI that operates on an element of the array, just wrap a FOR loop around the operation.
02-28-2025 04:19 AM
You get a chain of digital signals and want to convert that to an integer?
There's a Digital to Binary array. Combine that with Boolean array to number.