cancel
Showing results for 
Search instead for 
Did you mean: 

SubVI with Cluster

Montree
Member

SubVI with Cluster

Hi
I want to pass Cluster to SubVI.
Could anybody tell me how to make SubVI know Cluster data without create any cluster in SubVI?
 
Thank you in advance.
4 REPLIES 4
MikeS81
Proven Zealot

Re: SubVI with Cluster

Hi MS_CJ,

you can pass a reference of the cluster to your subvi. Or you use a variant. Why don´t you want to create a cluster in the sub vi?

Mike

Montree
Member

Re: SubVI with Cluster

Hi Mike, 

I want to use this SubVI as function which can receive any cluster.

if I have already created some Cluster in SubVI then it doesn't work when I try to pass another type of Cluster into such SubVI.

Your guidance seems that can only use with same type of Cluster. Right? 

MikeS81
Proven Zealot

Re: SubVI with Cluster

Message contains an attachment
Hi MS_CJ,
use a "cluster" reference and not a special type, then you can pass all clusters to your subvi.
Mike
Highlighted
Montree
Member

Re: SubVI with Cluster

Hi Mike,

Thank you for your guidance.