LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

receive bitfield


Kito wrote:

that's the way I will do......But I really would like that Labview could handle bitfields.....

Again, thanks for you helping


I haven't used bitfields that much. I think in all of the C programming I've done I've used them maybe twice. From my understanding, the problem isn't really with LabVIEW - it's with bitfields. Bitfields are rarely used because they have more disadvantages than advantages. You run into problems stemming from architecture and compiler-dependent issues such as storage unit boundaries, and ordering of the actual fields. I don't think the spec guarantees any kind of ordering.

0 Kudos
Message 21 of 21
(443 Views)