As you can see in the left pane of the dialog window, you can organize your set commands into batches. Each batch is a list of set commands that are processed at once. You can create an unlimited number of batches, and each batch can have as many set commands as you need.
In the batches pane, you can see all your batches listed.
A Batch is:
- A collection of set commands of the same type
- Processed from top to bottom
- Written to the PLC with one command
Add Batch
To add a new Batch, please click on an existing batch and then click on the button “+ Add”.
Remove Batch
To remove a Batch, select it and then click on the button “- Del”. All defined set commands in that batch will be deleted along with the batch.
Add Batch Item
To add a batch item, please select a set command in the corresponding batch and then click on the button “+ Add”. The new batch item is added to the end of the batch list.
Remove Batch Item
To remove a batch item, please select a set command in the corresponding batch and then click on the button “- Del”.
Batch Type
Each batch can be of exactly one type. All set command in the batch must be of the same type. Available options are:
Type |
Description |
Tag |
Write values to the PLCs |
Memory |
Set View Script variables |
Script |
Run custom function defined in View Script |
SQL |
Write values to the database |