Electronic Load  1.0
Programmable Constant Current Sink
Variables
Error Flags

Variables

static const uint8_t EFLAG_AVG_LOST =64
 New Averages were ready but the New Averages Flag was still set. More...
 
static const uint8_t EFLAG_NTC1 =1
 NTC1 (the onboard one) seems non-functional. More...
 
static const uint8_t EFLAG_NTC2 =2
 NTC2 (the NTC on the Heat Sink) seems non-functional. More...
 
static const uint8_t EFLAG_P12 =8
 +12V Supply out of tolerance More...
 
static const uint8_t EFLAG_P5 =4
 +5V Supply out of tolerance More...
 
static const uint8_t EFLAG_SOA =16
 Indicates Limits caused by the SOA of the Transistor. Should be somehow displayed! More...
 
static const uint8_t EFLAG_TEMP =32
 Heat Sink Overtemp. More...
 
volatile uint8_t eflags
 Error Flags. More...
 

Detailed Description

Flags indicating an error. They are set when the error condition appears. The Status command displays and clears them.

Variable Documentation

◆ eflags

volatile uint8_t eflags

Error Flags.

◆ EFLAG_NTC1

const uint8_t EFLAG_NTC1 =1
static

NTC1 (the onboard one) seems non-functional.

◆ EFLAG_NTC2

const uint8_t EFLAG_NTC2 =2
static

NTC2 (the NTC on the Heat Sink) seems non-functional.

◆ EFLAG_P5

const uint8_t EFLAG_P5 =4
static

+5V Supply out of tolerance

◆ EFLAG_P12

const uint8_t EFLAG_P12 =8
static

+12V Supply out of tolerance

◆ EFLAG_SOA

const uint8_t EFLAG_SOA =16
static

Indicates Limits caused by the SOA of the Transistor. Should be somehow displayed!

◆ EFLAG_TEMP

const uint8_t EFLAG_TEMP =32
static

Heat Sink Overtemp.

◆ EFLAG_AVG_LOST

const uint8_t EFLAG_AVG_LOST =64
static

New Averages were ready but the New Averages Flag was still set.