LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

define bit fields in cluster

how do I difine a 24-bit numeric control in cluster?
0 Kudos
Message 1 of 2
(2,617 Views)

If you cannot live with 32bit data, I would build a cluster of three U8. LabVIEW (like almost all software development environments) does not support 24bit numbers.

You could also use a strings as an intermediate data type.

BR, Guenter

0 Kudos
Message 2 of 2
(2,611 Views)