![]() |
tcio
V3.74.00
Function description
|
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) | |
DLL_RESULT | TC42GetQ4LimitOverCurrentError (double *pCurrent) |
Get Q4 over current error limit for Q4 operating mode (will be negative) | |
DLL_RESULT | TC42GetQ4LimitOverCurrentErrorDelay (double *pTime) |
Get Q4 over current error delay for Q4 operating mode. | |
DLL_RESULT | TC42GetQ4LimitOverCurrentWarn (double *pCurrent) |
Get Q4 over current warning limit for Q4 operating mode (negative!) | |
DLL_RESULT | TC42GetQ4LimitOverCurrentWarnDelay (double *pTime) |
Get Q4 over current warning delay for Q4 operating mode. | |
DLL_RESULT | TC42SetQ4LimitOverCurrentError (double Current) |
Set Q4 over current error limit for Q4 operating mode (negative!) | |
DLL_RESULT | TC42SetQ4LimitOverCurrentErrorDelay (double Time) |
Set Q4 over current error delay for Q4 operating mode. | |
DLL_RESULT | TC42SetQ4LimitOverCurrentWarn (double Current) |
Set Q4 over current warning limit for Q4 operating mode (negative!) | |
DLL_RESULT | TC42SetQ4LimitOverCurrentWarnDelay (double Time) |
Set Q4 over current warning delay for Q4 operating mode. | |
DLL_RESULT | TC4GetI2tCurrentParam (double *i2tcurrent, unsigned int *limit, unsigned int *warn) |
This function reads the actual settings for I2t-monitoring on output current. | |
DLL_RESULT | TC4GetMaximas (unsigned int *p_vabs, unsigned int *p_iabs) |
This function is used to get the maximum allowed voltage- and current-limits. | |
DLL_RESULT | TC4GetOvercurrentParam (double *p_limit, unsigned int *p_delay, double *p_warn, unsigned int *p_warndelay) |
These function read the actual protection limits for output-overcurrent (Q1 operating mode only) | |
DLL_RESULT | TC4GetOvervoltageParam (double *p_limit, unsigned int *p_delay, double *p_warn, unsigned int *p_warndelay) |
These function read the actual protection limits for output-overvoltage. | |
DLL_RESULT | TC4SetI2tCurrentParam (double i2tcurrent, unsigned int limit, unsigned int warn) |
This function sets parameters for I2t-monitoring on output-current. Maximum allowed physical value for i2tcurrent: see API-function TC4GetMaximas. | |
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. | |
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. |
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 * | i2tcurrent, |
unsigned int * | limit, | ||
unsigned int * | warn | ||
) |
This function reads the actual settings for I2t-monitoring on output current.
[out] | i2tcurrent | Actual nominal current [A] |
[out] | limit | Actual I2t error-limit [A2s] |
[out] | warn | Actual I2t warning-limit [A2s] |
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 * | p_limit, |
unsigned int * | p_delay, | ||
double * | p_warn, | ||
unsigned int * | p_warndelay | ||
) |
These function read the actual protection limits for output-overcurrent (Q1 operating mode only)
[out] | p_limit | Actual overcurrent error level |
[out] | p_delay | Actual delay for the error level in [50us] |
[out] | p_warn | Actual overcurrent warning level |
[out] | p_warndelay | 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 * | p_limit, |
unsigned int * | p_delay, | ||
double * | p_warn, | ||
unsigned int * | p_warndelay | ||
) |
These function read the actual protection limits for output-overvoltage.
[out] | p_limit | Actual overvoltage error level |
[out] | p_delay | Actual delay for the error level in [50us] |
[out] | p_warn | Actual overvoltage warning level |
[out] | p_warndelay | 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 I2t-monitoring on output-current. Maximum allowed physical value for i2tcurrent: see API-function TC4GetMaximas.
[in] | i2tcurrent | Nominal current [A] |
[in] | limit | Error-limit for I2t-sum |
[in] | warn | Warning limit for I2t-sum |
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