Difference between revisions of "Atten PPS3203T-3S"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m |
|||
(One intermediate revision by one other user not shown) | |||
Line 14: | Line 14: | ||
}} | }} | ||
The '''Atten PPS3203T-3S''' is a 3-channel programmable power supply with USB-serial and RS232 connectivity | The '''Atten PPS3203T-3S''' is a 3-channel programmable power supply with USB-serial and RS232 connectivity. | ||
See [[Atten PPS3203T-3S/Info]] for more details (such as '''lsusb -v''' output) about the device. | See [[Atten PPS3203T-3S/Info]] for more details (such as '''lsusb -v''' output) about the device. | ||
This device is also sold as the [http://www.newark.com/tenma/72-8795/programmable-dc-power-supply-32v/dp/32T0685 Tenma 72-8795] by Farnell/Newark. | This device is also sold as the [http://www.newark.com/tenma/72-8795/programmable-dc-power-supply-32v/dp/32T0685 Tenma 72-8795] by Farnell/Newark. | ||
See [[Atten PPS3000 series]] for information common to all devices in this series. | |||
== Quick start == | |||
The following command will set the voltage on channel #2 to 5.0V, current limit to 0.5A, and then will query the device in continuous mode: | |||
<small> | |||
$ '''sigrok-cli --driver=atten-pps3203:conn=/dev/ttyUSB0 --channel-group=CH2 \''' | |||
'''--config "voltage_target=5:current_limit=0.5:enabled=on" --continuous''' | |||
</small> | |||
== Photos == | == Photos == | ||
<gallery> | <gallery> | ||
File:Atten PPS3203T-3S back.jpg | File:Atten PPS3203T-3S back.jpg |
Latest revision as of 15:47, 4 December 2016
Status | supported |
---|---|
Source code | atten-pps3xxx |
Channels | 3 |
Voltage/current (CH1) | 0-32V / 0-3A |
Voltage/current (CH2) | 0-32V / 0-3A |
Voltage/current (CH3) | 0-6V / 0-3A |
Connectivity | USB-serial, RS232 |
Website | atten.eu |
The Atten PPS3203T-3S is a 3-channel programmable power supply with USB-serial and RS232 connectivity.
See Atten PPS3203T-3S/Info for more details (such as lsusb -v output) about the device.
This device is also sold as the Tenma 72-8795 by Farnell/Newark.
See Atten PPS3000 series for information common to all devices in this series.
Quick start
The following command will set the voltage on channel #2 to 5.0V, current limit to 0.5A, and then will query the device in continuous mode:
$ sigrok-cli --driver=atten-pps3203:conn=/dev/ttyUSB0 --channel-group=CH2 \ --config "voltage_target=5:current_limit=0.5:enabled=on" --continuous