07-24-2019 07:15 AM
Hi community, I need help, please.
I own an old Test Set R&S badged CMT 54.
I'd like to interface this gear with NI GPIB USB HS but... nothing to do.
I pinpoint that
1. GPIB HS interfaces other instruments successfully
2. NIMAX recognizes the presence of an instrument at the right GPIB address but is unable to send any commands.
Does someone have any skill/experience to share?
Thank you
07-24-2019 10:32 AM
Wow, that's an antique. But if its still working, probably a great unit.
There's a manual here - http://manuals.repeater-builder.com/te-files/R&S/R&S%20CMT%2052,%2054%20Operating.pdf
Section 2.4 covers remote control. That's not an IEEE 488 (GPIB) connector, but an older model (1985?) IEC 625 connector, so it might not respond to NI-MAX. But if you see the instrument there then you should be able to send it commands. (Its not going to respond to the *IDN?\n IEEE-488.2 query, that's for sure!)
The termination char is \n from my skimming of the manual. You might try sending the "RF:POW?\n" string and seeing if you get a reply. (This is a query of the RF power.)
Once you can establish that the bus is working, and make changes to the instrument remotely the job becomes sitting down with the manual and reading all the commands required to make the measurements you want to make and how to get the data back. Looks like the instrument also has the ability to run "scripts" natively. If you have an existing collection of these I've often found a good solution for older instruments is to use PC to tell the instrument to load a setup file or run a script on the instrument, then transfer data to PC.
Should be a good challenge to get it running. Good luck!
Craig
07-24-2019 03:43 PM
Hi Craig, great advice.
With \n at the end of any "Write" Command I managed to set CMT.
Well done!
There are still issues with "Read" instructions.
If I send RFOW?\n as you suggested, the answer is just gibberish: lots of random characters.
Extra good advise?
Thank you?
07-26-2019 06:09 AM
Maybe no \n on write strings? Maybe \r\n? A thorough read of the manual might be in order.
Craig
07-26-2019 03:14 PM
Not sure what version of IEEE-488 communication that your system follows. See this post for help for the older versions.