09-23-2010 12:55 PM
Hello Goc_br,
I'm sorry to hear you are having this issue. Unfortunately the instrument driver you are using is provided as is, and is not maintained by National Instruments, so there is not too much we can do about fixing the code. I would try to place in more delays in your code to see if you can get that to work. You also could be having race conditions in your code that highlight execution is not seeing, but is being seen while running your code without highlight execution. That would be another thing you could look for. Have a great day!
Best Regards,
Adam G
09-23-2010 01:10 PM
Hello Adam,
Thanks for your input. But it turns out that last night I could successfully run my code.
Indeed, I had to add one more delay in the code but now before the Write VISA VI as well not only before Read VISA VI as I did. I just added 1 second delay before each VI and it ran with no issue.
Thanks anyway,
Goc