02-19-2015 11:39 PM
I have a VI wherein if the main switch is on, it should activate the case structure and within the case, if the push button gives an impulse signal(for about half a second), i want an LED to stay ON for a fixed time, and the led should be turned off only when the main switch is turned off. I am looking for a solution using some loop timing rather than changing the mechanical action of the push button.
PS: I am new to LabVIEW
Thanks in advance
02-20-2015 02:12 AM - edited 02-20-2015 02:13 AM
Hi karthiksudhir,
I am looking for a solution using some loop timing
Well, start by looking at the functions in the timing functions palette! ElapsedTime could help, as well as simple Timestamp functions…
for about half a second
Computers are rather bad, when it comes for something "about". You should define your request more accurately…
I am new to LabVIEW
When you are (still) new in LabVIEW you should take the free online courses offered by NI. And look at the example VIs coming with LabVIEW. And read the help…
02-20-2015 07:49 AM
@GerdW wrote:
Hi karthiksudhir,
I am new to LabVIEW
When you are (still) new in LabVIEW you should take the free online courses offered by NI. And look at the example VIs coming with LabVIEW. And read the help…
This is not the forum to coming running to every time you have a homework problem.
Take TIME to go through the free LabVIEW tutorials.
For some reason, people think that LabVIEW is "easy" and want instant gratification.
As with any programming language, it takes time to LEARN how to use it. There is no instant fix.