Command Line Parameters

The Iotellect Client can be run with any of the following command line options:

Parameter

Description

-a

Activate admin mode.

-c

Automatically create workspace if it does not exists.

-l <context>:<action>

Automatically start action <action> from context <context>.

This option allows to open necessary information upon Iotellect Client startup. For example, if a device was clicked in a third-party system  (e.g. billing system), the latter may start Iotellect Client executable and immediately show dashboard of a clicked device to the operator.

-u <username>

Name of workspace to load on startup.

If both -u and -p options are specified, the authorization dialog is not shown and workspace selected by -u option is loaded automatically. This combination should be used only in secure environments - it grants instant access to your Iotellect Server installation.

You can also use -u and -p to run the Iotellect Client and instantly show several widgets (by using Auto Run feature) with monitoring information for some contexts (such as in a monitoring station on a factory floor). I.e, you can have Iotellect Client run from a desktop shortcut (or automatically when the computer is started), and show various gauges and bars on a screen in a factory floor, to help determine the status of various machines.

-p <password>

Workspace password.

-s

Launches Iotellect Client in simple mode.

-t

Launches Iotellect Client in steady state mode.

-scr <number>

Launches Iotellect Client on a specific screen. Zero-based numbering.

-x <number>

X-coordinate of application's window on the screen.

-y <number>

Y-coordinate of application's window on the screen.

-w <number>

Width of application's window.

-h <number>

Height of application's window.

-ac <number>

Server auto-connection period: 0 - disable auto-connections, 1 - auto-connect only on startup, >1000 - auto-connection attempt period in milliseconds

-uiBuilderUndoLimit <number>

Maximum number of undo operations to allow. Default value is 20, lower values will reduce the amount of RAM used by the client, but allow correspondingly fewer undo operations.

-treeLimit <number>

Maximum number of nodes to load in the system tree by default. Lower values will reduce the amount of RAM used by the client.

Was this page helpful?