NET2000 task objects

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

NET2000 task objects

The NET2000 task object represents a PLC task.

The name of the task must be specified in the connection description. Task names are case sensitive.

Connection description syntax:

/RO=<TaskName>

or

<TaskName>

If the task name is defined as the /RO parameter, the connection description must always be specified in quotation marks ("...") in the object description.

Connection description examples:

CD="/RO=Task1"
CD=Task2