Main Configuration
The main configuration file contains:
some flags to determine certain behaviours
some LTT settings like project name and cabinet number
some GUI settings for display purposes
some paths
database configuration
backup settings (read more)
Flags
AutoUpdateTestPlan
If set to true any loaded testplan will be converted to a newer version if necessary. This feature is disabled by default. Please do not activate this feature if not told to do so. Updating will modify your TestStand sequences, which will require a proper license. If you only have a TestStand base deployment license it will fail.
AutoLoadTestplan
If set to true the last loaded testplan will load automatically after GUI startup.
AutoStartTestplan
If set to true the last loaded testplan will start automatically once it is loaded.
AutoSaveOverview
If set to true an error overview will be saved automatically after each station stop. Read more.
UseBatchPerGroup
If set to true all default synchronization steps (like batch or SYNC) will synchronize all stations in a group. If set to false the synchronization is global. Read more.
StationRuntimeControlledByTestplan
MaxRuntimeStopBehaviour
Possible values: Terminate (default) and Stop. By default when the max. runtime is reached the station will be stopped by a terminate. This means the sequence will stop immediately after the currently executed step (still doing cleanup stuff). If you want to finish the current cycle, even the max. runtime was reached, you can switch to the Stop-method, which will stop the sequence when the next check for stop step is reached or the operation mode sequence has finished.
MaxErrorStopBehaviour
Possible values: Terminate (default) and Stop. By default when a runtime error occurs the station will be stopped by a terminate. This means the sequence will stop immediately after the currently executed step (still doing cleanup stuff). If you want to finish the current cycle, even a runtime error happened, you can switch to the Stop-method, which will stop the sequence when the next check for stop step is reached or the operation mode sequence has finished.
LttSettings
ProjectName
The project name determines the name of the configuration database, which is used to store any other configuration data not stored in files. The project name is also displayed in the title bar of the LTT GUI main window. If you change the project name the configuration database of that project is loaded upon next start of the LTT GUI or a new, empty configuration database will be created.
LttNumber
If you have more than one LTT running a certain project you can provide a numbering to distinguish those LTT's. The LTT number is appended to the project name in the title bar of the LTT GUI main window.
MessyVersion
You need to set the version of the MesSy you are using. - 1: MesSy 1 - 2: MesSy 2 - 2.1: MesSy 2 FD If you want to change from one MesSy version to the other read chapter Changing MesSy Version.
Paths
Do not change any of the paths.
GuiSettings
TestStationDisplayWidth
The numeric value is the display width in pixels of a test station box in main window. The width affects, depending on your screen resolution, how many stations are fitting side by side horizontally. You may want to adjust this width depending on your screen resolution and on how many stations you want to see side by side in one row. You also may want to adjust this width for a better display of runtime values inside each station box.
NumColumnsForRuntimeValues
Determines the number of columns used to display runtime values inside each station box. Depending on the string length of your runtime value names and the amount of runtime values, you may want to change this value for a better display result.
BackupSettings
Last updated
Was this helpful?

