07-11-2008 06:55 AM
07-11-2008 07:03 AM - edited 07-11-2008 07:03 AM
07-11-2008 07:34 AM
Hi ranjith,
please explain why you can´t use the timeout event. Where do your events come from. I think the vi is only an example. Do you read from hardware?
Mike
07-11-2008 07:47 AM
07-11-2008 08:46 AM
I am planning to have 2 boolean push buttons for increment and decrement, one numeric indicator for value.
Using this i can get values generating seperate events. but there is a problem again... When i hold the button, i should increment or decrement the values continuesly.
Can i generate continues events holding the button? or any other way i can do this?
Pls help on this..
Ranjith
07-11-2008 09:11 AM
You would need to change the mechanical action of the buttons and have a while loop which monitors if the button is still true at regular intervals, thus causing the appropriate action (increment or decrement). You could place this within the Event Structure for that button.
R
07-11-2008 09:16 AM