Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Before running the ASSC application, you need to set the parameters in the AutoStartSmartClient.exe.config file, or you can pass the parameters by using a shortcut file.

The available parameters are:

Info
  • url : The SmartClient url that can be is found at Info > Redundancy.
  • hidden: A flag (true or false) used to set if the whether a popup shown is visible or runs in the background.

   TRUE: window runs in background

   FALSE: window is visible (default)

  • browser : Browser The browser that will be used to run SmartClient. By default is set asInternet Explorer is the default browser.
  • timer : Time The time (in seconds) between each attempt to retry connection attempt (in seconds)the connection. 
  • ip: Computer IP which is The computer IP for the computer running the runtime service (, TServer.exe)
  • port : The SmartClient listening port.  By default, TServer.exe runs on port 3101. 
  • username: The RuntimeUser that is logged in. The default username is set as guest by default
  • password : A user created custom password.
  • viewonly : Flag A flag (true or false) to see if a project can be edited or is view only.

   TRUE: Project is view only

   FALSE: Project can be modified (default)

...