LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to download waveform over RS-232 to HP 33120A FG?

Hello all, I recently aquirred a HP / Agilent / Keysight 33120a function generator. I have gotten the SCPI command interface working and can execute commands with a null modem cable and RS-232 to usb cable. I was wondering however about how to download waveforms over the selected interface as the Agilent IntuiLink software doesn't recognise the device and can't connect. Driver issue or software issue?

0 Kudos
Message 1 of 5
(1,808 Views)

Based on the quick guide, you use the DATA VOLATILE command to load up the data.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 5
(1,796 Views)

Hi T,

 


@T_622 wrote:

I recently aquirred a HP / Agilent / Keysight 33120a function generator.


What does the Agilent support say about that problem?

 


@T_622 wrote:

I have gotten the SCPI command interface working and can execute commands with a null modem cable and RS-232 to usb cable. I was wondering however about how to download waveforms over the selected interface


Read the programming manual for your device to learn about the SCPI commands you need to use…

 


@T_622 wrote:

as the Agilent IntuiLink software doesn't recognise the device and can't connect.


Are you talking about LabVIEW problems or about that "Agilent IntuiLink" software?

Why doesn't the IntuiLink software recognize the device? Can it use the (virtual) COM port at all?

 


@T_622 wrote:

Driver issue or software issue?


Which driver are you talking about?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 5
(1,793 Views)

But how does this command work? The manual says I need to send an array of bytes?

0 Kudos
Message 4 of 5
(1,781 Views)

Hi T,

 


@T_622 wrote:

But how does this command work? The manual says I need to send an array of bytes?


The manual says:

It does not mention any "bytes", but float values or "binary" data of upto 8K (8192) samples!

And it explicitely explains the needed commands in the following pages…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 5
(1,775 Views)