Trigger

[ Namespace ]

Functions

Name

Description

isCondition

Checks whether the transferred parameter is of type Condition.

isSwitchCase

Checks whether the transferred parameter is of type SwitchCase.

isControlApiFunction

Checks whether the transferred parameter is of type ControlApiFunction.

isWriteToSymbol

Checks whether the transferred parameter is of type WriteToSymbol.

isComment

Checks whether the transferred parameter is of type Comment.

isFunction

Checks whether the transferred parameter is of type Function.

isJavaScript

Checks whether the transferred parameter is of type JavaScript.

isActionTemplate

Checks whether the transferred parameter is of type ActionTemplate.

isFunctionExpression

Checks whether the transferred parameter is of type FunctionExpression.

Types

Name

Description

Action

Summary of all action interfaces.

Interfaces

Name

Description

baseAction

Basis of all action interfaces.

Condition

Defines an action of type Condition.

An If-Then-Else condition that can trigger different actions depending on certain values.

SwitchCase

Defines an action of type SwitchCase.

An SwitchCase decision that can trigger different actions depending on certain values.

ControlApiFunction

Defines an action of type ControlApiFunction.

An action that is used to call a function of a specific control instance.

WriteToSymbol

Defines an action of type WriteToSymbol.

An action that is used to write a value to a specific symbol.

Comment

Defines an action of type Comment.

A comment object is displayed as a comment in the Actions & Conditions Editor.

TAFunction

Defines an action of type TAFunction.

An action that is used to call a TwinCAT HMI function.

JavaScript

Defines an action of type JavaScript.

An action that is used to execute a stored JavaScript source code.

ActionTemplate

Defines an action of type ActionTemplate.

An action that is used to call a specific ActionTemplate.

FunctionExpression

Defines an action of type FunctionExpression.

An action that is used to resolve a function expression using a JavaScript parser.

BindingTarget

Basis of all BindingTarget interfaces.

ControlAttributeBindingTarget

Defines a control attribute as the target of a binding.

Expression

Logical expression that is used in a Condition type, for example.

ConditionIf

If part of a condition.

ConditionElseIf

ElseIf part of a condition.

ConditionElse

Else part of a condition.

Case

Basis of all SwitchCase interfaces.

VCase

A SwitchCase.

DCase

Default SwitchCase.

Trigger 1:

Available from version 1.12