CSVWriter.AddSINT (METH) ¶ METHOD AddSINT : ERROR Adds a variable of type SINT. RESULT: The error Code of type ERROR InOut: Scope Name Type Comment Return AddSINT ERROR Input siValue SINT The value to be saved
CSVWriter.AddSTRING (METH) ¶ METHOD AddSTRING : ERROR Adds a variable of type STRING. RESULT: The error Code of type ERROR InOut: Scope Name Type Comment Return AddSTRING ERROR Input sValue STRING(255) The value to be saved
CSVWriter.AddTIME (METH) ¶ METHOD AddTIME : ERROR Adds a variable of type TIME. RESULT: The error Code of type ERROR InOut: Scope Name Type Comment Return AddTIME ERROR Input tValue TIME The value to be saved
CSVWriter.AddTIME_OF_DAY (METH) ¶ METHOD AddTIME_OF_DAY : ERROR Adds a variable of type TIME_AND_DAY. RESULT: The error Code of type ERROR InOut: Scope Name Type Comment Return AddTIME_OF_DAY ERROR Input todValue TOD The value to be saved
CSVWriter.AddUDINT (METH) ¶ METHOD AddUDINT : ERROR Adds a variable of type UDINT. RESULT: The error Code of type ERROR InOut: Scope Name Type Comment Return AddUDINT ERROR Input udiValue UDINT The value to be saved
CSVWriter.AddUINT (METH) ¶ METHOD AddUINT : ERROR Adds a variable of type UINT. RESULT: The error Code of type ERROR InOut: Scope Name Type Comment Return AddUINT ERROR Input uiValue UINT The value to be saved
CSVWriter.AddULINT (METH) ¶ METHOD AddULINT : ERROR Adds a variable of type ULINT. RESULT: The error Code of type ERROR InOut: Scope Name Type Comment Return AddULINT ERROR Input uliValue ULINT The value to be saved
CSVWriter.AddUSINT (METH) ¶ METHOD AddUSINT : ERROR Adds a variable of type USINT. RESULT: The error Code of type ERROR InOut: Scope Name Type Comment Return AddUSINT ERROR Input usiValue USINT The value to be saved
OPC UA PubSub SL Library Documentation ¶ Company : CODESYS Title : OPC UA PubSub SL Version : 1.1.0.0 Categories : Intern Namespace : UADP Author : CODESYS Development GmbH Placeholder : OPC_UA_PubSub_SL Description [ 1 ] ¶ Function blocks for communication with the OPC-UA defined protocol for PubSub over UADP The communication via the OPC UA Pub/Sub protocol provides, besides the Client/Server communication, another possibility to exchange data between network members, conforming to the rules of the OPC UA Foundation . The structure of the data can be freely defined (See: IEC_TYPES , DataSet ) and is agreed in advance between the sender ( Publisher ) and receiver ( Subscriber ). This eliminates the need to transport additional (meta-) data. Data is transferred using the OPC UA PubSub SL library via UDP/IP according to the rules defined for UADP . A certain Publisher publishes his data to an unknown number of Subscriber . So sender and receiver do not know each other. Therefore the number of receivers has no effect on the sender. A feedback to the sender if his messages have reached the receivers cannot be done via the protocol. If required, such a feedback must be managed in an application-specific way. The data is transferred in a binary format according to the rules of the OPC UA Foundation . The conversion of the IEC data types into the corresponding OPC UA data types and vice versa is done by the OPC UA PubSub SL library. The implementation follows the following profiles: Publisher: PubSub Publisher UADP Periodic Fixed Settings Subscriber: PubSub Subscriber UADP Periodic Fixed Settings The length of messages is limited to 1500 Bytes ( UDP.MTU ) ( Chunked NetworkMessages not supported ). As long as the rules for a Time Sensitive Network are not yet available, hard real-time conditions cannot be met. The implementation of the OPC UA PubSub SL library tries to keep the Jitter as small as possible. See: PubSub Concepts at OPC Foundation See: OPC UA UDP / UADP at OPC Foundation Please take a look to the overview of aviable set of function blocks: Contents: ¶ Library Information GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function) OPC UA PubSub SL Aliases Constants Enums Function Blocks Functions Interfaces Structs Types Indices and tables ¶ [ 1 ] Based on OPC UA PubSub SL.library, last modified 13.10.2023, 14:24:53. LibDoc 4.4.0.0-b.37 The content file OPC UA PubSub SL.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 13.10.2023, 14:24:56.
Library Information ¶ GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function)