LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Example VI for a Vektrex current pulse generator

Would anybody happen to have an example VI for a Vektrex current pulse generator,
using visa commands, and an ethernet interface.

The company Vektrex does not offer a LabVIEW driver for this or any instrument.

The problem is I can communicate with the instrument correctly, however repeated operations I'm running into a
communication disconnect problem.

I'm fairly new to LabVIEW ethernet interface communication,
So I thought perhaps somebody else has produced a Vektrex current pulse generator VI and this may show what I need to add in order to get reliable operation.

I know this is kind of an overall general request but if somebody also had any instrumentation VI that uses an ethernet interface that may be helpful.

I'm using LabVIEW 2015


Thank you

0 Kudos
Message 1 of 4
(1,042 Views)

If it uses the same SCPI over ethernet, nothing special is required, you can use VISA APIs as you would do with GPIB/USB/RS232 protocols.

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.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 4
(1,006 Views)

Based on my uses of other ethernet interface based instruments that's kinda what I thought.
However.. Nice to hear the reassurance ..

Thank you

0 Kudos
Message 3 of 4
(993 Views)

I don't know the model you've but based on this document, it is just SCPI over ethernet
https://www.vektrex.com/downloads/SS200HC.pdf

santo_13_0-1629471725671.png

Probably you are good with VISA APIs or as the company 'claims' try getting the LabVIEW APIs

 

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.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 4 of 4
(987 Views)