09-01-2012 12:10 PM
Hi , I searched up the forums for a possible solution to this, but couldnt find it,
I was looking for a timer Function something on Labview, with what i can control when to turn on something, or when to give a digital High output!
Can anyone pls guide me into the right direction ! Thnx!
09-01-2012 12:56 PM
There are several timing functions in LabVIEW and many ways to build on the simple timing functions to control the timing of almost anything you want.
The Timing palette is a good place to start. Look at the help for the available functions and see what might work for you.
Generally you get better answers when you ask very spcecific questions.
What is the resolution and accuracy of the timing you need? How will the on and off times be set, selected, or calculated? Is the timing periodic or random? Will this program run continuously or for a finite duration? Is there only one device to be controlled or are there multiple devices with independent timing?
Lynn
09-02-2012 10:56 PM
Hi dsly,
This link should solve your issue:
http://zone.ni.com/reference/en-XX/help/371361H-01/TOC117.htm
09-03-2012 12:22 AM
simple logic...
.
05-16-2020 09:34 PM
Hi, could you possibly explain what you've done here? Especially in the third section
Thank you
05-17-2020 01:51 AM
@rohitudhwani wrote:
Hi, could you possibly explain what you've done here? Especially in the third section
These posts were written 8 years ago and there are no numbered "sections".
What is "here" and where is the "third section"? Please provide more details.
05-17-2020 02:43 AM
I'm sorry, let me rephrase.
There are 2 numeric time stamp controllers, which are connected to their respective "seconds to date/time" functions. There is a "Get date/time" function connected to another "seconds to date/time" function.
These 3 are then connected to some sort of arrow with the word hour beside it. What function is this specifically?
Along with that, how does this whole subVI work? The idea behind choosing these specific functions, if that makes any sense.
I'm an undergraduate student and my understanding of LabVIEW is extremely limited, I'm sorry.
Thanks a lot!
05-17-2020 03:07 AM
The date/time record is a cluster and to get any cluster element, use unbundle by name.
The current hour is compared to the set hour time points to determine state. This is independent of any programming language.