Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Sorensen/Ametek XG series USB LabView Control

I prefer to use the SCPI programming commands for better control.  If you want help with your libraries then post a new thread; otherwise, you can use this with the correct SCPI command/query for your instrument.

TCP.png

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 11 of 54
(2,391 Views)

Hello sir,

I want to control Sorenson Amtek SGX series programmable power supply using Ethernet interface. I am using LabVIEW 2021 But i didn't find any LabVIEW 2021 driver. On Sorenson official website only LabVIEW 2013 driver is there.

Kindly help me. what should i do.

I have tested power supply using DC virtual panel software available in website and it's working fine with software, but I want to develop LabVIEW based GUI using Ethernet interface.

These are trace data of command sent using DC Virtual panel software- 

*IDN?
SYST:ERROR?
SOURCE1:VOLT:LIMIT?
SOURCE1:CURRENT:LIMIT?
SOURCE1:VOLTAGE?
SOURCE1:CURRENT?
SOURCE1:POWER?
SOURCE1:VOLT:PROTECTION?
OUTPUT1:STATE?
OUTPUT1:PROT:FOLD?
OUTPUT1:PROT:DELAY?

0 Kudos
Message 12 of 54
(2,375 Views)

Simple.

  1. Open a New Blank LabVIEW VI
  2. Click on the image in Message 11 above and drag it into the block diagram screen and release

 

Now,

  1. Enter the IP address and port information (on the Front Panel)
  2. Enter the command or query you want (also add the \n or ; suffix)
  3. Press run and the instrument should respond if your connection parameters are correct

 

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 13 of 54
(2,367 Views)

I have tried for drag and drop but it's not happening.

0 Kudos
Message 14 of 54
(2,357 Views)

Just duplicate it.  It consists of 4 primitives from Data Communication -> Protocols -> TCP and a string search function.  

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 15 of 54
(2,348 Views)

I am trying to communicate through ethernet interface and i have made tcp connection in labview. connection seems fine but there is no response from device.

i have attached screenshot.

Please help

0 Kudos
Message 16 of 54
(2,325 Views)

I need LabVIEW 2021 driver for Sorenson/Amtek SGX series power supply. I have tried downloading LabVIEW 2013 driver in my LabVIEW 2021 its not supporting.  

Please help me. I am struggling to complete my project.

0 Kudos
Message 17 of 54
(2,306 Views)

I have downloaded LabVIEW 2013 driver for Sorenson/Amtek SGX series programmable power supply. But why its driver is not coming LabVIEW 2021. Icon is coming with question mark. Is it not downloaded properly or anything else. 

Can i get help from you. 

0 Kudos
Message 18 of 54
(2,246 Views)

Hi

Is the driver present in your LabVIEW 2021 installation folder under instr.lib?

e.g. for the 32 bit version

C:\Program Files (x86)\National Instruments\LabVIEW 2020\instr.lib\

greetings from the Netherlands
0 Kudos
Message 19 of 54
(2,231 Views)

EARLIER IT WAS INSTALLED IN C:\Program Files\National Instruments\LabVIEW 2021\instr.lib.

Now i changed  to Progarmme files 86 but still same issue. Now that question mark icon in labview driver is even not coming.

 

Please help what to do

0 Kudos
Message 20 of 54
(2,216 Views)