02-23-2024 12:35 PM
With the program attached, I am transferring waveform data points from an Oscilloscope to the LabVIEW front panel through numbers and a waveform chart. Everything works fine, but I am getting an error at VISA read:
"Error - 1073808339 occurred at VISA Read in Test program 4...possible reasons: VISA: timeout expired before operation completed"
I realized that from particular VISA read, I am not reading any data nor is there a return count. Any tips to fix?
02-23-2024 12:46 PM
Hi Daacos,
@Daacos30 wrote:
With the program attached, I am transferring waveform data points from an Oscilloscope to the LabVIEW front panel through numbers and a waveform chart. Everything works fine, but I am getting an error at VISA read:
"Error - 1073808339 occurred at VISA Read in Test program 4...possible reasons: VISA: timeout expired before operation completed"
I realized that from particular VISA read, I am not reading any data nor is there a return count. Any tips to fix?
The usual answer to this kind of question is: "Read the manual of your scope (carefully)!"
On your VI:
Now read the manual and make sure each command is sent with the (maybe!?) required "end of line" constant
02-26-2024 09:35 AM
Hello there,
I double checked the program and looked at the manual, and everything looks right. The format of commands also seem correct and I tried troubleshooting but nothing solved the error. Any other suggestions?
02-26-2024 11:54 AM
It looks like you are missing a termination character on the CURVe? command.
Turin on the " '\' Codes Display" and look at your two SCPI command lines.