SncSingleDevDriver.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
SncSingleDevDriver.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
SncDevDesc.FSpsAddress (PROP) ¶ PROPERTY FSpsAddress : UDINT Property of type ‘UDINT’ to get the F-SPS address
SncDevDesc.FSpsDevAddress (PROP) ¶ PROPERTY FSpsDevAddress : STRING Property of type ‘STRING’ to get the device address of the F-SPS <busAddress>:<FSpsAddress>
SncDevDesc.FSpsMasterIdx (PROP) ¶ PROPERTY FSpsMasterIdx : UINT Property of type ‘UINT’ to get the device address of the F-SPS
SncDevDesc.FSpsVendorID (PROP) ¶ PROPERTY FSpsVendorID : UDINT Property of type ‘UINT’ to get the vendor ID of the F-SPS
SncServiceProvider.NumOfHandledServices (PROP) ¶ PROPERTY NumOfHandledServices : UDINT Property of type ‘UDINT’ to get the number of handled SNC services
SncServiceProvider.SimulateServiceRequest (METH) ¶ METHOD SimulateServiceRequest : ERROR Method to simulate a service request which comes normally from the RTS service handler. InOut: Scope Name Type Comment Input pParameter POINTER TO GSH.SERVICEHANDLER_PARAMETER pointer to the service data from a simulated service handler Return SimulateServiceRequest ERROR
tSysFileGetStatus (STRUCT) ¶ TYPE tSysFileGetStatus : STRUCT Parameter to get the file status InOut: Name Type Comment pOut POINTER TO SYS_FILE_STATUS [OUT] File status. See category file status
tSysFileGetTime (STRUCT) ¶ TYPE tSysFileGetTime : STRUCT Parameter to get file time of the specified file InOut: Name Type Comment szFile STRING(254) File name. File name can contain an absolute or relative path to the file. Path entries must be separated with a Slash (/) and not with a Backslash (\)! pFileTime POINTER TO SYS_FILETIME Pointer to get the file time results. pulOut POINTER TO RTS_IEC_RESULT [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library)