LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

parallel execution in Labview

Hi all,

I am trying to execute my code parallel , In my listbox of 1D array ,by selecting items of listbox , it should plot the respecting graph, so we have more than two Accelerometer then by selcting all the "Accelerometer" , respective graph should come.Also if "AI0 Corrosion" is selected then its reading should plot in Corrosion garph.I tried to make but all graphs are not plotting.

 

Plz someone help me to solve this.

0 Kudos
Message 1 of 3
(2,933 Views)

You did not include he subVIs, but instead of looking at all elements of the listbox array (one element per selection), you are only ever indexing out the first one.

 

Can you explain what you mean by parallel?

 

There are some seriously crazy code constructs, for example the boolean "AND true" in several locations. (Rube Goldberg code!)

 

Can you also attach the subVI and maybe explain a little better what you want to see on the graphs.

0 Kudos
Message 2 of 3
(2,926 Views)

Thanks sir,actually we are making GUI for SHM(Structral Health Monitoring) for that I have to see the resultant output of all NI WSN Nodes like 3202 , 3226, 3212 in the graph.We are having 12 NI NODE3202 so if I connect Accelerometer in AI0 pin in more than two nodes of NI 3202 Node.So I want to see all the values in graphs for Accelerometer by selecting them in LISTBOX at once.Thats why I need paralllel execution.I am selecting Nodes according to their SERIAL Number which uniquely identify them.

So if this work I will connects NI WSN NODE 3202 pins input AI0 instead of Random number.

Hope I am able to explain clearly.

 

 

Thanks

Download All
0 Kudos
Message 3 of 3
(2,902 Views)