User`s guide

Configuration through the web interface
116
Auto-start settings
The Auto-start Settings page configures Python programs to execute when the Digi device boots.
Up to four auto-start programs can be configured.
Enable: When checked, the program specified in the Auto-start command line field will
be run when the device boots.
Auto-start command line: Specify the Python program filename to be executed and
any arguments to pass to the program. The syntax is:
filename [arg1 arg2...]
Manually execute uploaded Python programs
To manually execute an uploaded Python program on a Digi device, access the command line of
the device and enter the command:
python filename [arg1 arg2...]
View and manage executing Python programs
To view Python threads running on the Digi device, access the command line and enter the who
command.