Search the Community
Showing results for tags 'array of clusters'.
-
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.
-
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