Digi TX40 User Manual page 792

Table of Contents

Advertisement

Applications
iii. Click System > Scheduled tasks > Custom scripts.
iv. Click  to add a custom script.
v. For Label, type Show system application.
vi. For Run mode, select On boot.
vii. For Exit action, select Restart script.
viii. For Commands, type python /etc/config/scripts/showsystem.py.
ix. Click Apply to save the configuration and apply the change.
Command line
i. Select the device in Remote Manager and click Actions > Open Console, or log into
the TX40 local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an Access
selection menu. Type admin to access the Admin CLI.
ii. At the command line, type config to enter configuration mode:
> config
(config)>
iii. Add an application entry:
(config)> add system schedule script end
(config system schedule script 0)>
Scheduled scripts are enabled by default. To disable:
(config system schedule script 0)> enable false
(config system schedule script 0)>
TX40 User Guide
The Configuration window is displayed.
Develop Python applications
792

Advertisement

Table of Contents
loading

Table of Contents