10 lines
373 B
C
10 lines
373 B
C
|
|
|
|
#define LEVEL_HWP_U_ZPT 2900 //2800 // V 0-2900 V
|
|
#define LEVEL_HWP_I_AF 800 //700 // A 0-450A
|
|
#define LEVEL_HWP_I_ZPT 1600 // A 0-2000??
|
|
#define LEVEL_HWP_U_ABC 3100 //2900 //2800 // V 0-2000V
|
|
#define LEVEL_HWP_I_BREAK 900 //750 // A 0-2000A
|
|
|
|
#define convert_real_to_mv_hwp(nc,value) ((float)value*(float)R_ADC[0][nc]/(float)K_LEM_ADC[0][nc]*10.0)
|