tcio  V3.77.07
Function description
Functions
Reference Values

Functions

DLL_RESULT TC4GetCurrentRef (double *pCurrentRef)
DLL_RESULT TC4GetPowerRef (double *pPowerRef)
DLL_RESULT TC4GetQ4LimitCurrent (double *pCurrent)
 Get Q4 controller current limit (parameter will be negative)
DLL_RESULT TC4GetQ4LimitPower (double *pPower)
 Get Q4 controller power limit (parameter will be negative)
DLL_RESULT TC4GetResistanceRef (double *pResistanceRef)
DLL_RESULT TC4GetVoltageRef (double *pVoltageRef)
DLL_RESULT TC4SetCurrentRef (double currentRef)
DLL_RESULT TC4SetPowerRef (double powerRef)
DLL_RESULT TC4SetQ4LimitCurrent (double Current)
 Set Q4 controller current limit (parameter must be negative!))
DLL_RESULT TC4SetQ4LimitPower (double Power)
 Set Q4 controller power limit (parameter must be negative!)
DLL_RESULT TC4SetResistanceRef (double resistanceRef)
DLL_RESULT TC4SetVoltageRef (double voltageRef)

Detailed Description

Reference values for e.g. output voltage or output current.
The name of the physical value is corresponding with the function name.


Function Documentation

DLL_RESULT TC4GetCurrentRef ( double *  pCurrentRef)
Parameters:
[out]pCurrentRefPhysicalCurrent [A]
Returns:
DLL_SUCCESS for success or DLL_FAIL or other value if an error occurs
DLL_RESULT TC4GetPowerRef ( double *  pPowerRef)
Parameters:
[out]pPowerRefPhysicalPower [kW]
Returns:
DLL_SUCCESS for success or DLL_FAIL or other value if an error occurs
DLL_RESULT TC4GetQ4LimitCurrent ( double *  pCurrent)

Get Q4 controller current limit (parameter will be negative)

Parameters:
[out]pCurrentPhysicalCurrent [A]
Returns:
DLL_SUCCESS for success or DLL_FAIL or other value if an error occurs
DLL_RESULT TC4GetQ4LimitPower ( double *  pPower)

Get Q4 controller power limit (parameter will be negative)

Parameters:
[out]pPowerPhysicalPower [kW]
Returns:
DLL_SUCCESS for success or DLL_FAIL or other value if an error occurs
DLL_RESULT TC4GetResistanceRef ( double *  pResistanceRef)
Parameters:
[out]pResistanceRefPhysicalResistance [mOhm]
Returns:
DLL_SUCCESS for success or DLL_FAIL or other value if an error occurs
DLL_RESULT TC4GetVoltageRef ( double *  pVoltageRef)
Parameters:
[out]pVoltageRefPhysicalVoltage [V]
Returns:
DLL_SUCCESS for success or DLL_FAIL or other value if an error occurs
DLL_RESULT TC4SetCurrentRef ( double  currentRef)
Parameters:
[in]currentRefPhysicalCurrent [A]
Precondition:
Remote control input must be set to RS232
Note:
Calling these functions on a TopCon Slave will have no effect.
Returns:
DLL_SUCCESS for success or DLL_FAIL or other value if an error occurs
DLL_RESULT TC4SetPowerRef ( double  powerRef)
Parameters:
[in]powerRefPhysicalPower [kW]
Precondition:
Remote control input must be set to RS232
Note:
Calling these functions on a TopCon Slave will have no effect.
Returns:
DLL_SUCCESS for success or DLL_FAIL or other value if an error occurs
DLL_RESULT TC4SetQ4LimitCurrent ( double  Current)

Set Q4 controller current limit (parameter must be negative!))

Parameters:
[in]CurrentPhysicalCurrent [A]
Note:
This is only possible if it is a GSS Device or a ReGen Device with
the Version >= 121068 and Version <= 121099
Returns:
DLL_SUCCESS for success or DLL_FAIL or other value if an error occurs
DLL_RESULT TC4SetQ4LimitPower ( double  Power)

Set Q4 controller power limit (parameter must be negative!)

Parameters:
[in]PowerPhysicalPower[kW]
Note:
This is only possible if it is a GSS Device or a ReGen Device with the Version >= 121068 and Version <= 121099
Returns:
DLL_SUCCESS for success or DLL_FAIL or other value if an error occurs
DLL_RESULT TC4SetResistanceRef ( double  resistanceRef)
Parameters:
[in]resistanceRefPhysicalResistance [mOhm]
Precondition:
Remote control input must be set to RS232
Note:
Calling these functions on a TopCon Slave will have no effect.
Returns:
DLL_SUCCESS for success or DLL_FAIL or other value if an error occurs
DLL_RESULT TC4SetVoltageRef ( double  voltageRef)
Parameters:
[in]voltageRefPhysicalVoltage [V]
Precondition:
Remote control input must be set to RS232
Note:
Calling these functions on a TopCon Slave will have no effect.
Returns:
DLL_SUCCESS for success or DLL_FAIL or other value if an error occurs