03-26-2024 01:54 PM
In the future, include the fact that you have an Arduino attached to the system. Only in your last entry is that mentioned.
The more information that you can provide upfront, the better the results of solution.
05-16-2024 06:56 AM
Hello everyone. Can anyone here help me solve this problem? I created a LabVIEW program as shown in the picture but I keep getting this error. Is there something I am missing?
Thanks
05-16-2024 07:40 AM
I think that the issue here is the way you are performing the write.
The VISA Write is currently set for Asynchronous mode due to the watch image in the upper right corner. That means that it is looking for the termination character to be sent along with the "a" input. Without the termination character, the VISA Write will throw a timeout error and cause the Bytes at port to fail which will most likely return a 0 for characters to read in the VISA Read.
Try the following: