Difference between revisions of "Velleman PS3005D"

From sigrok
Jump to navigation Jump to search
m
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox power supply
{{Infobox power supply
| image              = [[File:PS3005D front on.JPG|180px]]
| image              = [[File:Velleman ps3005d mugshot.png|180px]]
| name                = Velleman PS3005D
| name                = Velleman PS3005D
| status              = planned
| status              = supported
| source_code_dir    =  
| source_code_dir    = korad-kaxxxxp
| channels            = 1
| channels            = 1
| channel1            = 0-30V / 0-5A
| channel1            = 0-30V / 0-5A
Line 9: Line 9:
| channel3            =  
| channel3            =  
| channel4            =  
| channel4            =  
| connectivity        = USB, RS232
| connectivity        = USB/serial, RS232
| features            = programmable presets, over voltage protection, over current protection, output on/off
| features            = programmable presets, over voltage protection, over current protection, output on/off
| website            = [http://www.velleman.eu/products/view/?id=409798 velleman.eu]
| website            = [http://www.velleman.eu/products/view/?id=409798 velleman.eu]
}}
}}


The '''Velleman PS3005D''' is a 1-channel programmable power supply (0-30V/0-5A) with both USB and RS232 connectivity.
The '''Velleman PS3005D''' is a 1-channel programmable power supply (0-30V/0-5A) with both USB/serial and RS232 connectivity.


It is probably a rebadged Korad KA3005P.
It is a rebadged [[Korad KA3005P]].


See [[Velleman PS3005D/Info]] for more details (such as '''lsusb -v''' output) about the device.
See [[Velleman PS3005D/Info]] for more details (such as '''lsusb -v''' output) about the device.
See [[Korad KAxxxxP series]] for information common to all devices in this series.


== Hardware ==
== Hardware ==
Line 38: Line 40:
== Protocol ==
== Protocol ==


The protocol is serial or serial-over-USB, 9600 8N1, (almost fully) ASCII based. No line termination, CRC or checksum characters are used. The PC sends a request string which is then responded by the power supply.
See [[Korad KAxxxxP series#Protocol]] for the protocol details.
 
During a PC connection, the front control buttons and the scrollwheel are blocked.
 
{| border="0" style="font-size: smaller" class="alternategrey sigroktable"
|-
! Request
! Example output
! Remarks
 
|-
| *IDN?
| VELLEMANPS3005DV2.0
KORADKA3005PV2.0
| Request identification from device
 
|-
| STATUS?
| (byte)
| Request the actual status. The output is a single byte with the actual status encoded in bits. At least the Velleman PS3005D V2.0 is a bit buggy here. The only reliable bits are: 0x40 (Output mode: 1:on, 0:off), 0x20 (OVP and/or OCP mode: 1:on, 0:off) and 0x01 (CV/CC mode: 1:CV, 0:CC)
|-
| VSET1?
| 12.34
| Request the voltage as set by the user.
 
|-
| VSET1:12.34
| (none)
| Set the maximum output voltage.
 
|-
| VOUT1?
| 12.34
| Request the actual voltage output.
 
|-
| ISET1?
| 0.125
| Request the current as set by the user.
 
|-
| ISET1:0.125
| (none)
| Set the maximum output current.
 
|-
| IOUT1?
| 0.125
| Request the actual output current.
 
|-
| OUT1
| (none)
| Enable the power output.
 
|-
| OUT0
| (none)
| Disable the power output.
 
|-
| OVP1
| (none)
| Enable the "Over Voltage Protection", the PS will switch off the output when the voltage raises above the actual level.
 
|-
| OVP0
| (none)
| Disable the "Over Voltage Protection".
 
|-
| OCP1
| (none)
| Enable the "Over Current Protection", the PS will switch off the output when the current raises above the actual level.
 
|-
| OCP0
| (none)
| Disable the "Over Current Protection".
 
|}


'''Remarks''':
'''Note:''' Some versions of the PS3005D appear to use the [[Atten PPS3000 series]] protocol instead.
# The digit 1 in the V... and I... requests indicates the values are meant for channel one. In future (or "higher"?) models this may be two for a second channel and so on.
# Voltage ("00.00" to "31.00" V) and current ("0.000" to "5.100" A) output values have a fixed length with fixed dot position. The values won't become negative.


== Resources ==
== Resources ==
Line 134: Line 54:
[[Category:Device]]
[[Category:Device]]
[[Category:Power supply]]
[[Category:Power supply]]
[[Category:Planned]]
[[Category:Supported]]

Latest revision as of 08:48, 11 January 2016

Velleman PS3005D
Velleman ps3005d mugshot.png
Status supported
Source code korad-kaxxxxp
Channels 1
Voltage/current (CH1) 0-30V / 0-5A
Connectivity USB/serial, RS232
Features programmable presets, over voltage protection, over current protection, output on/off
Website velleman.eu

The Velleman PS3005D is a 1-channel programmable power supply (0-30V/0-5A) with both USB/serial and RS232 connectivity.

It is a rebadged Korad KA3005P.

See Velleman PS3005D/Info for more details (such as lsusb -v output) about the device.

See Korad KAxxxxP series for information common to all devices in this series.

Hardware

TODO.

Photos

Protocol

See Korad KAxxxxP series#Protocol for the protocol details.

Note: Some versions of the PS3005D appear to use the Atten PPS3000 series protocol instead.

Resources