RF Measurement Devices

cancel
Showing results for 
Search instead for 
Did you mean: 

Instrument driver for E8267D Vector Signal Generaor, Output Enable VI not workin

Hi,

 

I'm using the Labview 7.1 Instrument driver for the E8267D Vector Signal Generator. The initialize, Modulation Control, RF Config and close VI's all seem to work correctly, however, the VI to control the final output enable (RF ON/OFF) only appears to be able to turn the output OFF. (won't turn on regardless of boolean T/F input).

 

Has anyone else had this problem, is there a fix?

 

Chris Dietrich

R&D Engineer

Synopsys

0 Kudos
Message 1 of 8
(8,715 Views)

Dear ccdietri,

Please post more information about the changes you've made on the vi, possibly with screenshots, and I'll try to have our R&D department (at NI) look into this issue.

 

Sincerely,

Sammy Z.

 

0 Kudos
Message 2 of 8
(8,699 Views)

Hi,

 

I haven't edited the agpsgmxg Configure Output Enabled.vi. I am using it in the attached sequence (see attached PNG file showing the setup_PSG.vi) to setup the E8267D to output a sine wave with amplitude 12 dbm. The frequency is passed as a parameter.

 

The output of the E8267D always stays at RF OFF, or switches to RF OFF whenever the Configure Output Enabled.vi is run, regardless of the boolean input.

 

I've tried changing the order of the vi's (making the output enabled vi the last before closing the connection) no change in behaviour. 

 

Thanks for your help,

 

Chris Dietrich

R&D Engineer

Synopsys

0 Kudos
Message 3 of 8
(8,685 Views)

Hi ccdietri,

I installed the driver to see if I could help you.  I don't have an E8267D handy to be able to test it myself, but I noticed under applications examples vis that the order of the vis is to put the config vi first, then output mod, and output enabled last.

Please look at the example and try the same for the RF setup.  Also, study the example vis to make sure that you aren't missing a critical step. 

Hopefully this will solve the issue.

Please let me know.

 

Thanks,

Sammy Z.

0 Kudos
Message 4 of 8
(8,656 Views)

Hello,

 

I followed the order of the example and tried the example's method of intializing the E8267D, no luck. 

 

Also, I tried running the application example, it actually cannot turn on the RF output either. I think the procedure call the VI makes isn't working.

 

Chris Dietrich

0 Kudos
Message 5 of 8
(8,650 Views)

Hi ccdietri,

Thanks for trying those.

I'll escalate the issue and will let you know when I have an answer.

Thanks for your patience.

 

Thanks,

Sammy Z.

 

0 Kudos
Message 6 of 8
(8,637 Views)

Hi ccdietri,

 

Would you please take a Spy capture of the example running?

 

Also, you should try using the IVI driver wrapper VIs in LabVIEW and see if the IVI driver has the same problem. 

 

Is your firmware up to date?

 

Please let me know how that goes.

 

Regards,

Sammy Z.

0 Kudos
Message 7 of 8
(8,504 Views)
Hi, I had the same problem. When I captured the vi, i realized that the SCPI command being sent was OUTP:STAT 0 at all times. To get around it, i simply created another vi to send the correct command via gpib connection to the instrument.
0 Kudos
Message 8 of 8
(8,083 Views)