LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Code for Keysight DSOX1200 series oscilloscopes?

Has anyone done any code to communicate with the Keysight DSOX1200 series oscilloscopes?  Anything you can share?

 

I have considerable experience with SCPI programming various instruments.  The DSOX1200 puzzles me with how to connect to it:  Does it support a client/server connection at port 5025 like a Keysight DMM?  That is not clear in the programming guide.

 

Your thoughts are appreciated.

0 Kudos
Message 1 of 6
(349 Views)

Have you tried this Agilent Technologies / Keysight Technologies DSOX1204A InfiniiVision X-Series Oscillo - Instrument D...?

 

IVI driver is available at InfiniiVision X-Series Oscilloscope LabVIEW Instrument Drivers | Keysight

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution
0 Kudos
Message 2 of 6
(348 Views)

What is the physical interface you are using to connect?
GPIB, USB, LAN?

 

I do not think there are any special settings for DSOX1200. If you have done SCPI before, then it is the same.

S. Eren BALCI
IMESTEK
0 Kudos
Message 3 of 6
(287 Views)

I'm currently using the |V| driver that santo_13 suggested, but regardless of what I do, I end up with this error:

Possible reason(s):

Primary Error: (Hex 0xBFFF0011) VI_ERROR_RSRC_NFOUND: Insufficient location information or the device or resource is not present in the system.

 

Complete call chain:
agx2k3k Initialize With Options.vi
agx2k3k Initialize.vi
Untitled 1.\

 

I'm not sure what to do with it, because the system auto searches for the instrument as seen via the instrument handle, and it is recognized. Does anyone know how to fix this problem?

0 Kudos
Message 4 of 6
(69 Views)

What is the Resource String you typed into the initialization VI (i.e. agx2k3k Initialize With Options)?

 

Can you type it here?

S. Eren BALCI
IMESTEK
0 Kudos
Message 5 of 6
(63 Views)

Do you mean the VISA address? I'm using USB0::10893::902::CN65036180::INSTR

0 Kudos
Message 6 of 6
(58 Views)