![]() |
tcio
|
Functions | |
DLL_RESULT | TC42GetQ4LimitOverCurrentAbs (double *pCurrent) |
Get Q4 over current absolute error limit for Q4 operating mode (Q4 over current limit settings are limited to this value) More... | |
DLL_RESULT | TC42GetQ4LimitOverCurrentError (double *pCurrent) |
Get Q4 over current error limit for Q4 operating mode (will be negative) More... | |
DLL_RESULT | TC42GetQ4LimitOverCurrentErrorDelay (double *pTime) |
Get Q4 over current error delay for Q4 operating mode. More... | |
DLL_RESULT | TC42GetQ4LimitOverCurrentWarn (double *pCurrent) |
Get Q4 over current warning limit for Q4 operating mode (negative!) More... | |
DLL_RESULT | TC42GetQ4LimitOverCurrentWarnDelay (double *pTime) |
Get Q4 over current warning delay for Q4 operating mode. More... | |
DLL_RESULT | TC42SetQ4LimitOverCurrentError (double Current) |
Set Q4 over current error limit for Q4 operating mode (negative!) More... | |
DLL_RESULT | TC42SetQ4LimitOverCurrentErrorDelay (double Time) |
Set Q4 over current error delay for Q4 operating mode. More... | |
DLL_RESULT | TC42SetQ4LimitOverCurrentWarn (double Current) |
Set Q4 over current warning limit for Q4 operating mode (negative!) More... | |
DLL_RESULT | TC42SetQ4LimitOverCurrentWarnDelay (double Time) |
Set Q4 over current warning delay for Q4 operating mode. More... | |
DLL_RESULT | TC4GetI2tCurrentParam (double *pI2tCurrent, unsigned int *pLimit, unsigned int *pWarn) |
This function reads the actual settings for I^2t-monitoring on output current. More... | |
DLL_RESULT | TC4GetMaximas (unsigned int *p_vabs, unsigned int *p_iabs) |
This function is used to get the maximum allowed voltage- and current-limits. More... | |
DLL_RESULT | TC4GetOvercurrentParam (double *pLimit, unsigned int *pDelay, double *pWarn, unsigned int *pWarnDelay) |
These function read the actual protection limits for output-overcurrent. More... | |
DLL_RESULT | TC4GetOvervoltageParam (double *pLimit, unsigned int *pDelay, double *pWarn, unsigned int *pWarnDelay) |
These function read the actual protection limits for output-overvoltage. More... | |
DLL_RESULT | TC4SetI2tCurrentParam (double i2tCurrent, unsigned int limit, unsigned int warn) |
This function sets parameters for I^2t-monitoring on output-current. Maximum allowed physical value for i2tcurrent see API-function TC4GetMaximas. More... | |
DLL_RESULT | TC4SetOvercurrentParam (double limit, unsigned int delay, double warn, unsigned int warndelay) |
These functions set the protection limits for overcurrent on the output stage. Maximum allowed physical value for overcurrent-limit see API-function TC4GetMaximas. More... | |
DLL_RESULT | TC4SetOvervoltageParam (double limit, unsigned int delay, double warn, unsigned int warndelay) |
These functions set the protection limits for overvoltage on the output stage. Maximum allowed physical value for overvoltage-limit see API-function TC4GetMaximas. More... | |
To protect each TopCon module from overvoltage and overcurrent has limits setted for error and warning.
DLL_RESULT TC42GetQ4LimitOverCurrentAbs | ( | double * | pCurrent | ) |
Get Q4 over current absolute error limit for Q4 operating mode (Q4 over current limit settings are limited to this value)
[out] | pCurrent | [A] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC42GetQ4LimitOverCurrentError | ( | double * | pCurrent | ) |
Get Q4 over current error limit for Q4 operating mode (will be negative)
[out] | pCurrent | [A] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC42GetQ4LimitOverCurrentErrorDelay | ( | double * | pTime | ) |
Get Q4 over current error delay for Q4 operating mode.
[out] | pTime | [ms] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC42GetQ4LimitOverCurrentWarn | ( | double * | pCurrent | ) |
Get Q4 over current warning limit for Q4 operating mode (negative!)
[out] | pCurrent | [A] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC42GetQ4LimitOverCurrentWarnDelay | ( | double * | pTime | ) |
Get Q4 over current warning delay for Q4 operating mode.
[out] | pTime | [ms] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC42SetQ4LimitOverCurrentError | ( | double | Current | ) |
Set Q4 over current error limit for Q4 operating mode (negative!)
[in] | Current | [A] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC42SetQ4LimitOverCurrentErrorDelay | ( | double | Time | ) |
Set Q4 over current error delay for Q4 operating mode.
[in] | Time | [ms] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC42SetQ4LimitOverCurrentWarn | ( | double | Current | ) |
Set Q4 over current warning limit for Q4 operating mode (negative!)
[in] | Current | [A] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC42SetQ4LimitOverCurrentWarnDelay | ( | double | Time | ) |
Set Q4 over current warning delay for Q4 operating mode.
[in] | Time | [ms] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC4GetI2tCurrentParam | ( | double * | pI2tCurrent, |
unsigned int * | pLimit, | ||
unsigned int * | pWarn | ||
) |
This function reads the actual settings for I^2t-monitoring on output current.
[out] | pI2tCurrent | Actual nominal current [A] |
[out] | pLimit | Actual I^2t error-limit [A^2s] |
[out] | pWarn | Actual I^2t warning-limit [A^2s] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC4GetMaximas | ( | unsigned int * | p_vabs, |
unsigned int * | p_iabs | ||
) |
This function is used to get the maximum allowed voltage- and current-limits.
[out] | p_vabs | Maximum allowed voltage limit |
[out] | p_iabs | Maximum allowed current limit |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC4GetOvercurrentParam | ( | double * | pLimit, |
unsigned int * | pDelay, | ||
double * | pWarn, | ||
unsigned int * | pWarnDelay | ||
) |
These function read the actual protection limits for output-overcurrent.
[out] | pLimit | Actual overcurrent error level |
[out] | pDelay | Actual delay for the error level in [50us] |
[out] | pWarn | Actual overcurrent warning level |
[out] | pWarnDelay | Actual delay for the warning level in [50us] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC4GetOvervoltageParam | ( | double * | pLimit, |
unsigned int * | pDelay, | ||
double * | pWarn, | ||
unsigned int * | pWarnDelay | ||
) |
These function read the actual protection limits for output-overvoltage.
[out] | pLimit | Actual overvoltage error level |
[out] | pDelay | Actual delay for the error level in [50us] |
[out] | pWarn | Actual overvoltage warning level |
[out] | pWarnDelay | Actual delay for the warning level in [50us] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC4SetI2tCurrentParam | ( | double | i2tCurrent, |
unsigned int | limit, | ||
unsigned int | warn | ||
) |
This function sets parameters for I^2t-monitoring on output-current. Maximum allowed physical value for i2tcurrent see API-function TC4GetMaximas.
[in] | i2tCurrent | Nominal current [A] |
[in] | limit | Error-limit for I^2t [A^2s] |
[in] | warn | Warning limit for I^2t [A^2s] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC4SetOvercurrentParam | ( | double | limit, |
unsigned int | delay, | ||
double | warn, | ||
unsigned int | warndelay | ||
) |
These functions set the protection limits for overcurrent on the output stage. Maximum allowed physical value for overcurrent-limit see API-function TC4GetMaximas.
[in] | limit | overcurrent error level |
[in] | delay | delay for error level in [50us] |
[in] | warn | overcurrent warning level |
[in] | warndelay | delay for warning level in [50us] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC4SetOvervoltageParam | ( | double | limit, |
unsigned int | delay, | ||
double | warn, | ||
unsigned int | warndelay | ||
) |
These functions set the protection limits for overvoltage on the output stage. Maximum allowed physical value for overvoltage-limit see API-function TC4GetMaximas.
[in] | limit | overvoltage error level |
[in] | delay | delay for error level in [50us] |
[in] | warn | overvoltage warning level |
[in] | warndelay | delay for warning level in [50us] |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs