LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Acquisition des données

Bonjour, 

 

j'aimerais savoir lorsqu'on fait ce genre d'acquisition des mesure comme ci-dessous, les données de mesures sont tous stockées dans une même case du tableau en sortie ou bien dans dans trois case différentes s'il vous plait ?

Fredo123Danzel_0-1738655601549.png

 

 

0 Kudos
Message 1 of 4
(186 Views)

Hi Fredo,

 


@Fredo123Danzel wrote:

Hello,

I would like to know when we do this kind of measurement acquisition as below, the measurement data are all stored in the same box of the output table or in three different boxes please?

I don't see a "table with boxes" in your image, but I see a waveform array coming from DAQmxRead, displayed in the "data 2" indicator.

Each array element corresponds to a channel in your DAQmx task.

 

Why does the stop button in your image misses its label?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(179 Views)

Salut, 

 

Oui j'ai une tache qui contient trois mesures. Est-ce-que les mesures sont logées de cette manière (Mesure A , mesure B et mesure C) comme en image ci-dessous svp?  

 

Fredo123Danzel_1-1738657761839.png

 

 

 

0 Kudos
Message 3 of 4
(174 Views)

Hi Fredo,

 


@Fredo123Danzel wrote:
Yes I have a spot that contains three measures. Are the measures housed in this way (Measure A, Measure B and Measure C) as in the image below please?

You could use GoogleTranslate the same as I do - and you would do a favor for this worldwide forum, which is mainly using English. Otherwise there is a French regional board

 

On your question:

When your channels are ordered as "channel A, channel B, channel C" in the DAQmx task then you get the same order in the waveform array!

 

Btw. it doesn't make (a lot of) sense to use a loop in your VI when you just use the reading of the last iteration…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(152 Views)