CuVoodoo

the sorcery of copper

User Tools

Site Tools


ea-ps_2084-03b

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ea-ps_2084-03b [2015/07/11 09:11] – typo kingkevinea-ps_2084-03b [2024/01/07 17:49] (current) – external edit 127.0.0.1
Line 35: Line 35:
   * [[http://www.elektroautomatik.de/files/eautomatik/treiber/ps2000b/programming_ps2000b.zip|programming manual]] ({{:ea-ps_2084-03b:programming_ps2000b.zip|archive}})   * [[http://www.elektroautomatik.de/files/eautomatik/treiber/ps2000b/programming_ps2000b.zip|programming manual]] ({{:ea-ps_2084-03b:programming_ps2000b.zip|archive}})
   * [[http://www.elektroautomatik.de/files/eautomatik/treiber/usb/usb_cdc_acm_driver.zip|driver]] (USB ACM for Windows)   * [[http://www.elektroautomatik.de/files/eautomatik/treiber/usb/usb_cdc_acm_driver.zip|driver]] (USB ACM for Windows)
-  * [[http://www.elektroautomatik.de/en/easyps2000-en.html|easyPS2000 software]] (Windows, demo version)+  * [[http://www.elektroautomatik.de/en/easyps2000.html|easyPS2000 software]] (Windows, demo version)
  
 ====== measurement ====== ====== measurement ======
Line 52: Line 52:
  
 To control the power supply I implemented the protocol described in the {{:ea-ps_2084-03b:ps2000b_programming.pdf|programming manual}}. To control the power supply I implemented the protocol described in the {{:ea-ps_2084-03b:ps2000b_programming.pdf|programming manual}}.
-The source code is available on [[https://git.cuvoodoo.info/kingkevin/ea-ps_2084-03b/tree/master|git]].+The source code is available on [[https://git.cuvoodoo.info/kingkevin/ea-ps_2084-03b/|git]].
  
-The [[https://git.cuvoodoo.info/kingkevin/ea-ps_2084-03b/blob/master/control.rb|control]] programming will increment the voltage from 0 to 84 V in 0.1 V steps, at 1.0 A.+The [[https://git.cuvoodoo.info/kingkevin/ea-ps_2084-03b/src/branch/master/control.rb|control]] programming will increment the voltage from 0 to 84 V in 0.1 V steps, at 1.0 A.
 It will set the voltage and current which are set, actual (measured by the power supply), and [[#mutlimeter|measured]] (measured by the DMM) It will set the voltage and current which are set, actual (measured by the power supply), and [[#mutlimeter|measured]] (measured by the DMM)
  
-Using [[https://git.cuvoodoo.info/kingkevin/ea-ps_2084-03b/blob/master/probe.rb|this script]] I could also find the following undocumented objects (for commands): 80, 81, 82, 83, 84, 85, 86, 87, 88, 149, 150, 151, 152, 156, 158, 160, 161, 162.+Using [[https://git.cuvoodoo.info/kingkevin/ea-ps_2084-03b/src/branch/master/probe.rb|this script]] I could also find the following undocumented objects (for commands): 80, 81, 82, 83, 84, 85, 86, 87, 88, 149, 150, 151, 152, 156, 158, 160, 161, 162.
 These probably allow you to flash the firmware or calibrate the power supply. These probably allow you to flash the firmware or calibrate the power supply.
 ===== multimeter ===== ===== multimeter =====
ea-ps_2084-03b.1436605882.txt.gz · Last modified: 2024/01/07 17:49 (external edit)