Chicago LSM Command Line Options

--noguirefresh

Disable the image display refresh to save CPU resource. Used when higher application is doing the UI work. 

--nogui

Hide all GUI so user cannot directly control the software by Mouser/Keyboard. The only way to control the system is via RESTful API. 
In NoGUI mode, there is no UI elements to close the application. Use RESTful API to shutdown the application. 

--diagnostic 

Enable hidden hardware diagnostic tab. 

--config <database path>

Assign the configuration database path to override the default path. 

--data <database path>

Assign the configuration database path to override the default path. 

--health <database path>

Assign the configuration database path to override the default path. 

 

 

All database used are in SQLite format. It is not recommended, but the end-user and open the databases with third party SQLite viewer/browser to view and modify system configuration, data and health record.