Author Topic: So my power supply does LXI, now what do I do with that ?  (Read 4829 times)

0 Members and 1 Guest are viewing this topic.

Offline SimonTopic starter

  • Global Moderator
  • *****
  • Posts: 17814
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
So my power supply does LXI, now what do I do with that ?
« on: April 27, 2017, 12:00:55 pm »
I recently acquired a power supply with LXI support. But I am clueless as to what to do with this. No software was supplied so I'd need external software and the little I hear about this stuff is expensive + hard to use. Are there any cheap and practical ways to use this functionality ?
 

Online tautech

  • Super Contributor
  • ***
  • Posts: 28335
  • Country: nz
  • Taupaki Technologies Ltd. Siglent Distributor NZ.
    • Taupaki Technologies Ltd.
Re: So my power supply does LXI, now what do I do with that ?
« Reply #1 on: April 27, 2017, 12:04:21 pm »
If only we knew the brand......but Matlab can drive lots of products with the correct driver.
Avid Rabid Hobbyist
Siglent Youtube channel: https://www.youtube.com/@SiglentVideo/videos
 

Offline SimonTopic starter

  • Global Moderator
  • *****
  • Posts: 17814
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: So my power supply does LXI, now what do I do with that ?
« Reply #2 on: April 27, 2017, 12:10:21 pm »
TTi
 

Offline SimonTopic starter

  • Global Moderator
  • *****
  • Posts: 17814
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: So my power supply does LXI, now what do I do with that ?
« Reply #3 on: April 27, 2017, 12:10:43 pm »
how much is matlab ?
 

Online 2N3055

  • Super Contributor
  • ***
  • Posts: 6600
  • Country: hr
Re: So my power supply does LXI, now what do I do with that ?
« Reply #4 on: April 27, 2017, 12:14:22 pm »
Hi Simon, how about a little bit more info, brand, model...

LXI is standard to communicate with instruments via Ethernet. Usually you just send normal SCPI commands and instrument obeys... or not :-)

You can use Python with libraries, Scilab, Octave.... Or Labview, MAthlab.... Or software from manufacturer if there is one.

Usually you use to automate some measurement procedure, testing process or something... Or calibrate.
Generally for repetitive and boring stuff while being sure it was done exactly as it should be.

So that's general overview. For more details, provide more details..

EDIT:
I see it is TTi,  what model? TTi is good brand, they have good manuals with full SCPI command set to use...

Regards,
Sinisa



 

Offline SimonTopic starter

  • Global Moderator
  • *****
  • Posts: 17814
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: So my power supply does LXI, now what do I do with that ?
« Reply #5 on: April 27, 2017, 12:18:13 pm »
It's a QPX1200SP the manual in this case is minimal with no list of commands just a short paragraph on lxi
 

Offline mikeselectricstuff

  • Super Contributor
  • ***
  • Posts: 13742
  • Country: gb
    • Mike's Electric Stuff
Re: So my power supply does LXI, now what do I do with that ?
« Reply #6 on: April 27, 2017, 12:46:28 pm »
You can read the LXI specifications and write software to control it.
AIUI there are generic commands for standard functions on conventional instruments, so basic operation should be reasonably device-independent
Youtube channel:Taking wierd stuff apart. Very apart.
Mike's Electric Stuff: High voltage, vintage electronics etc.
Day Job: Mostly LEDs
 


Offline HKJ

  • Super Contributor
  • ***
  • Posts: 2904
  • Country: dk
    • Tests
Re: So my power supply does LXI, now what do I do with that ?
« Reply #8 on: April 27, 2017, 01:30:54 pm »
TTi

TTi is easy, you do not need to use the LXI specifications but can directly control it from a raw socket connection. I have done it on many different TTi supplies. For testing get "Putty", a terminal program that can do socket connections.
 

Offline SimonTopic starter

  • Global Moderator
  • *****
  • Posts: 17814
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: So my power supply does LXI, now what do I do with that ?
« Reply #9 on: April 27, 2017, 01:55:38 pm »
Read page 30

http://www.av.it.pt/medidas/data/Manuais%20&%20Tutoriais/07%20-%20TTi%20Power%20Supply%20TSP3222/GPIB%20Instrution%20Set.pdf


thank you, the manual provided is 22 pages even for the LXI version of the supply, I have access to 7 glorious paper copies of this pointless manual.
 

Offline SimonTopic starter

  • Global Moderator
  • *****
  • Posts: 17814
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: So my power supply does LXI, now what do I do with that ?
« Reply #10 on: April 27, 2017, 01:56:55 pm »

 For testing get "Putty", a terminal program that can do socket connections.

Erm, socket ? that thing a plug goes into ? ;)
 

Online 2N3055

  • Super Contributor
  • ***
  • Posts: 6600
  • Country: hr
Re: So my power supply does LXI, now what do I do with that ?
« Reply #11 on: April 27, 2017, 03:05:45 pm »

 For testing get "Putty", a terminal program that can do socket connections.

Erm, socket ? that thing a plug goes into ? ;)

 :-DD

Telnet to port 9221 and type commands as listed in  manual :

"V1?" +CRLF will answer back with set voltage ..



 

Offline SimonTopic starter

  • Global Moderator
  • *****
  • Posts: 17814
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: So my power supply does LXI, now what do I do with that ?
« Reply #12 on: April 27, 2017, 03:30:30 pm »
I have successfully made contact and exchanged a few commands.
 
The following users thanked this post: SeanB


Offline HKJ

  • Super Contributor
  • ***
  • Posts: 2904
  • Country: dk
    • Tests
Re: So my power supply does LXI, now what do I do with that ?
« Reply #14 on: April 27, 2017, 03:34:53 pm »
I have successfully made contact and exchanged a few commands.

You can also call the power supply from a web browser, there it has a couple of pages with information, configuration and one for sending command.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf