Get_TcNcUtilities_Version
Get_TcNcUtilities_Version determines the version number of the PLC library TcNcUtilities.lib. The function returns the version number in a string.
FUNCTION Get_TcNcUtilities_Version: STRING(20)
VAR_INPUT
bGet : BOOL;
END_VARbGet : Signal for execution of the command.
Requirements
|
Development environment |
Target system type |
PLC libraries to include |
|---|---|---|
|
TwinCAT v2.7.0 |
PC (i386) |
TcNcUtilities.Lib |
|
TwinCAT v2.8.0 |
PC (i386) |
TcNC.Lib: Function included only for TwinCAT 2.7 compatibility!. Please use F_GetVersionTcNC() function in future PLC projects. |