![]() |
tcio
|
Functions | |
DLL_RESULT | TC4ClearError () |
This function is used to clear all pending errors and warnings. More... | |
DLL_RESULT | TC4GetControlMode (unsigned int *pControlMode) |
Reads the actual mode of the controller. Reading controller mode on a TopCon Slave returns the actual controller mode of that Slave. Reading controller mode on a TopCon Master returns the actual system control mode. More... | |
DLL_RESULT | TC4GetRemoteControlInput (unsigned int *pRemoteInput) |
Reads the actual remote control input. More... | |
DLL_RESULT | TC4SetRemoteControlInput (unsigned int remoteInput) |
Sets the remote control input which defines the active interface. More... | |
DLL_RESULT | TC4StoreParameters () |
Stores all settings in a non-volatile memory If TopCon Slaves are connected to the TopCon Master, the Slaves will store their settings in non-volatile memory too. More... | |
Functions which have a complete control from something, like ClearError, ControlOn, ...
DLL_RESULT TC4ClearError | ( | ) |
This function is used to clear all pending errors and warnings.
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC4GetControlMode | ( | unsigned int * | pControlMode | ) |
Reads the actual mode of the controller.
Reading controller mode on a TopCon Slave returns the actual controller mode of that Slave.
Reading controller mode on a TopCon Master returns the actual system control mode.
[out] | pControlMode | 0: no controller selected (output voltage is disabled) 1: constant voltage 2: constant current 4: constant power |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC4GetRemoteControlInput | ( | unsigned int * | pRemoteInput | ) |
Reads the actual remote control input.
[out] | pRemoteInput | 0: set active interface to analog 1: set active interface to HMI/HME 2: set active interface to RS232 (this API) 32767: no active interface will be selected |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC4SetRemoteControlInput | ( | unsigned int | remoteInput | ) |
Sets the remote control input which defines the active interface.
[in] | remoteInput | 0: set active interface to analog 1: set active interface to HMI/HME 2: set active interface to RS232 (this API) 32767: no active interface will be selected |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs DLL_RESULT TC4StoreParameters | ( | ) |
Stores all settings in a non-volatile memory If TopCon Slaves are connected to the TopCon Master, the Slaves will store their settings in non-volatile memory too.
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs