05-20-2015 07:52 AM
I created a program that continuously acquire data from an inverter. But,the "VISA read" function is not rreading all the bytes from the buffer which is a big problem because the way my program work is it will extract the specific bytes at the buffer and convert these values to voltage and current values.
I specified the number of bytes that I want to read from the buffer like for instance I want to read 21 bytes. But, even if there are 21 bytes at the buffer, the VISA read function only read 9 bytes. Im not using any termination character so this is weird. Im using LabVIEW 2011.
Attached is a picture of my program and also the results.
Solved! Go to Solution.
05-20-2015 07:55 AM
You still have the termination character enabled. You need to wire up a FALSE to the Termination Character Enable input on the Configure Serial Port.
05-20-2015 07:55 AM