Teach a Process Statement
A Process statement allows a robot to execute a user-defined process. A process is first defined by the script of a Process Handler, which can be written in .NET or Python API. A robot statement implemented as a Process statement is then used to call the handler of that process.
In this tutorial you learn how to:
- Use a Python Process Handler behavior to define a process.
- Add, remove and modify process positions.
- Create and execute a Process statement in a robot program.
Software Version: 4.0.2
TABLE OF CONTENTS
- Define Process
- Execute Process
- Modify Process