PLC integration

The values transferred by oversampling can be used in the higher-level controller or generated there. An array can be used to group several process data together for this.

PLC integration 1:
Right-click "Task"
Left-click "Add New Item"
PLC integration 2:
Select "Task with image" [1], give it a name and confirm with "OK" [2]
PLC integration 3:
Right-click "Input"
Left-click "Add New Item"
PLC integration 4:
Select a variable type from the list and click "Create Array Type"
PLC integration 5:
Define "Array" size [1] and confirm with "OK" [2]
PLC integration 6:
Select the created "Array Type" and issue a name [1]
Confirm with "OK" [2]
PLC integration 7:
In the Solution Explorer, left-click "Array" element
PLC integration 8:
Left-click "Linked to"
PLC integration 9:
Select "Sample" and confirm with "OK"

Repeat this step for all "Array" elements.

You can now use the "Array" in a "Scope", for example.