Create Master App
For this tutorial we’ll need two applications. The first (called Master) is a simple application that does very little except provide a single float input value that we’ll access and modify from the second (Slave), as well as generate an output table of random numbers.
- Access the App manager by clicking on the Apps button
- Create a new Python application called Master
- When in the application, create a new main.py file
- Copy the following code into main.py, overwriting all contents
- Execute the application by hitting the blue Play button at the top of the screen.