 tombech
		
			tombech
		
		
		
		
		
		
		
		
	
			02-24-2010 09:35 AM
Hello all
I have some trouble changing cursor properties using the cluster bundle function. I want to control where the cursors are placed and how they look.
As far as I understand from reading the help file, it should be possible just to change one or more of the items in the cluster with the bundle function, or
am I missing something?
I have attached a VI that show my problem.
I am using Win 7 64bit, with LabVIEW 2009 SP1 64bit.
Thanks
-Tommy
Solved! Go to Solution.
 RavensFan
		
			RavensFan
		
		
		 
		
		
		
		
		
	
			02-24-2010 09:58 AM - edited 02-24-2010 10:00 AM
You have an array of clusters going into the Bundle Node. You need to put the cluster out of the array containder and wire that up. You'll first have to disconnect the array from its typedef to be able to pull the constant out of the array container. You will also want to use Bundle by Name if you only want to change a few items.
 
 Dennis_Knutson
		
			Dennis_Knutson
		
		
		
		
		
		
		
		
	
			02-24-2010 09:58 AM
02-24-2010 10:33 AM
Hello
Thanks for the tip, now my problem is that I am not quite sure how to convert the cluster back to a type I can input on the cursor list.
Help please 🐵
Once again I have included the VI 🐵
Thanks!
-Tommy
02-24-2010 10:43 AM
Hello again....
Allright I just added a build array and corrected some minor error in the property list and now it works!
Thanks alot for the support guys!
Have a nice day!
I have attached the final working program if anyone have the same problem as me.
Regards
Tommy
 Dennis_Knutson
		
			Dennis_Knutson
		
		
		
		
		
		
		
		
	
			02-24-2010 10:53 AM - edited 02-24-2010 10:55 AM