LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

graph

Hello,

I have a series of voltage values like (12  10.9  10.8  10.7  11  11  11  10.8  10.7  10.7  10.9  11  11  12) on the y axis. Everything that is less than 10.9 is consider to be a voltage drop and I would like to find the time of the drops. As you can see there can be more than one voltage drop, and I have to get the time for every drop.

 

Sorry for my bad english, and thank you,

Stefan

0 Kudos
Message 1 of 8
(3,481 Views)

hello ,

 

here a little example,

 

tell if this works for you

 

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 2 of 8
(3,475 Views)

Hello,

 

Sorry the same with filled arrays

 

 

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 3 of 8
(3,471 Views)

Could you save it for Labview 8.2 :), only if that is not a problem.

 

Thanks a lot,

Stefan

0 Kudos
Message 4 of 8
(3,456 Views)

here in 82

 

best regards


Message Edité par tinnitus le 02-01-2009 06:22 PM
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 5 of 8
(3,448 Views)

Regarding this values (  11  10.8  10.7  10.6  10.9  11  11  12), I need to get the time elapsed from the first value less than 10.9 and the last one (e.g. a drop can last more than 1 sec.) and there are more than one drop. So the question is, how can I see the exact time elapsed from the begining of the drop and the end of the drop.

 

Thank you for your time,

Stefan

0 Kudos
Message 6 of 8
(3,418 Views)

sorry,

 

it's not what i understood first

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 7 of 8
(3,413 Views)

Hi Stefan,

 

I think for this you could just keep track of when you go from a value greater than 10.9 to a value less then 10.9 and then write the value to the array, likewise when you go from a value going from below 10.9 to a value above 10.9 and write that time to the array. Then you can do something like subtract cell 0 from cell 1 to get the time period of the first dip, etc for the following time periods.

National Instruments
RIO Embedded Hardware PSE

CompactRIO Developers Guide
0 Kudos
Message 8 of 8
(3,399 Views)