XwordVector.FB_Exit (METH) ¶ METHOD FB_Exit InOut: Scope Name Type Input bInCopyCode BOOL
XwordVector.GetXword (METH) ¶ METHOD GetXword : __XWORD InOut: Scope Name Type Return GetXword __XWORD Input udiIndex UDINT Output udiResult UDINT
XwordVector.Remove (METH) ¶ METHOD Remove : UDINT InOut: Scope Name Type Return Remove UDINT Input udiIndex UDINT
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 20.04.2021, 14:41:10 companyName string 3S-Smart Software Solutions GmbH libraryFile Collections.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile Collections.clean.json version version 2.0.0.0 ProjectInformation Released bool True LastModificationDateTime date 20.04.2021, 14:41:10 LibraryCategories library-category-list Intern|DataServer Author string 3S-Smart Software Solutions GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 Description See: Description Placeholder Collections Project Collections Title Collections Version version 3.5.17.0
StringToStringMap.abstrAssign (METH) ¶ METHOD abstrAssign : UDINT InOut: Scope Name Type Comment Return abstrAssign UDINT Input pbt POINTER TO BYTE The pointer to the data that shall be assigned udiIndex UDINT The index where the data shall be assigned
StringVector (FB) ¶ FUNCTION_BLOCK StringVector EXTENDS BaseVector Properties: Capacity , inherited from BaseVector Count , inherited from BaseVector Methods: AddString GetString RemoveAt Clear , inherited from BaseVector InitMemory , inherited from BaseVector RemoveLast , inherited from BaseVector ReserveSpace , inherited from BaseVector proAfterAlloc , inherited from BaseVector proRemove , inherited from BaseVector Structure: AddString (Method) GetString (Method) RemoveAt (Method)
StringVector.AddString (METH) ¶ METHOD AddString : UDINT InOut: Scope Name Type Return AddString UDINT Input strVal STRING(VECTOR_STRING_LEN)
StringVector.GetString (METH) ¶ METHOD GetString : STRING(VECTOR_STRING_LEN) InOut: Scope Name Type Return GetString STRING(VECTOR_STRING_LEN) Input udiIndex UDINT Output udiResult UDINT
StringVector.RemoveAt (METH) ¶ METHOD RemoveAt : UDINT InOut: Scope Name Type Return RemoveAt UDINT Input udiIndex UDINT
DSD_StandardMonitoringInit3 (STRUCT) ¶ TYPE DSD_StandardMonitoringInit3 EXTENDS DSD_StandardMonitoringInit2 : STRUCT InOut: Name Type Initial Comment Inherited from stPlcAddr STRING StandardMonitoringInit_Base credentials PlcCredentials StandardMonitoringInit_Base udiInitialCommBufferSize UDINT StandardMonitoringInit_Base pServiceBuffer POINTER TO BYTE StandardMonitoringInit_Base ServiceBufferSize UDINT StandardMonitoringInit_Base pServiceBufferAdd POINTER TO BYTE If no memory is configured here, then we will only use one channel to connect to the plc otherwise we will try to open two channels, one for reading and one for writing StandardMonitoringInit_Base ServiceBufferAddSize UDINT StandardMonitoringInit_Base appIdentification PlcAppIdentification DSD_StandardMonitoringInit bUseDynamicAddressResolution BOOL DSD_StandardMonitoringInit2 addrResolutionInfo DSD_DynamicAddressResolutionInfo DSD_StandardMonitoringInit2 bWithDeviceLogin BOOL bAskForCredentials BOOL TRUE TRUE -> The dataserver has to care about credentials, FALSE -> the credentials in StandardMonitoringInit_Base are used