04-28-2011 10:13 AM
Hi,
After upgrading the LabView 8.6 to LabView 2010 the following problem appeared:
The correct response to a read command is: A5FF 0201 0001 32FF 0000 0000.
But now with LabView 2010 extra FF characters are addded: A5FF FF0201 0001 32FF FF00
What is happening. Can you help me with this problem ?
Thanks,
Manuel
04-28-2011 10:19 AM
04-28-2011 10:30 AM
This is the vi
04-28-2011 10:39 AM
More information:
Linux Fedora 9
And the Visa configuration vi
04-28-2011 11:57 AM
04-28-2011 03:10 PM
I install LabView 2011 in another computer and the result in the same.
If I add a delay of at least 30 ms between writing and reading works fine.
04-28-2011 03:25 PM
A typo error, is 2010 Not 2011
04-29-2011 01:35 AM
04-29-2011 09:10 AM
Have you tried slowing down the communication? You may have an "iffy" cable, or noise being injected into the cable. Does the same thing happen if you use, say, a simple serial communications program?
04-29-2011 10:24 AM
After LabVIEW updates and the problem started I place a spy hanging on the line of communication and the data are good, no noise.
I test with simple serial communication between two computers. If the data has more than 10 characters and at least one FF. When reading adds an extra FF.