06-28-2013 02:56 PM
If I use the Bytes at Port property node to feed the Byte Count input of VISA Read.vi, and the value is zero, what happens?
Does VISA Read.vi return immediately with zero bytes?
Does VISA Read.vi return immediately with however many bytes might have shown up in the buffer in the meantime?
Does VISA Read.vi wait for bytes or termination character?
Does VISA Read.vi wait for timeout?
The documentation does not say, and I need to know.
Thanks.
Solved! Go to Solution.
06-28-2013 03:41 PM
Retunrs 0 bytes immediatly and a warning that more data may be in the buffer
06-28-2013 04:07 PM
What is the number of the warning?
Thanks.
06-28-2013 04:22 PM
Warning 1073676294 occurred at VISA Read in Untitled 1
Possible reason(s):
VISA: (Hex 0x3FFF0006) The number of bytes transferred is equal to the requested input count. More data might be available.
06-28-2013 08:02 PM