![]() |
tcio
|
Functions | |
DLL_RESULT | TCIBCGetBoosterReactorCurrent (double *pCurrent) |
Get booster reactor current. More... | |
DLL_RESULT | TCIBCGetClampVoltage (double *pVoltage) |
Get Clamp Voltage. More... | |
DLL_RESULT | TCIBCGetDigitalInputs (unsigned long *pInputs) |
Get Digital Inputs. More... | |
DLL_RESULT | TCIBCGetInverterLineCurrentRMS (float *pCL1, float *pCL2, float *pCL3) |
Get inverter RMS values of line currents L1, L2, L3. More... | |
DLL_RESULT | TCIBCGetInverterLineFrequency (float *pFrequency) |
Get inverter line frequency. More... | |
DLL_RESULT | TCIBCGetInverterLinePowerFactor (float *pAvgL1, float *pAvgL2, float *pAvgL3) |
Get power factors of lines L1, L2, L3. More... | |
DLL_RESULT | TCIBCGetInverterLinePowerRMS (float *pPL1, float *pPL2, float *pPL3) |
Get inverter RMS values of line powers L1, L2, L3. More... | |
DLL_RESULT | TCIBCGetInverterLineVoltageRMS (float *pUL1, float *pUL2, float *pUL3) |
Get inverter RMS values of line voltages L1, L2, L3. More... | |
DLL_RESULT | TCIBCGetInverterSwitchingFrequencyMax (unsigned short *pFrequency) |
Get maximum allowed inverter switching frequency. More... | |
DLL_RESULT | TCIBCGetInverterTemperatureHeatsink (float *pTemperatur) |
Get temperature of inverter heatsink. More... | |
DLL_RESULT | TCIBCGetState (unsigned short *pState) |
Get state of IBC board. More... | |
DLL_RESULT | TCIBCGetSupplyVoltages (double *p5V, double *p15V, double *p24V) |
Get supply voltages(5V, 15V, 24V) More... | |
DLL_RESULT | TCIBCGetTransformerSecondaryCurrent (double *pCurrent) |
Get transformer secondary current. More... | |
This group delivers information about actual values like output voltage, output current, internal temperatures, supply voltages and other measured values.
DLL_RESULT TCIBCGetBoosterReactorCurrent | ( | double * | pCurrent | ) |
Get booster reactor current.
[out] | pCurrent | [A] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TCIBCGetClampVoltage | ( | double * | pVoltage | ) |
Get Clamp Voltage.
[out] | pVoltage | [V] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TCIBCGetDigitalInputs | ( | unsigned long * | pInputs | ) |
Get Digital Inputs.
[out] | pInputs | [binary] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TCIBCGetInverterLineCurrentRMS | ( | float * | pCL1, |
float * | pCL2, | ||
float * | pCL3 | ||
) |
Get inverter RMS values of line currents L1, L2, L3.
[out] | pCL1 | [A] |
[out] | pCL2 | [A] |
[out] | pCL3 | [A] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TCIBCGetInverterLineFrequency | ( | float * | pFrequency | ) |
Get inverter line frequency.
[out] | pFrequency | [Hz] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TCIBCGetInverterLinePowerFactor | ( | float * | pAvgL1, |
float * | pAvgL2, | ||
float * | pAvgL3 | ||
) |
Get power factors of lines L1, L2, L3.
[out] | pAvgL1 | [#] |
[out] | pAvgL2 | [#] |
[out] | pAvgL3 | [#] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TCIBCGetInverterLinePowerRMS | ( | float * | pPL1, |
float * | pPL2, | ||
float * | pPL3 | ||
) |
Get inverter RMS values of line powers L1, L2, L3.
[out] | pPL1 | [kW] |
[out] | pPL2 | [kW] |
[out] | pPL3 | [kW] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TCIBCGetInverterLineVoltageRMS | ( | float * | pUL1, |
float * | pUL2, | ||
float * | pUL3 | ||
) |
Get inverter RMS values of line voltages L1, L2, L3.
[out] | pUL1 | [V] |
[out] | pUL2 | [V] |
[out] | pUL3 | [V] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TCIBCGetInverterSwitchingFrequencyMax | ( | unsigned short * | pFrequency | ) |
Get maximum allowed inverter switching frequency.
[out] | pFrequency | electable levels 0: 8kHz 1: 12kHz 2: 16kHz 3: 20kHz 4: 9kHz 5: 10kHz 6: 11kHz 7: 13kHz 8: 14kHz 9: 15kHz 10: 17kHz 11: 18kHz 12: 19kHz |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TCIBCGetInverterTemperatureHeatsink | ( | float * | pTemperatur | ) |
Get temperature of inverter heatsink.
[out] | pTemperatur | [Degree-Celsius] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TCIBCGetState | ( | unsigned short * | pState | ) |
Get state of IBC board.
[out] | pState | Possible values: 0x0001: invalid state 0x0004: power up 0x0010: ready 0x0100: running (power stage enabled) 0x0400: warning (power stage enabled) 0x1000: error 0x4000: stopped 0x8000: firmware update mode (communication not posible) |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TCIBCGetSupplyVoltages | ( | double * | p5V, |
double * | p15V, | ||
double * | p24V | ||
) |
Get supply voltages(5V, 15V, 24V)
[out] | p5V | [V] |
[out] | p15V | [V] |
[out] | p24V | [V] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TCIBCGetTransformerSecondaryCurrent | ( | double * | pCurrent | ) |
Get transformer secondary current.
[out] | pCurrent | [A] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs