LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing cluster in subvis

Solved!
Go to solution

Hello,

 

I am reading large data from a file and storing it in a cluster, I want to use this cluster in different sub vis to access and process the data. I am a beginner to labview programming and your help is appreciated.

Thanks !

0 Kudos
Message 1 of 6
(2,672 Views)

That's a pretty basic question. Before trying to do anything serious in LabVIEW take some time to go through the tutorials. Start here.

 

=====================
LabVIEW 2012


Message 2 of 6
(2,655 Views)

hi

you can use, for instance, a notifier. See the master slave template.

N

0 Kudos
Message 3 of 6
(2,624 Views)

Hi,

 

you can create SubVIs giving the cluster values inside it.

I made some screenshots to explain the steps:

 

1) Right-clicking on the VI-symbol on the FrontPanel and select show connector

2) Click the connector and then the FrontPanel object to make the connection

3) Repeat this for every value you want to give to the main-VI out of the subVI

4) Right-clicking on the connectors field and select show icon

5) save the subVI

 

The subVI can be included into the main-VI per drag an drop out of the windows explorer.

 

I hope this helps.

 

Best regards

Suse

______________________________
Certified LabVIEW Developer (CLD)
0 Kudos
Message 4 of 6
(2,596 Views)

rest of files...

______________________________
Certified LabVIEW Developer (CLD)
0 Kudos
Message 5 of 6
(2,595 Views)
Solution
Accepted by topic author rja2kor

Thank you very much for your detailed explanation. Since I was a basic user and took some time to go through many materials to understand the concept. Once again thank you for your support.

0 Kudos
Message 6 of 6
(2,494 Views)