05-07-2007 08:45 PM
05-07-2007 10:29 PM
05-08-2007 01:33 AM
05-08-2007 08:25 AM
That's not an error. Your event structure is just executing the timeout event. The event structure includes this as the only event when you create a new one on the block diagram. The timeout event will be called whenever the time value (in msec) you have wired to the in;ut (the little hourglass) has elapsed and no user event has occured. Since you have no code in this event, why don't you just delete it?
If you have other problems, it's going to be hard to determine what's wrong without the actual code. You've got a stacked sequence structure and inside of that is a while loop. The sequence structure is not a very good way to program anything and a while loop inside an event structure does not have much to recomend it either.
When you run the VI in normal mode, do you get any errors? Since I don't see any error indicators, I hope you have automatic error dialogs turned on.
05-08-2007 08:45 PM
Hi Dennis,
the problem is I have made connection from the power supply to a device which i want to test on for getting my current consumption data every second. But i'm not sure why when i click on highlight execution -> run, instead of running the normal process, it triggers the Timeout Event instead.
I have select the right GPIB connected device (there's only one anyway...)
Now what?
Thank you for your prompt reply.
05-08-2007 08:59 PM