06-16-2008 08:50 AM
06-16-2008 08:59 AM
Hi Michael,
is it possible for you to create parallel processes? If yes you can create a vi template which you can configurate over queues. So you have only one vit on which you make your internal changes, but you can load it 8 times with different configurations.
Hope it helps.
Mike
06-16-2008 09:33 AM
What do you mean you can't access it programmatically? Have you looked at the Bundle/Unbundle functions?
@nimic wrote:
However, I cannot access a cluster element programmatically.
06-18-2008 03:18 AM
06-18-2008 03:24 AM
Your attachment is missing.
nimic wrote:
The attached .emf gives an idea of the different ramps.
06-18-2008 03:38 AM
06-18-2008 09:10 AM - edited 06-18-2008 09:10 AM
That is correct. Just like you can't change at runtime the selection of which property of a structure element in text-based code.
@nimic wrote:
Yes, I tried un-/bundling, but I cannot select different cluster elements to use at runtime.
I think you mean the number of elements. In situations like this an array of clusters of arrays is often used. In other words the outer array is the number of stations. The element of the array is a cluster which acts as a shell. The cluster element is an array which is the array of setpoints. This allows you to have a varying number of setpoints for as many stations as you want.
I cannot convert it to array as elements are different in length.