12-10-2009 05:36 AM
Hi everyone,
I am currently writing a driver for a GPIB-Device.
Everything works great so far, but I have one problem I cannot solve.
How can I constantly check if an SRQ occured while the rest of the program sets things like Range and Output??
If an SRQ occured I want to Reset the device and stop the Program.
Thanks in advance.
12-10-2009 10:04 AM
12-10-2009 12:52 PM
12-11-2009 03:09 AM
Thank you very much for your answers!
I already used those functions but it did not work. That is why I asked in the first place, I thought I was missing something or doing something wrong.
But I just found out that I forgot to mask a certain register due to a missing Letter.
I typed in "*SE 8" instead of "*ESE 8".
Why do these things always happen!
Best Regards,