03-05-2013 07:23 PM
Hi, I need a guidance in command pattern sending to 4155B by using Labview.
I would like to Load file from diskette on 4155B by using Labview. Firstly, I tried to write command by using MAX and found that the command I write to 4155B contain error message. I sent both GT 'P MYFILE" and :MMEM:LOAD:STAT 0, filename commands at each time to 4155B but failed. May I know what kind of command should I send to communication with the instrument?
Besides, I will need to execute the file content, should I send OUTPUT @Hp4155;"XE" command?
After execute, I need to save back the result to excel file.
Appreciate if someone can help. Thanks in advance for your kind help.
Regards,
Yong
Solved! Go to Solution.
03-06-2013 09:48 AM
@SH_Yong wrote:
Hi, I need a guidance in command pattern sending to 4155B by using Labview.
I would like to Load file from diskette on 4155B by using Labview. Firstly, I tried to write command by using MAX and found that the command I write to 4155B contain error message. I sent both GT 'P MYFILE" and :MMEM:LOAD:STAT 0, filename commands at each time to 4155B but failed. May I know what kind of command should I send to communication with the instrument?
Besides, I will need to execute the file content, should I send @Output @Hp4155;"XE" command?
After execute, I need to save back the result to excel file.
Appreciate if someone can help. Thanks in advance for your kind help.
Regards,
Yong
The SCPI commands are found in the instrument's manual.
03-06-2013 06:21 PM
Hi nyc, thanks for your reply. I have tried to write few SPCI command to the instrument. They work well. Thanks for your kind help ![]()