Stream.IPAddress (PROP) ¶ PROPERTY IPAddress : SysSocket.INADDR IP Address of the NIC the stream is connected to.
Stream.Socket (PROP) ¶ PROPERTY Socket : SysTypes.RTS_IEC_HANDLE
Stream.State (PROP) ¶ PROPERTY State : STREAM_STATE
TcEL69xxAnalogFBs Library Documentation ¶ Company 3S - Smart Software Solutions GmbH Title TcEL69xxAnalogFBs Version 4.3.0.0 Categories Application|Safety; Intern|Safety Namespace TcEL69xxAnalogFBs Author 3S - Smart Software Solutions GmbH Placeholder TcEL69xxAnalogFBs Description 1 ¶ Analog Function Blocks for EtherCAT Safety Modules Indices and tables ¶ 1 Based on TcEL69xxAnalogFBs.library, last modified 04.03.2021, 08:52:22. LibDoc 4.4.0.0-b.27 The content file TcEL69xxAnalogFBs.clean.json was generated with CODESYS V3.5 SP11 on 04.03.2021, 08:52:23.
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 04.03.2021, 08:52:23 companyName string 3S-Smart Software Solutions GmbH libraryFile TcEL69xxAnalogFBs.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP11 contentFile TcEL69xxAnalogFBs.clean.json version version 2.0.0.0 ProjectInformation Released bool False cds:build-compiled-lib False LastModificationDateTime date 04.03.2021, 08:52:22 LibraryCategories library-category-list Application|Safety; Intern|Safety Author string 3S - Smart Software Solutions GmbH Company 3S - Smart Software Solutions GmbH DefaultNamespace TcEL69xxAnalogFBs Description See: Description Placeholder TcEL69xxAnalogFBs Project TcEL69xxAnalogFBs Title TcEL69xxAnalogFBs Version version 4.3.0.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces.
SWITCHBIT (FUN) ¶ FUNCTION SWITCHBIT : DWORD Switches a bit of a DWORD value See also: PUTBIT and EXTRACT . InOut: Scope Name Type Comment Return SWITCHBIT DWORD Value with the switched bit Input X DWORD Value to be manipulated N BYTE Position of the bit to switch, starting with 0
UNPACK (FB) ¶ FUNCTION_BLOCK UNPACK Converts a byte into 8 bits InOut: Scope Name Type Comment Input B BYTE Input value Output B0 BOOL Output bit 0 B1 BOOL Output bit 1 B2 BOOL Output bit 2 B3 BOOL Output bit 3 B4 BOOL Output bit 4 B5 BOOL Output bit 5 B6 BOOL Output bit 6 B7 BOOL Output bit 7
WORD_AS_BIT (FB) ¶ FUNCTION_BLOCK WORD_AS_BIT Converts an input value of data type WORD into 16 outputs of data type BOOL InOut: Scope Name Type Comment Input W WORD Input value Output B00 BOOL Output bit 0 B01 BOOL Output bit 1 B02 BOOL Output bit 2 B03 BOOL Output bit 3 B04 BOOL Output bit 4 B05 BOOL Output bit 5 B06 BOOL Output bit 6 B07 BOOL Output bit 7 B08 BOOL Óutput bit 8 B09 BOOL Output bit 9 B10 BOOL Output bit 10 B11 BOOL Output bit 11 B12 BOOL Output bit 12 B13 BOOL Output bit 13 B14 BOOL Output bit 14 B15 BOOL Output bit 15
Constants ¶ TextBlockSize (ParamList)