UtilAddressResolving (FUN) ¶ FUNCTION UtilAddressResolving : UDINT implemented in a separate function to be compilable without this library InOut: Scope Name Type Return UtilAddressResolving UDINT Inout dsState DataSourceState stPlcAddr STRING bDynamicAddressResolved BOOL bResolvingErrorDumped BOOL driver StandardMonitoring_Base
UtilAssignCommAddress (FUN) ¶ FUNCTION UtilAssignCommAddress : UDINT implemented in a separate function to be compilable without this library InOut: Scope Name Type Return UtilAssignCommAddress UDINT Inout ni CmpNameServiceClientIec.NSC_CompleteNodeInfo stPlcAddr STRING
UtilByteToHexString (FUN) ¶ FUNCTION UtilByteToHexString : STRING(2) InOut: Scope Name Type Return UtilByteToHexString STRING(2) Input bt BYTE
Projektinformationen ¶ GetBooleanProperty (Function) GetCompany (Function) GetNumberProperty (Function) GetTextProperty (Function) GetTextProperty2 (Function) GetTitle (Function) GetVersion (Function) GetVersionProperty (Function)
GetBooleanProperty (FUN) ¶ FUNCTION GetBooleanProperty : BOOL This function has been automatically generated from the project information. InOut: Scope Name Type Return GetBooleanProperty BOOL Input stKey WSTRING
GetCompany (FUN) ¶ FUNCTION GetCompany : WSTRING This function has been automatically generated from the project information. InOut: Scope Name Type Return GetCompany WSTRING
GetNumberProperty (FUN) ¶ FUNCTION GetNumberProperty : DINT This function has been automatically generated from the project information. InOut: Scope Name Type Return GetNumberProperty DINT Input stKey WSTRING
GetTextProperty (FUN) ¶ FUNCTION GetTextProperty : WSTRING This function has been automatically generated from the project information. InOut: Scope Name Type Return GetTextProperty WSTRING Input stKey WSTRING
GetTextProperty2 (FUN) ¶ FUNCTION GetTextProperty2 : POINTER TO WSTRING This function has been automatically generated from the project information. InOut: Scope Name Type Return GetTextProperty2 POINTER TO WSTRING Input stKey WSTRING
CompareString (FUN) ¶ FUNCTION CompareString : INT Case sensitive comparison of two strings Return values: 0 -> the strings are equal -1 -> ps1 is less than ps2 1 -> ps1 is larger than ps2 InOut: Scope Name Type Return CompareString INT Input ps1 POINTER TO STRING ps2 POINTER TO STRING