LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dot before name with "unbundle by name" (cluster)

When I connect the "unbundle by name", each name in the elements have a dot before the name. All work correctly but I wonder what are these dots.

 

 

0 Kudos
Message 1 of 8
(3,539 Views)

Hi yanl14,

maybe you use these dots in the cluster constant. Do you use the "hide full names" feature?

 

Mike

Message 2 of 8
(3,535 Views)
I use a cluster in type def. with no dot. I unbundle it to load some values I these dots appear. 
0 Kudos
Message 3 of 8
(3,529 Views)

and in the same vi, I have unbundle with no dot.

 

(I don't use hide full names function.)

0 Kudos
Message 4 of 8
(3,523 Views)

I suspect that the containing cluster does not have a name so the full name becomes ".something". If you select "hide full names" I suspect the leading dot will go away.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 5 of 8
(3,522 Views)

Hi yanl,

 

Would you mind posting the offending VI (specifically, the minimum required to recreate the issue)?

Jeff | LabVIEW Software Engineer
0 Kudos
Message 6 of 8
(3,470 Views)
Ben (as usual) is on to what I think is the correct answer.  Your TypeDef contains an array of clusters of a cluster.  I am not sure why you use two clusters, but apparently you are seeing an artifact of the second cluster label.  With no label, however, I get 00.Name instead of .Name.  At any rate, 'Hide Full Names' should remove it if that is all you care about.
0 Kudos
Message 7 of 8
(3,446 Views)

You're right. My cluster in the cluster had no name, it is why I had dot before my names.

 

Thanks.

0 Kudos
Message 8 of 8
(3,421 Views)