05-11-2012 12:54 AM
Getting the following error message on the VISA Read in a Basic Serial Write and Read.vi:
Error -1073807252 (Hex 0xBFFF006C)
Possibble reason(s):
VISA: (Hex 0xBFFF006C0 An overrun error occured during transfer. A character was not read from the hardware before the next character arrived.
Had a look on the forum, but could not get a clear answer as to how to resolve this issue.
Solved! Go to Solution.
05-11-2012 01:14 AM
05-11-2012 01:48 AM
Read faster? The Baud Rate is set to 115200 as the device I am comunicating with. Do you mean reduce the "Delay Before Read (ms)"?
What I neglected to mention is that the error is on a test set that has been used for about a year without any issues. The test set was then stored for a year. Some more UUTs have to be tested and the original USB-to-RS232 converter that was used is missing. Replaced it, but not sure if the replacement caused this error. Steps using the same VI but with less data from the UUT do not generate the error.
05-11-2012 04:35 AM
05-11-2012 06:09 AM
I did not explicitly set the I/O buffer size before and it defaults to 4096. I now increased the buffer size by using the VISA Set I/O Buffer Size sub-VI and it resolved my issue. Not sure why I did not encounter this issue before.
05-11-2012 04:04 PM
10-06-2015 03:29 AM
Problem Statement:
I am getting VISA error after running of around 12-24 Hrs of time and then LabVIEW stops responding and it hangs up. Only restart of laptop is solution to get the things to start again. Error Code is not constant but offen is 1073807194
Detail information :
A hardware with RS232 port is connected to Laptop using USB to RS232 converter. VISA is configured with 9600baud rate and terminataion ON with 0x0A character. LabVIEW try to communicate the hardware over the interface frequently. The code is written in such a way that LabVIEW opens the VISA serial port -> execute task Communicate READ and WRITE both --> Disconnect. There are many write and read command before disconnect. After some time it again initiate the same operation based on state diagram.
After operation of more than 12Hrs to 24Hrs, it stops to communicate.
I tried to use many different programming or configuration - Asynchronous/Synchronous, With and without termination character, With and without disconnecting the port. IO buffer flush, setting memory size - 16 - 4096byte.... Still the problem exist... Can any one give some more direction?
10-06-2015 06:55 AM
Sounds like Windows is turning off your USB port to "save power". If you go into the Windows Device Manager, you can turn this feature off for all of your USB hubs.
08-10-2016 08:11 AM
thank you for advice! )
02-12-2018 12:02 AM
Error -1073807252 (Hex 0xBFFF006C)
Possibble reason(s):
VISA: (Hex 0xBFFF006C0 An overrun error occured during transfer. A character was not read from the hardware before the next character arrived.
i am facing this issue.
I tried to change buffer size, delay the input but cound not resolve. pl help.