Re: How can I detect if a global bolean variable has changed

2004-02-12 Thread Angel Olivares
Hi, I explain you a littleThis is the purpose of my application: I have a to adjust the tilt of a DVD. Therefore I use a servomotor and as feedback I acquire a voltage signal. As the motor-torque so high is, I cannot read the torquecurrent. This implies that I can never now if

Re: How can I detect if a global bolean variable has changed

2004-02-11 Thread Angel Olivares
Hi Mads, This is really a good help, now I hope I can solve the problem. Thanks a lot! Angel

Re: How can I detect if a global bolean variable has changed

2004-02-10 Thread Angel Olivares
Hi, I don't udnerstand what you mean. If I want to store the new time value in a global, I need to detect my change of state of this bolean indicator. How can I mange it? Could you send me a small VI? Thanks, Angel

How can I detect if a global bolean variable has changed

2004-02-09 Thread Angel Olivares
I have a boolean global variable that change its value from time to time. At hte beginning of my program I take the actual time, but everytime this value change I have to reset this previous value and take the actual one. I've tried to do this with the event structure but it doesn't work because