Versions Compared

Key

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

...

Parameters configuration

Before running the ASSC application, you need to set the parameters in AutoStartSmartClient.exe.config or pass those as parameters in a shortcut file.Before running the ASSC application, you need to set 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)

...

To pass the parameters in the file the AutoStartSmartClient.exeexe file, you must create a shortcut to the file in a folder on the remote station. To do so, go to the installation folder and search for the executable.

...

After setting the configurations, double-click on the shortcut file and keep it running. You should see a popup window open with a message saying the application is waiting for the TServer to run. Once the project is executed, the TSmartClient will open automatically.

Note

The TSmartClient needs a WebServer (ISS or TWebServer) running properly in on the server computer.