KEPCO KLR Series Developers Guide User Manual
Page 70

5-8
KLR-DEV 060713
FIGURE 5-3. EXAMPLE 2: USING THE POWER SUPPLY TO TAKE MEASUREMENTS (SHEET 2 OF 2)
/* function Set_powersupply
Sets power supply to the supplied voltage and current
Also sets the output on as setting to a voltage and current
Implies output being placed on
*/
ViStatus Set_powersupply (ViReal64 voltage, ViReal64 current){
ViStatus power_supply_status = VI_SUCCESS;
Kpklr_Set_Volt_Curr (KLR_Session, voltage, current); //voltage and current
/*
The above function sets both the voltage and current setpoint of the power supply
*/
Kpklr_OutputOnOff ( KLR_Session, 1); // output on
return (power_supply_status);
} // end of main
// if not created as a project, include the driver code at end of program
#include "Kp_KLR.c"
See also other documents in the category KEPCO Power suppliers:
- ABC-DM SERIES (96 pages)
- ATE (all models) QUICK START GUIDE (8 pages)
- SN 488-D (94 pages)
- SN 488-D (14 pages)
- SN 488-D (16 pages)
- BHK-MG 200W (Full Rack) Series (152 pages)
- BHK-MG 40W (Half Rack) Series (148 pages)
- BIT 232 (72 pages)
- BIT 4882 (56 pages)
- BIT 4886 Quick Start Guide (4 pages)
- BIT 4886 Operator Manual (92 pages)
- BOP 100W, 200W, 400W (M, D) Quick Start Guide (8 pages)
- BOP 20-5ML Modification Sheet (1 page)
- BOP 20-10MC Modification Sheet (2 pages)
- BOP 36-6MC Modification Sheet (2 pages)
- BOP 100-2MC Modification Sheet (2 pages)
- BOP 50-4MC Modification Sheet (2 pages)
- BOP 100-2ML Modification Sheet (2 pages)
- BOP 72-3ML Modification Sheet (2 pages)
- BOP 50-4ML Modification Sheet (2 pages)
- BOP 36-6ML Modification Sheet (2 pages)
- BOP 20-10ML Modification Sheet (2 pages)
- BOP 72-6MC Modification Sheet (2 pages)
- BOP 36-12MC Modification Sheet (2 pages)
- BOP 20-20MC Modification Sheet (2 pages)
- BOP 100-4ML Modification Sheet (2 pages)
- BOP 72-6ML Modification Sheet (2 pages)
- BOP 50-8ML Modification Sheet (2 pages)
- BOP 36-12ML Modification Sheet (2 pages)
- BOP 20-20ML Modification Sheet (2 pages)
- BOP 1KW-MG Quick Start Guide (16 pages)
- BOP 1KW-MG Quick Reference Guide (2 pages)
- BOP 1KW-MG Operator Manual, Firmware Ver.4.12 and higher (196 pages)
- BOP 1KW-MG Operator Manual, Firmware Ver.4.08 to 4.11 (194 pages)
- BOP 1KW-MG Operator Manual, Firmware Ver.3.05 to 4.07 (194 pages)
- BOP 1KW-MG Operator Manual, Firmware Ver.2.48 to 3.04 (188 pages)
- BOP 1KW-MG Operator Manual, Firmware Ver.2.38 to 2.47 (188 pages)
- BOP 1KW-MG Operator Manual, Firmware Ver.2.01 to 2.37 (176 pages)
- BOP 1KW as Solar Device Tester Quick Start Guide (3 pages)
- BOP-GL 1KW Quick Start Guide (16 pages)
- BOP-GL 1KW Operator Manual Firmware Ver.3.05 and higher (168 pages)
- BOP-HV (48 pages)
- CA 26 (2 pages)
- CA 27 (2 pages)
- CA 29 (2 pages)