Digi IX40 User Manual page 665

Table of Contents

Advertisement

Applications
iv. Click g 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 IX40 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)>
IX40 User Guide
Develop Python applications
665

Advertisement

Table of Contents
loading

Table of Contents