SncEtherCATDriver.BlockTimeoutMultiplier (PROP) ¶ PROPERTY BlockTimeoutMultiplier : UDINT Property of type ‘UDINT’ to get the multiplier for the block timeout on base of the comm timeout
SharedData Utilities for MultiCore Library Documentation ¶ Company : CODESYS Title : SharedData Utilities for MultiCore Version : 4.0.0.0 Categories : Intern|Base Namespace : SHD Author : CODESYS Development GmbH Placeholder : SharedDataUtilities Description [ 1 ] ¶ Sharing data in a multi-core environment requires special measures to maintain data consistency and ensure that all participating cores are able to perform to their full potential. Designing data structures for which concurrentl access can be synchronized without blocking is very difficult. This library offers a collection of such data structures and the associated functions. Contents: ¶ Library Information GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function) SharedData Enums SharedArea SharedPointer SharedQueue Indices and tables ¶ [ 1 ] Based on SharedData Utilities for MultiCore.library, last modified 17.06.2024, 11:26:19. LibDoc 4.5.0.0 The content file SharedData Utilities for MultiCore.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 17.06.2024, 11:26:21.
SncEtherCATDriver.CommBufferSize (PROP) ¶ PROPERTY CommBufferSize : UINT Property of type ‘UINT’ to get the comm buffer size of the underlying EtherCAT VoE interface is limited to a maximum value set by ETC_GCL.VoE_COMMBUFFERSIZE_DEFAULT
SncEtherCATDriver.CommTimeout (PROP) ¶ PROPERTY CommTimeout : UDINT Property of type ‘UDINT’ to get the timeout in ms of the underlying EtherCAT VoE interface
SncEtherCATDriver.FSpsBusID (PROP) ¶ PROPERTY FSpsBusID : FSPSBUSDRV Property of type ‘FSPSBUSDRV’ to get the unique ID ‘FSPSBUSDRV.ETHERCAT’ as the F-SPS bus driver type
Library Information ¶ GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function)
SncEtherCATDriver.InitDeviceSpecificFSps (METH) ¶ METHOD InitDeviceSpecificFSps : ERROR Method to do some specific bus initialization and its underlying components InOut: Scope Name Type Return InitDeviceSpecificFSps ERROR
GetLibVersion (FUN) ¶ FUNCTION GetLibVersion : VERSION This function has been automatically generated from the project information. InOut: Scope Name Type Return GetLibVersion VERSION
SncEtherCATDriver.MsgTimeoutMs (PROP) ¶ PROPERTY MsgTimeoutMs : UDINT Property to get the size of the reply buffer in communication driver The message timeout is used while receiving a data block
SncEtherCATDriver.ScanDeviceSpecificFSps (METH) ¶ METHOD ScanDeviceSpecificFSps : ERROR Method to check if a specific F-SPS physically exists and to synchronize the buffer size of CODESYS / Std-SPS with the F-SPS InOut: Scope Name Type Comment Input eFSpsBusId FSPSBUSDRV F-SPS bus driver ID hWriter RTS_IEC_HANDLE writer for the reply udiStdSpsBufferSize UDINT size of the communication buffer of the standard SPS Return ScanDeviceSpecificFSps ERROR