05-21-2008 11:35 AM
05-21-2008 12:01 PM
05-21-2008 01:19 PM - edited 05-21-2008 01:20 PM
05-22-2008 10:56 AM
05-22-2008 12:27 PM
05-24-2008 03:57 AM
ya, even we tried to explain these concepts to our project guide.. but he thinks that we are fools to tell him such kind of doubts.. but can u please bulid two vi's for me, that will be based on two led's,x and y..
1]both led's off-
when 'x' glows, it initiates the timer and as soon as 'y' glows, it stops the timer and the timer holds its value..
2]both are on-
when 'x' goes off, the timer initiates and when 'y' goes off, the timer terminates and holds its value..
also, can you guide us, how to hold the value stable of any indicator (using some loops or functions...)
05-24-2008 12:09 PM
I think you are misunderstanding the purpose of this forum. This is not a software service that writes plant quality software on demand and for free on a tight deadline. 😮
Aashish wrote:
.. but can u please bulid two vi's for me, that will be based on two led's,x and y..
I don't uderstand what you mean by that question. An indicator remains stable until you write a new value to it. You can for example place it inside one case of a case structure and activate that case whenever you want to update. If you want to keep a process value stable via feedback control (e.g. keep a temperature stable by regulating heating and cooling devices), you could look into PID.
Aashish wrote:
also, can you guide us, how to hold the value stable of any indicator (using some loops or functions...
03-29-2010 04:29 PM
03-29-2010 05:42 PM
Avinash.gogineni wrote:
Bu no one is helping to get that.....
I find that difficult to believe, considering that your posts have had many answers. As noted previously, this forum is not a VI-writing service. Our goal is to help you understand LabVIEW concepts and to point you in the right direction. Ultimately you are the one who has to write and understand the code.