The Automation Setup panel allows the user to configure and test the Python script that is packaged with the project.
|
Notice
Please refer to additional Developer's Documentation available for Python Automation in Kickdrive and the KickMessage messaging system used for automating and remote controlling Kickdrive functions.
|
Listen
Logs and displays all internal messages and commands between different Kickdrive modules and visible panels. This is a good starting point for developing your own automation scripts, because it shows which KickMessage is used to perform a certain function available through a Kickdrive user interface interaction.
Macro Recorder
In addition to the Listen function, a new line of Python code will be generated for each new command request that was sent through user interface interaction. This does not result in a complete working Python automation script for repeating the user action, but it is again a good way to find out about the Kickdrive internal commands and responses, and how they can be used with your own Python program.
|