The Xentara Beckhoff ADS Driver v1.1
User Manual
Loading...
Searching...
No Matches
ADS Poll

Description

The ADS.Poll is a type of Xentara I/O Batch that groups multiple variables to be read and written together. The write and read operations take place by invoking the poll's read or write tasks. Also there is a timeout parameter that is used to configure the expected time duration for the tasks' execution to be finished. If a task's execution duration surpasses the timeout value, it will be treated as a connection error.

Members

Members
idA string value containing the ID of the ADS Poll. The ID is used to construct the ADS Poll's primary key.
uuidA string value containing the unique UUID of the ADS Poll.
timoutA time period used to set a timeout on read and write operations managed by this poll. The current operation will be canceled, connection will be assumed down and the proper error message will be reported in case of timeout.

Tasks

Tasks
readThe read task. Variables belong to this poll will be read at this task's invocation.
writeThe write task. Variables belong to this poll will be written (if there is a pending value) at this task's invocation.