Page Tree
Other Releases
Easy Heading Macro | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
The first step to use this feature is In order to copy and paste tags in your project, you need to create a tag in your project. This This tag can be a as simple one such as an array or a custom type.
...
Code Block |
---|
1. Tag.Integer1 -- Integer DataType -- Simple Tag. 2. Tag.Digital1 -- Digital DataType -- Array of 10 elements. 3. Tag.CustomType -- Custom DataType -- Sub-Elements: Element1 (Integer), Element2 (Integer.) |
No Now that our tags are created, we can start adding them to the our display. Right-click on the Integer1 tagtag, and select the Copy Selected Row option.
...
Navigate to the Draw environment in on your desired page. Right-click on the display and select Paste. You should see the tag being The tag should be inserted into the display, and it should be already formatted with a TextOutput as its label and a TextBox as its displaying value.
...