Tag¶
Tag binding is to bind a property directly to a tag property, usually the tag value, but also other properties of the tag. Each time a property of the selected tag changes, the new value is pushed to the bound property. If you select a tag rather than a specific property of that tag, then it is considered to bind to the 'value' property of the tag.
Binding¶
Example 1
Display the value of the tag on the LED Display in real time.
- Draw a LED Display on the page.
- Set the fill color of the LED Display to 6ec800 and the font color to ffffff.
- Click the "Text" binding button.
-
After selecting the tag in the properties pop-up window, click the OK button to complete the binding.


Example 2
Capacity values are displayed in real time on a pie chart.
- Draw a realtime chart on the page.
- Click the "Data" binding button.
-
Click the "Select Tags" button to select tags.

-
Set the appearance of each line.


Example 3
Displays the tag's quality code within a label.
- Draw a label on the page.
-
Click the "Text" binding button.

-
Bind the alarm property of the tag to check whether the tag is currently alarming, true means alarming.
