08-19-2019 11:26 AM - edited 08-19-2019 11:27 AM
Hi! I am writing a VI used for Razorbill RP100 strain cell power supply.
I wrote a small and simple VI to see if I can communicate with LabView and it turned out that VISA Read got problem every time, getting Error 1073807339.
I can write and read from NI Max VISA panel perfectly well, and I have installed NI VISA on my laptop.
The VISA open doesn't have problem so I assume it's not the problem from the connection.
I got the baud rate and other stuff from the settings of VISA panel of NI MAX( when the read and write were working well).
I followed the suggestions from here: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019L3mSAE&l=en-GB ; but neither of them worked.
Does anyone have any ideas on how to solve this?
Thank you!
Solved! Go to Solution.
08-19-2019 06:08 PM
1. Do you know if your device will respond to the command *IDN?
2. In your string to write, you have *IDN?\r\n Is that string constant in normal mode or \Code mode? Make Sure it is in \Code mode. (This is item "D" in the link you attached.)
08-19-2019 11:45 PM - edited 08-19-2019 11:46 PM
Hi,
08-20-2019 06:59 AM
Hi! Thank you for replying.
I tested it and I think the device can't read *IDN? itself but has to have a \n as well.
08-20-2019 07:00 AM
Thank you!
I added one block for termination character and finally I can read string.
08-20-2019 07:06 AM