From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

troubles with multiplot

Solved!
Go to solution

Hello every one,

 

I meet problemes trying to display severals waves on chart :

 

Here a simplified .vi just to explain my problem , it presents a case of a 3 channels acquisition so the function 

 

array to cluster is set to 3 , so far no problem. But now i would like aquire 2 channels as well as 10 or 50 :

 

how can i do to obtain a cluster same size as the array dynamically?

 

Best regards

 

Tinnitus

 

 

 

CLAD / Labview 2011, Win Xp
------------------------------------------------------
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail

Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte
0 Kudos
Message 1 of 2
(2,118 Views)
Solution
Accepted by topic author tinnitus

Look at the CONTEXT HELP on the chart's terminal:

It explains you can use a 2-D array for a multiplot of 1 (or more) points.

 

Simply use a BUILD ARRAY function in place of your ARRAY to CLUSTER function.

That makes the data into a 2-D array. 

The chart knows what to do with it. 

Message Edited by CoastalMaineBird on 06-25-2009 07:50 AM
Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


Blog for (mostly LabVIEW) programmers: Tips And Tricks

Message 2 of 2
(2,104 Views)