Jump to content

LabView_Fool

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by LabView_Fool

  1. Thanks, Darren.

    No it's not the Bundle by Name that I'm looking for -- the array of bytes my VI receives is coming over the serial port and it's received as a single dimensional array of bytes. The array of bytes that I receive over the serial port are the members of my cluster and I'm looking for a simple solution for mapping the data into my cluster.

  2. Does anyone know how to easily map an array of bytes to a cluster? I'm new to LabVIEW and I'm coming from a C/C++ programming background. My first attempt at solving this problem was by using the Typecast component, which didn't work and gave me an error message complaining about polymorphic data. I contacted NI support, but they tell me I'll need to parse the individual members, bundle, and then pipe into the cluster :headbang:

    See attached subVI.

    Download File:post-6545-1168445184.vi

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.