 billko
		
			billko
		
		
		
		
		
		
		
		
	
			06-23-2017 10:39 AM
I feel your pain. Your predecessor probably wrote C code with parameters like "a" and "aa" and "ab".
 cbutcher
		
			cbutcher
		
		
		 
		
		
		
		
		
	
			06-24-2017 03:45 AM
@billko wrote:
I feel your pain. Your predecessor probably wrote C code with parameters like "a" and "aa" and "ab".
Just be glad it wasn't "a", "A" and "@" (I know the last isn't a valid identifier, but I don't have any better A characters 😕 )
 Yamaeda
		
			Yamaeda
		
		
		
		
		
		
		
		
	
			06-26-2017 03:32 AM
Create a type def'd cluster with names, then convert the unnamed one with Variant to data. The element types must match, ofcourse.
/Y
 Henrik_Volkers
		
			Henrik_Volkers
		
		
		
		
		
		
		
		
	
			06-26-2017 05:41 AM
Even with a small (not named) bundle cluster you can bundle it without lot of (never wasted) space to something meaningfull 🙂
Just double click the cluster to make it small.
 Bob_Schor
		
			Bob_Schor
		
		
		 
		
		
		
		
		
	
			06-26-2017 08:07 AM
Following up on Henrik and other posts (including those that say "Make a TypeDef of your Cluster), here is a TypeDef of a Data Cluster I created by the following steps:
Here's a picture of TYPE data.ctl:
Now that you have your TypeDef, you can delete the Control or Indicator you used to create it, as you'll be using the TypeDef from here. Here is my version of Henrik's example:
In the top Cluster, the Cluster Constant was placed by right-clicking, doing "Select a VI", and browsing to TYPE Data.ctl. Note if I were working in a Project and using QuickDrop, I could type Ctrl-Space, start typing TYPE Data, and before I got it all typed, it would pop up on the top of the list, so typing "Enter" would place it on the Block Diagram. The lower cluster was made by simply copying the upper one -- the only difference is I double-clicked the border of the Cluster Constant and it became an Icon, which (since I'd defined the Icon in my TypeDef) had the name of the Cluster, even more self-documenting.
One more note -- notice the top Cluster Constant has the label "Data" showing, but the bottom one does not. I right-clicked the lower Icon and turned off the Visible Label.
Bob Schor