Configure binding

A binding created for a property of a control can be configured via the Edit Binding dialog. The dialog can be opened by right-clicking or double-clicking on the bound symbol.

Configure binding 1:

The Edit Binding dialog offers various configuration options, depending on the symbol type:

Configure binding 2:

1 Binding mode: Binding mode determines whether the binding acts in one direction or in both directions.

2 Binding event: The binding event can only be optionally configured for TwoWay bindings. It determines at which event the symbol is written to (e.g. onValueChanged for a linear gauge). If no event is selected for a TwoWay binding, the value is automatically written back if the value changes.

3 Interval: The interval specifies the time within which the binding is to be queried or updated. The interval can only be set for server symbols.

4 Timeout: The timeout defines the time after which a read or write access to the symbol leads to an error if no response is sent from the server. The timeout can only be set for server symbols.

5 Subscription Mode: Update mode between server and client.

6 Parallel: This property defines whether a command is to be executed by the server in parallel or in a queue. The decision whether processing is to take place in parallel or in a queue depends on the respective application. By default, all commands are executed in a queue. This property can only be set for server symbols.

Configure binding 3:

Available from version 1.10.