User`s guide

92
Auto-start settings
The Auto-start Settings page configures Python programs to execute when the ConnectPort LTS
product 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 as follows, where arg1 and arg2 are program
arguments:
filename [arg1 arg2...]
Manually execute uploaded Python programs
To manually execute an uploaded Python program on a ConnectPort LTS product, 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 ConnectPort LTS product, access the command line and
enter the who
command.