Difference between revisions of "Atten PPS3203T-3S"

From sigrok
Jump to navigation Jump to search
m
 
(4 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 14: Line 14:
}}
}}


The '''Atten PPS3203T-3S''' is a 3-channel programmable power supply with USB-serial and RS232 connectivity. It is part of the [[Atten PPS3000 Series]].
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: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