![]() |
tcio
V3.77.07
Function description
|
Functions | |
DLL_RESULT | TCIBCGetFirmwareVersion (unsigned short *pVersion) |
Get firmware version of IBC board (e.g. 123 means V1.23) | |
DLL_RESULT | TCIBCGetFirmwareVersionInverter (unsigned long *pVersion) |
Get inverter firmware version (e.g. 123 means V1.23) |
Functions in this group can only be used if the device is a GSS device or a connection is made directly to a IBC board (which the user normally does not have access to).
DLL_RESULT TCIBCGetFirmwareVersion | ( | unsigned short * | pVersion | ) |
Get firmware version of IBC board (e.g. 123 means V1.23)
TCIBC functions
[out] | *pVersion |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occursTCIBC functions
DLL_RESULT TCIBCGetFirmwareVersionInverter | ( | unsigned long * | pVersion | ) |
Get inverter firmware version (e.g. 123 means V1.23)
[out] | pVersion |
DLL_SUCCESS
for success or DLL_FAIL
or other value if an error occurs