FB_TcArguments
Arguments of an event can be defined with this function block. The ITcArguments interface is implemented for this.
Syntax
Definition:
FUNCTION_BLOCK FB_TcArguments IMPLEMENTS I_TcArguments
Methods
Name | Definition location | Description |
---|---|---|
Adds binary data as an argument. | ||
Adds an argument of the type BOOL. | ||
Adds an argument of the type BYTE. | ||
Adds an argument of the type DINT. | ||
Adds an argument of the type DWORD. | ||
Adds a reference to another event as an argument. | ||
Adds a reference to another event as an argument. | ||
Adds an argument of the type INT. | ||
Adds an argument of the type LINT. | ||
Adds an argument of the type LREAL. | ||
Adds an argument of the type REAL. | ||
Adds an argument of the type SINT. | ||
Adds an argument of the type STRING. | ||
Adds an argument of the type UDINT. | ||
Adds an argument of the type INT. | ||
Adds an argument of the type ULINT. | ||
Adds an argument of the type USINT. | ||
Adds an argument of the type WORD. | ||
Adds an argument of the type WSTRING. | ||
Removes all arguments. | ||
Local | Checks whether arguments have been added. |
Properties
Name | Type | Access | Description |
---|---|---|---|
nCount | UDINT | Get | Returns the number of transferred arguments. |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4022.20 | PC or CX (x64, x86, ARM) | Tc3_EventLogger |