02-23-2012 08:40 AM
I am using 'ctrl val get' in a vi. The value it is getting is a cluster of references, the references are being returned all with a value of zero. Is there a prohibition against using 'ctrl val get' with references?
Solved! Go to Solution.
02-23-2012 08:46 AM
I have done similar and it worked.
Wire through your error cluster and look to see if there is an error code to give you more info.
Ben
02-23-2012 09:08 AM - edited 02-23-2012 09:08 AM
Yes the error is an invalid object error 1055
I have posted the error screen shot. It refers to the property node but if I probe the cluster it shows all refnums => 0 are zero
(screen shot has the same name, but it's updated from the last one)
02-23-2012 09:20 AM
It's a different problem, the ctrl get val seems to be working fine, the VI that the reference cluster is being called from has zero's for all of the cluster values. So, I guess the question I should have been asking is, why all the reference values are 0 in this other vi.
02-23-2012 09:21 AM
Adde a probe earlier to see whcih ref was invalid.
Ben