UTF-8 ¶ ConvertUTF16toUTF8 (Function) ConvertUTF8toUTF16 (Function)
OAuth2 ¶ Impl OAuth2ClientCredentials (FunctionBlock) ClientId (Property) ClientSecret (Property) Scope (Property) OAuth2RessourceOwnerCredentials (FunctionBlock) ClientId (Property) ClientSecret (Property) Password (Property) Scope (Property) Username (Property) Interfaces IOAuth2ClientCredentials (Interface) IOAuth2Credentials (Interface) ClientId (Property) ClientSecret (Property) Scope (Property) IOAuth2RessourceOwnerCredentials (Interface) Password (Property) Username (Property)
Generic String Base Library Documentation ¶ Company CODESYS Title Generic String Base Version 4.0.0.0 Categories Application|Strings Namespace GSB Author CODESYS Development GmbH Placeholder GenericStringBase Description 1 ¶ UTF8 encoded String, StringPool and String Builder implementation as generic function blocks Contents: ¶ GenericStringBase Aliases Enums Function Blocks Library Information GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function) Indices and tables ¶ 1 Based on Generic String Base.library, last modified 21.06.2023, 11:08:00. LibDoc 4.4.0.0-b.27 The content file Generic String Base.clean.json was generated with CODESYS V3.5 SP18 Patch 3 on 21.06.2023, 11:08:02.
GenericStringBase ¶ Aliases ENCODING (Alias) ERROR (Alias) ICharmap (Alias) IString (Alias) IStringRepresentation (Folder) RUNE (Alias) Enums RANGE_TYPE (Enum) Function Blocks Builder (FunctionBlock) IBuilder Reset (Method) Segments GetCurrentSegment (Method) GetFirstSegment (Method) GetNextSegment (Method) ValidateSegment (Method) WriteIString (Method) WriteMemSegment (Method) WriteRune (Method) WriteString (Method) WriteWString (Method) IDisposable ObjectRelease (Method) ObjectRetain (Method) IStringRepresentation Len (Method) ToIString (Method) SetInitialValue (Method) RangePool (FunctionBlock) IDisposable ObjectRelease (Method) ObjectRetain (Method) IRangePool GetRange (Method) StringPool (FunctionBlock) IDisposable ObjectRelease (Method) ObjectRetain (Method) IStringPool GetString (Method) UTF8String (FunctionBlock) SetInitialValue (Method)
Aliases ¶ ENCODING (Alias) ERROR (Alias) ICharmap (Alias) IString (Alias) IStringRepresentation (Folder) RUNE (Alias)
ENCODING (ALIAS) ¶ TYPE ENCODING : SBB.|dENCODING|
J1939 Safety Interfaces Library Documentation ¶ Company 3S - Smart Software Solutions GmbH Title J1939 Safety Interfaces Version 4.1.0.0 Categories Application|Safety SIL2 Namespace J1939SafetyItf Author 3S - Smart Software Solutions GmbH Description 1 ¶ CODESYS J1939 Safety - a set of libraries to send/receive “Safety Data Groups” according to SAE J1939-76. The CODESYS J1939 Safety provides functionality to send / receive “Safety Data Groups” (SDG) according to SAE J1939-76. There is a safe (certified) and a standard (uncertified) part of functionality - split in separate libraries: J1939Safety_Itfs.library - data types (DUT’s) and interfaces shared between safe and standard code J1939 Safety.library - containing the safe code J1939 Safety Standard.library - containing the standard (not certified) code For introduction and overview please see the documentation of the J1939 Safety.library. Contents: ¶ J1939 Safety Interfaces Structs Indices and tables ¶ 1 Based on J1939Safety_Itfs.library, last modified 15.06.2023, 14:48:30. LibDoc 4.4.0.0-b.27 The content file J1939Safety_Itfs.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 15.06.2023, 14:48:31.
J1939 Safety Interfaces ¶ Structs CAN_MESSAGE (Struct) SAFETY_DATA_GROUP_SAFE (Struct) SAFETY_DATA_GROUP_UNSAFE (Struct)
Structs ¶ CAN_MESSAGE (Struct) SAFETY_DATA_GROUP_SAFE (Struct) SAFETY_DATA_GROUP_UNSAFE (Struct)
CAN_MESSAGE (STRUCT) ¶ TYPE CAN_MESSAGE : STRUCT J1939 CAN message InOut: Name Type Comment udiCanID UDINT CAN-ID abyData ARRAY [0..7] OF BYTE Array for up to 8 data bytes usiDataLength USINT (0..8) The length of the data array 0 to 8