Difference between revisions of "Atten PPS3203T-3S"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
| name = Atten PPS3203T-3S | | name = Atten PPS3203T-3S | ||
| status = supported | | status = supported | ||
| source_code_dir = | | source_code_dir = atten-pps3xxx | ||
| channels = 3 | | channels = 3 | ||
| channel1 = 0-32V / 0-3A | | channel1 = 0-32V / 0-3A | ||
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. | ||
Line 20: | Line 20: | ||
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 == | |||
<gallery> | |||
File:Atten PPS3203T-3S back.jpg | |||
</gallery> | |||
[[Category:Device]] | [[Category:Device]] | ||
[[Category:Power supply]] | [[Category:Power supply]] | ||
[[Category:Supported]] | [[Category:Supported]] |
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