LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

counter

Hi all

 

I have some problem with the lap time, i need to stop the timer when the indicator reach the 0 , at the moment i can do it but the array catch all the time during the indicator is on 0 ..... how can i take only one time per lap?

 

Thanks

0 Kudos
Message 1 of 16
(2,940 Views)

take a look at the code here to get a hint...

lap count.png

0 Kudos
Message 2 of 16
(2,918 Views)

I'm not able to apply it to my VI can you help me?

0 Kudos
Message 3 of 16
(2,893 Views)

portata_14_11_12[1].png

0 Kudos
Message 4 of 16
(2,875 Views)

Could you send me the modyfied VI?

 

Thanks

0 Kudos
Message 5 of 16
(2,833 Views)

ApokMulti-element shift registers are not something I've encountered yet, and the help is a little light in explaining them. If I understand correctly, during the ith iteration of the loop, the top element of the LH shift register carries what was placed on the RH shift register at the completion of the (i-1)th iteration, the next one down what was placed on the RH SR at the completion of the (i-2)th iteration, etc. Is this the way it works? interesting.....

 

 

Jeff

Jeffrey Zola
0 Kudos
Message 6 of 16
(2,816 Views)

Why so complicated? SImply use another "elapsed time" express VI.

Use a numeric indicator with a time format and you can eliminate all your formatting.

 

 

 

(I did not look at the rest of your code, but it seems pretty incomprehensible :D)

 

Download All
0 Kudos
Message 7 of 16
(2,813 Views)

Altenbach thank you for semplifying the Vi but i didn't reach my target!!

 

I need the lap time! I need to see the lap time every time the gauge reach 10!

At the moment i can see the lap time in the array but the array take many lap times because it wait that the transaction change.... I need only one time lap per lap.

 

Ex

 

 - 97.6963 (after 1 complete lap)

- 195.2 (after 2 complete lap)

 

ecc

 

You are right the Vi is incompprehensible it's not my business hihi

 

0 Kudos
Message 8 of 16
(2,789 Views)

help help help!

0 Kudos
Message 9 of 16
(2,769 Views)

@Teo_CF wrote:

help help help!


Hi, Teo- I have two suggestions/comments for you:

  1. People in the US are just returning to work from a long, holiday weekend, as Thursday was Thanksgiving, and most employers give Friday off as well. Based on the timestamp of your posts, I assume that you are not US-based.
  2. When I read your posts last week, I could not understand what you meant by "lap time." I suggest that you better define your question so that the forum participants can know what exactly you are after.

Jeff

Jeffrey Zola
Message 10 of 16
(2,750 Views)