Hello,
I tried googling relevant keywords but didn't find a document with that information. The only place to deterministically get that information would be the manufacturer of the instrument. They should be able to provide you with a list of commands and corresponding response formats. If you can get them to give you exmaples, that would be helpful as well. If you can at least get the commands, and successfully get a responses from the instrument, I can certainly help you programmatically parse the data, convert to numeric type, plot, etc. Also, of course ask any questions about how to use the VISA API to communicate with it. You'll generally be using VISA Open, Write, Read, and Close operations, and probably the VISA Configure Serial Port VI (use this right after the open function; it is just a VISA property node underneath, but use it especially if you care about termination characters, because it takes 2 properties to enable and disable this, and the VI does it correctly
🙂Ok, best of luck with the manufacturer and I look forward to hearing back from you!
Thank you,
JLS