04-17-2008 04:30 PM
04-17-2008 04:54 PM
04-17-2008 04:57 PM
04-17-2008 05:19 PM
Sorry for all these circles in The Main picture, but i thought that it will be easyer to understand.
I couldn't get hall the picture of the Circuit so i took two shots.the second is that in green, and the arrows and circles ar just showing the
combination of these two screenshot.
The problem is, that I dont get any error code for that GPIB Error, The error handler or dialog, writes that there are timeout problems.
The two Visa sessions are one for the write and one for the read. But i dont need the other... But i didn't deleted it.
I thought meaby you could see the problem by just looking at the wire connections to the Write VI.
Before the SubSetCMD.VI, there is a VI that writes and recieves to the serial port, and no problem occurs there.
Meaby the problem are there, should I meaby clear buffer or flush buffer or do any of that before writing again?
I'll try to find the error code ...
H.zamzam
04-17-2008 06:14 PM
04-18-2008 11:26 AM
Hi to all labview Programmers, hopefully nice day...
Here i got the warnigs by jpg screen shot.
Before the VI SUBSetCMD.VI , there was no error .!
Zamzam
04-18-2008 11:35 AM
And there's no error after it, either. That is a warning, not an error. If the status Boolean is not set then it's not an error. You keep thinking it's GPIB. As Dennis pointed out, an error code can have more than one meaning. Just because one of the possibilities says GPIB doesn't mean that's what it is in your case. It's hard to tell from the screenshot, but it almost looks like the VISA resource control doesn't have anything in it. However, if that were the case, you should have gotten an actual error.
@HFZ wrote:Before the VI SUBSetCMD.VI , there was no error .!
04-18-2008 12:49 PM