Difference between revisions of "Atten PPS3203T-3S"

From sigrok
Jump to navigation Jump to search
m
 
(7 intermediate revisions by 3 users not shown)
Line 2: Line 2:
| image              = [[File:Atten PPS3203T-3S.png|180px]]
| image              = [[File:Atten PPS3203T-3S.png|180px]]
| name                = Atten PPS3203T-3S
| name                = Atten PPS3203T-3S
| status              = in progress
| 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 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.


== Hardware ==
See [[Atten PPS3000 series]] for information common to all devices in this series.


See the [http://www.youtube.com/watch?v=Ju9Q05y_3V0 EEVblog teardown] for details about this device's internals.
== Quick start ==


== Resources ==
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:


* [http://www.atten.eu/media/catalog/product/pdf/PPS3203T-3S%20user%20manual.pdf User manual]
<small>
* [http://www.atten.eu/atten-pps3203t-3s-programmable-power-supply.html European distributor page for the PPS3203T-3S]
$ '''sigrok-cli --driver=atten-pps3203:conn=/dev/ttyUSB0 --channel-group=CH2 \'''
* [http://www.youtube.com/watch?v=sR92IOU7XJM EEVblog #439: Review of the PPS3205T-3S]
  '''--config "voltage_target=5:current_limit=0.5:enabled=on" --continuous'''
* [http://www.youtube.com/watch?v=Ju9Q05y_3V0 EEVblog #440: Teardown of the PPS3205T-3S]
</small>
* [http://www.mcmelectronics.com/content/ProductData/Manuals/72-8795.pdf Tenma 72-8795 datasheet]
 
* [http://www.eevblog.com/forum/blog/eevblog-439-atten-pps3205t-3s-triple-output-power-supply-review/msg207994/#msg207994 Semi-official protocol docs] (partly wrong)
== Photos ==
* [https://github.com/mturquette/pps-tools pps-tools], a set of Python tools to interface with the device
 
<gallery>
File:Atten PPS3203T-3S back.jpg
</gallery>


[[Category:Device]]
[[Category:Device]]
[[Category:Power supply]]
[[Category:Power supply]]
[[Category:In progress]]
[[Category:Supported]]

Latest revision as of 16:47, 4 December 2016

Atten PPS3203T-3S
Atten PPS3203T-3S.png
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

Photos