キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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 件の賞賛
メッセージ1/8
4,909件の閲覧回数

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 件の賞賛
メッセージ2/8
4,903件の閲覧回数

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 件の賞賛
メッセージ3/8
4,899件の閲覧回数

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

 

Thanks a lot,

Stefan

0 件の賞賛
メッセージ4/8
4,884件の閲覧回数

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 件の賞賛
メッセージ5/8
4,876件の閲覧回数

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 件の賞賛
メッセージ6/8
4,846件の閲覧回数

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 件の賞賛
メッセージ7/8
4,841件の閲覧回数

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 件の賞賛
メッセージ8/8
4,827件の閲覧回数