Jump to content

Dustin

Members
  • Posts

    4
  • Joined

  • Last visited

  • Days Won

    1

Dustin last won the day on May 1 2014

Dustin had the most liked content!

LabVIEW Information

  • Version
    LabVIEW 2013
  • Since
    2005

Dustin's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. So I'm not sure if this is the proper way to report an OpenG bug, but it seems like a good place to start. The problem is the OpenG VI "Array to Array of VData" loses cluster element names when an array of clusters is used and the array is empty. I've isolated the problem to the NI VI "Variant to Data" conversion that converts the array contained in a single variant to an array of variants. I'm frankly not sure what a suitable replacement should be but I figure that reporting the problem is a good first step.
  2. Darren, thanks for pointing out these VIs! It appears that the problem with the OpenG VIs is in the "Array to Array of VData" conversion, this VI is attempting to convert an array contained in a single variant to an array of variants. The method used, a NI "Variant to Data" VI without the type input wired doesn't seem to work when the array of clusters is empty. Although, I'm not sure how I would do it any differently. It would seem that this should be made into a bug report, if one doesn't already exist.
  3. I've run into an interesting problem using the Open G variant library. When trying to extract a list of cluster element names from a cluster in an empty array of clusters in a cluster itself, I get the following error from the Open G "Get Cluster Element Names VI": An example VI showing the problem is attached. At first I thought the problem was due to the fact the array is empty, but asking for cluster names of an empty array of clusters that is not in a larger cluster completes without error. Any thoughts on the cause or solution to this problem? empty array of clusters problem.vi
×
×
  • Create New...

Important Information

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