Help! Use TCP/IP to communicate between LabVIEW and the Lecroy oscilloscope. #146880
Unanswered
nine-V
asked this question in
Programming Help
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Body
Hello everyone, when I was using TCP/IP to communicate between LabVIEW and the Lecroy oscilloscope, I got this warning: “WARNING : CURRENT REMOTE CONTROL INTERFACE IS TCPIP”;
And when I used the example provided by Lecroy for reading the oscilloscope waveform, I found this error. :“ The format of the CMR? response is not as expected. Make sure that the Command Header is not being reprogrammed from the value configured in the Default Instrument Setup VI, where it is configured to OFF with the command CHDR OFF. (Default Instrument Setup.VI is called from Initialize.vi.)”
The IP address of my PC is 172.16.10.53, and the IP address of the oscilloscope is 172.16.10.54. Moreover, I am able to recognize the device in NI-MAX, and when I perform a query of *IDN? through the VISA test panel, I find that there is no problem.
Does anyone know how to solve this problem? Thank you very much!
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions