Difference between revisions of "BP2595"

From CPS Technical Wiki
Jump to: navigation, search
(+new section: Ramping the output voltage)
(Ramping the output voltage)
Line 3: Line 3:
 
==Ramping the output voltage==
 
==Ramping the output voltage==
  
The BP2595's output voltage can be ramped up or down under software control. To do this, connect the BP2595 to a control computer with a USB cable. You can then create a simple application program which will ramp the HV output as desired. For an example of this, see this source file: [[:File:Bp2595demo.c|bp2595demo.c]]
+
The BP2595's output voltage can be ramped up or down under software control. To do this, connect the BP2595 to a control computer with a USB cable. You can then create a simple application program which will ramp the HV output as desired. For an example of this, see [[:File:Bp2595demo.c|bp2595demo.c]].

Revision as of 13:57, 1 March 2022

This is the wiki page for the CPS model BP2595 bipolar HV supply.

Ramping the output voltage

The BP2595's output voltage can be ramped up or down under software control. To do this, connect the BP2595 to a control computer with a USB cable. You can then create a simple application program which will ramp the HV output as desired. For an example of this, see bp2595demo.c.