04-07-2015 11:17 AM
HI,
I have a vi taht reads bytes via RS232 with 25 draw ovals. When I run the VIit hasa hugedelay and most of the time is freezes.
04-07-2015 11:25 AM
You are blocking the important things for the VISA communications. But here are the things for the VISA configuration:
1. Make sure the Termination Character is turned OFF. That could cause some weird things for you if one of the data bytes happene to match the termination character.
2. Change the Byte Count to a constant and make sure it is set to 3.
3. Make sure the rest of your serial port settings are currect for whatever is sending you the data.
Is the data constantly being sent out? Or is it only sent out on a command?
04-07-2015 12:31 PM