LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tick count

Solved!
Go to solution

How to make a an indicator turn on after 15 seconds using the tick count?

0 Kudos
Message 1 of 17
(3,727 Views)

well here's some pseudo code which might help

 

if (current_tickcount - starting_tickcount >= 15000) then turn_on_indicator

 

you'll just need to deal with the case where tick count wraps around (one way of doing this is not to use tick count at all)

 

0 Kudos
Message 2 of 17
(3,715 Views)

Here. Let me know if you need any explanation

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
Message 3 of 17
(3,696 Views)

I have the 10.0 version of labview and it is not possible to read the sent VI. Please help.

0 Kudos
Message 4 of 17
(3,691 Views)

Here

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
Message 5 of 17
(3,686 Views)

The problem is that the indicator is not turning on after 15 seconds

0 Kudos
Message 6 of 17
(3,680 Views)

Here for testing puspose I made it for 5 sec.Now I changed..

 

Now try

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 7 of 17
(3,677 Views)

can you please convert it so i can read on my 10.0 version?

0 Kudos
Message 8 of 17
(3,673 Views)
Solution
Accepted by topic author Majd.n96

Oops

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
Message 9 of 17
(3,670 Views)

although it did not work, i would like to know the logic behind it.

0 Kudos
Message 10 of 17
(3,666 Views)