Go to the documentation of this file.
34 #ifndef __PQLIB_EXAMPLE_H__
35 #define __PQLIB_EXAMPLE_H__
42 #include "adi_pqlib.h"
43 #include "adi_pqlib_memory.h"
44 #include "adi_pqlib_profile.h"
54 #define PQLIB_MAX_CHANNELS 7
55 #define ADI_PQLIB_NUM_WAVEFORM_BLOCKS 4
56 #define PQLIB_MAX_HARMONICS 50
57 #define PQLIB_MAX_INTER_HARMONICS 50
58 #define SIZE_OF_INPUT_RTC 19
141 uint32_t pqlibStateMemory[ADI_PQLIB_STATE_MEM_NUM_BYTES / 4];
142 uint32_t pqlibTempMemory[ADI_PQLIB_TEMP_MEM_NUM_BYTES / 4];
178 ADI_PQLIB_RESULT pqlibStatus);
244 ADI_PQLIB_CORR_COEF *pCorrCoef);
260 ADI_PQLIB_RESULT pqlibStatus);
float msvCarrierFrequency
Definition: pqlib_example.h:114
float msvThreshold
Definition: pqlib_example.h:113
ADI_PQLIB_WAVEFORM inputWaveform
Definition: pqlib_example.h:149
float dipThreshold
Definition: pqlib_example.h:105
bool useExternalTimestamp
Definition: pqlib_example.h:88
int pqm_start_measurement(bool waitingForSync)
Starts Power Quality measurement as per configured cycles.
Definition: pqlib_example.c:68
uint16_t voltageCorrCoef[PQLIB_MAX_HARMONICS]
Definition: pqlib_example.h:95
uint32_t correction
Definition: pqlib_example.h:102
Header file of ADE9430 Driver.
void set_default_config(EXAMPLE_CONFIG *pConfig)
Sets default configuration of the example as floating points Note that this function doesn't configur...
Definition: pqlib_example.c:478
int cpy_correction_coeffs(ADI_PQLIB_NOMINAL_FREQUENCY nominalFrequency, ADI_PQLIB_CORR_COEF *pCorrCoef)
Copies the user provided correction factors to the interface structure. This shows how floating point...
Definition: pqlib_example.c:297
bool enableRTCSync
Definition: pqlib_example.h:86
ADI_PQLIB_1012_CYCLE_INPUT input1012Cycles
Definition: pqlib_example.h:148
int pqm_one_cycle(void)
One complete cycle for IIO callback function.
Definition: pqlib_example.c:117
#define SYS_STATUS_PQLIB_RUNNING
Definition: status.h:44
int config_measurement(PQLIB_EXAMPLE *pExample)
Configures AFE and the library . This serves as an example on how to call APIs adi_pqlib_SetConfig an...
Definition: pqlib_example.c:146
ADI_PQLIB_REF_CHANNEL refChannel
Definition: pqlib_example.h:124
uint16_t numCorrCoefVoltage60Hz
Definition: pqlib_example.h:99
float rvcHysteresis
Definition: pqlib_example.h:112
uint16_t numCorrCoefCurrent50Hz
Definition: pqlib_example.h:96
@ VCONSEL_4W_DELTA_VA_VB_VC
Definition: pqlib_example.h:79
int afe_read_version(uint32_t *pVersion)
reads AFE version.
Definition: afe_config.c:378
Definition: pqlib_example.h:132
uint32_t cyclesToRun
Definition: pqlib_example.h:100
float intrpHysteresis
Definition: pqlib_example.h:110
int get_afe_input()
Definition: pqlib_afe.c:48
struct no_os_circular_buffer * no_os_cb_desc
Definition: pqlib_example.h:154
int cpy_correction_coeffs(ADI_PQLIB_NOMINAL_FREQUENCY nominalFrequency, ADI_PQLIB_CORR_COEF *pCorrCoef)
Copies the user provided correction factors to the interface structure. This shows how floating point...
Definition: pqlib_example.c:297
ADI_PQLIB_PHASE_MAP channelMap
Definition: pqlib_example.h:152
uint16_t currentCorrCoef[PQLIB_MAX_HARMONICS]
Definition: pqlib_example.h:94
ADI_PQLIB_CORR_COEF correctionData
Definition: pqlib_example.h:125
int open_pqlib(PQLIB_EXAMPLE *pExample)
Call adi_pqlib_Open with required buffers. Serves as an example how to call adi_pqlib_Open API.
Definition: pqlib_example.c:129
PQLIB_STATE
PQLIB Example states.
Definition: pqlib_example.h:64
ADI_PQLIB_FLICKER_MODEL flickerModel
Definition: pqlib_example.h:126
void populate_event_config(EXAMPLE_CONFIG *pExampleConfig)
Populates event configuration using user configuration Serves as an example on how to convert thresho...
Definition: pqlib_example.c:376
int process_and_prepare_output()
The function gets AFE input and calls main processing APIs of the library. This also gets the measure...
Definition: pqlib_example.c:213
int pqm_one_cycle(void)
One complete cycle for IIO callback function.
Definition: pqlib_example.c:117
uint64_t syncTime
Definition: pqlib_example.h:104
#define PQLIB_MAX_CHANNELS
Definition: pqlib_example.h:54
float inputVoltageCorrCoef50Hz[PQLIB_MAX_HARMONICS]
Definition: pqlib_example.h:120
#define PQLIB_MAX_INTER_HARMONICS
Definition: pqlib_example.h:57
float swellThreshold
Definition: pqlib_example.h:107
uint8_t interHarmonics[PQLIB_MAX_INTER_HARMONICS]
Definition: pqlib_example.h:90
int process_pqlib_error(PQLIB_EXAMPLE *pExample, ADI_PQLIB_RESULT pqlibStatus)
Prints error message for errors from the library. Serves as an examples on how to handle the errors f...
Definition: pqlib_example.c:461
volatile bool configChanged
Definition: iio_pqm.c:62
#define SYS_STATUS_SUCCESS
Definition: status.h:41
float intrpThreshold
Definition: pqlib_example.h:109
float rvcThreshold
Definition: pqlib_example.h:111
float currentScale
Definition: pqlib_example.h:117
int afe_start(void)
Starts the AFE.
Definition: afe_config.c:210
void SyncToDip(PQLIB_EXAMPLE *pExample, ADI_PQLIB_RESULT pqlibStatus)
Sync the time to a dip or interruption event. Serves as an example how to sync to an external time ev...
Definition: pqlib_example.c:560
int SyncLibTime(PQLIB_EXAMPLE *pExample, bool checkRtcTime)
Sets library internal time using RTC time. Serves as an example how to call the APIs....
Definition: pqlib_example.c:532
uint16_t numCorrCoefVoltage50Hz
Definition: pqlib_example.h:97
PQLIB_STATE state
Definition: pqlib_example.h:153
uint32_t zeroCrossingCount
Definition: pqlib_example.h:139
int pqm_measurement_init(void)
Initializes Power Quality Measurement.
Definition: pqlib_example.c:53
@ VCONSEL_4W_DELTA_VB_NEGVA
Definition: pqlib_example.h:78
bool calibration
Definition: pqlib_example.h:136
int wait_for_zero_crossing(PQLIB_EXAMPLE *pExample, ADI_PQLIB_RESULT pqlibStatus)
Looks at the return code from library and checks whether there is a zero crossing timeout....
Definition: pqlib_example.c:412
float inputCurrentCorrCoef50Hz[PQLIB_MAX_HARMONICS]
Definition: pqlib_example.h:119
@ PQLIB_STATE_RUNNING
Definition: pqlib_example.h:67
ADI_PQLIB_CONFIG config
Definition: pqlib_example.h:146
VCONSEL_CONFIG vconsel
Definition: pqlib_example.h:128
bool enableIconsel
Definition: pqlib_example.h:87
ADI_PQLIB_PCT_TYPE convert_to_pct_type(float val)
Converts val to percentage.
Definition: pqlib_convert.c:73
Circular buffer library header.
volatile bool processData
Definition: iio_pqm.c:63
uint8_t maxHarmonics
Definition: pqlib_example.h:91
float swellHysteresis
Definition: pqlib_example.h:108
float inputCurrentCorrCoef60Hz[PQLIB_MAX_HARMONICS]
Definition: pqlib_example.h:121
#define SYS_STATUS_PQLIB_CONFIG_ERROR
Definition: status.h:45
bool readyToDisplay
Definition: pqlib_example.h:134
ADI_PQLIB_PHASE_MAP phaseMap
Definition: pqlib_example.h:127
uint16_t numCorrCoefCurrent60Hz
Definition: pqlib_example.h:98
uint8_t maxInterHarmonics
Definition: pqlib_example.h:92
char * pChannel
Definition: pqlib_example.h:144
ADI_PQLIB_HANDLE hDevice
Definition: pqlib_example.h:145
void SyncToDip(PQLIB_EXAMPLE *pExample, ADI_PQLIB_RESULT pqlibStatus)
Sync the time to a dip or interruption event. Serves as an example how to sync to an external time ev...
Definition: pqlib_example.c:560
int SyncLibTime(PQLIB_EXAMPLE *pExample, bool checkRtcTime)
Sets library internal time using RTC time. Serves as an example how to call the APIs....
Definition: pqlib_example.c:532
uint32_t timeOutCount
Definition: pqlib_example.h:140
void set_default_config(EXAMPLE_CONFIG *pConfig)
Sets default configuration of the example as floating points Note that this function doesn't configur...
Definition: pqlib_example.c:478
PQLIB_EXAMPLE pqlibExample
Definition: pqlib_example.c:45
char * pEnabledChannels[PQLIB_MAX_CHANNELS]
Definition: pqlib_example.h:123
@ PQLIB_STATE_WAITING_FOR_TRIGGER
Definition: pqlib_example.h:66
float msvRecordingLength
Definition: pqlib_example.h:115
int wait_for_zero_crossing(PQLIB_EXAMPLE *pExample, ADI_PQLIB_RESULT pqlibStatus)
Looks at the return code from library and checks whether there is a zero crossing timeout....
Definition: pqlib_example.c:412
ADI_PQLIB_COEF_TYPE convert_to_coef_fract_type(float val)
Converts val to correction coefficient.
Definition: pqlib_convert.c:89
int config_measurement(PQLIB_EXAMPLE *pExample)
Configures AFE and the library . This serves as an example on how to call APIs adi_pqlib_SetConfig an...
Definition: pqlib_example.c:146
uint32_t nominalFrequency
Definition: pqlib_example.h:101
int afe_set_ref_channel(uint16_t refChannel)
sets refChannel.
Definition: afe_config.c:564
void afe_wait_settling(uint32_t cycles)
Waits for passed number of cycles.
Definition: afe_config.c:519
void populate_event_config(EXAMPLE_CONFIG *pExampleConfig)
Populates event configuration using user configuration Serves as an example on how to convert thresho...
Definition: pqlib_example.c:376
bool waitingForSync
Definition: pqlib_example.h:135
float inputVoltageCorrCoef60Hz[PQLIB_MAX_HARMONICS]
Definition: pqlib_example.h:122
#define NULL
Definition: wrapper.h:64
float voltageScale
Definition: pqlib_example.h:116
@ PQLIB_STATE_WAITING_FOR_START_CMD
Definition: pqlib_example.h:65
uint32_t processedCycles
Definition: pqlib_example.h:138
VCONSEL_CONFIG
VCONSEL H/W config selection.
Definition: pqlib_example.h:74
uint32_t pqlibTempMemory[ADI_PQLIB_TEMP_MEM_NUM_BYTES/4]
Definition: pqlib_example.h:142
@ VCONSEL_4W_WYE
Definition: pqlib_example.h:75
#define PQLIB_MAX_HARMONICS
Definition: pqlib_example.h:56
int process_pqlib_error(PQLIB_EXAMPLE *pExample, ADI_PQLIB_RESULT pqlibStatus)
Prints error message for errors from the library. Serves as an examples on how to handle the errors f...
Definition: pqlib_example.c:461
Circular buffer descriptor.
Definition: no_os_circular_buffer.h:67
int pqm_start_measurement(bool waitingForSync)
Starts Power Quality measurement as per configured cycles.
Definition: pqlib_example.c:68
uint8_t harmonics[PQLIB_MAX_HARMONICS]
Definition: pqlib_example.h:89
#define SIZE_OF_INPUT_RTC
Definition: pqlib_example.h:58
int afe_set_acc_mode(uint16_t frequency, uint16_t vconsel, uint16_t iconsel)
sets ACCMODE register for nominal frequency, ICONSEL, VCONSEL.
Definition: afe_config.c:533
EXAMPLE_CONFIG exampleConfig
Definition: pqlib_example.h:150
int pqm_measurement_init(void)
Initializes Power Quality Measurement.
Definition: pqlib_example.c:53
@ VCONSEL_4W_WYE_VB_NEGVA_NEGVC
Definition: pqlib_example.h:77
float calExpectedRms
Definition: pqlib_example.h:143
PQLIB_EXAMPLE pqlibExample
Definition: pqlib_example.c:45
float nominalVoltage
Definition: pqlib_example.h:118
ADI_PQLIB_CYCLE_INPUT inputCycle
Definition: pqlib_example.h:147
int open_pqlib(PQLIB_EXAMPLE *pExample)
Call adi_pqlib_Open with required buffers. Serves as an example how to call adi_pqlib_Open API.
Definition: pqlib_example.c:129
ADI_PQLIB_OUTPUT * output
Definition: pqlib_example.h:151
uint32_t convert_to_time_ms(float timesec)
Converts time in sec to time in ms.
Definition: pqlib_convert.c:96
ADI_PQLIB_FREQ_TYPE convert_to_freq_type(float val)
Converts val to freq in mhz.
Definition: pqlib_convert.c:81
Definition: pqlib_example.h:85
int process_and_prepare_output()
The function gets AFE input and calls main processing APIs of the library. This also gets the measure...
Definition: pqlib_example.c:213
uint32_t zeroCrossingCheck
Definition: pqlib_example.h:103
uint16_t syncCycles
Definition: pqlib_example.h:137
@ VCONSEL_3W_DELTA_VB_VA_NEGVC
Definition: pqlib_example.h:76
volatile uint8_t newSyncTimeAvailable
#define SYS_STATUS_PQLIB_ERROR
Definition: status.h:42
uint32_t pqlibStateMemory[ADI_PQLIB_STATE_MEM_NUM_BYTES/4]
Definition: pqlib_example.h:141
float dipHysteresis
Definition: pqlib_example.h:106
#define SYS_STATUS_NO_SIGNAL
Definition: status.h:43