9.61.6.1 Python Collection Agent - Real-Time
The Python collection agent can collect data from any source supported by Python in real-time by defining an execute
block. It also uses an Interpreter profile that is used to configure the Python executable. If you have created several Interpreter profiles, you may also set which one you want to be the default one. If this is done, you will not have to select a profile in the agent configuration, as the default profile is used by default. Using the Python collection agent allows you to control the workflow execution from the execute
block and to stop routing when requested, from the stopInput
block.
Example of a workflow including the Python collection agent
This section includes the following subsections:
- 9.60.6.1.1 Python Collection Agent Configuration - Real-Time
- 9.60.6.1.2 Function Blocks for the Python Collection Agent - Real-Time
- 9.60.6.1.4 Python Collection Agent Events - Real-Time
- 9.61.6.13 Python Collection Agent Input/Output Data and MIM - Real-Time