Reference values for e.g. output voltage or output current.
The name of the physical value is corresponding with the function name.
DLL_RESULT TC4GetCurrentRef |
( |
double * |
pCurrentRef | ) |
|
- Parameters
-
[out] | pCurrentRef | PhysicalCurrent [A] |
- Returns
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs
DLL_RESULT TC4GetPowerRef |
( |
double * |
pPowerRef | ) |
|
- Parameters
-
[out] | pPowerRef | PhysicalPower [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] | pCurrent | PhysicalCurrent [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] | pPower | PhysicalPower [kW] |
- Returns
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs
DLL_RESULT TC4GetResistanceRef |
( |
double * |
pResistanceRef | ) |
|
- Parameters
-
[out] | pResistanceRef | PhysicalResistance [mOhm] |
- Returns
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs
DLL_RESULT TC4GetVoltageRef |
( |
double * |
pVoltageRef | ) |
|
- Parameters
-
[out] | pVoltageRef | PhysicalVoltage [V] |
- Returns
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs
DLL_RESULT TC4SetCurrentRef |
( |
double |
currentRef | ) |
|
- Parameters
-
[in] | currentRef | PhysicalCurrent [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] | powerRef | PhysicalPower [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] | Current | PhysicalCurrent [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] | Power | PhysicalPower[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] | resistanceRef | PhysicalResistance [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] | voltageRef | PhysicalVoltage [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