After installation, the following data is available in the folder C:\ProgramData\iba\ibaDaVIS:
-
Project (*.db) incl. data sources, dashboards, filters and user administration
C:\ProgramData\iba\ibaDaVIS\db\*.db -
Log files
C:\ProgramData\iba\ibaDaVIS\log -
Configuration file in JSON format
C:\ProgramData\iba\ibaDaVIS\config.json
Configuration file
You can make various settings for ibaDaVIS in the config.json configuration file:
-
URL and port number
Example:
"Urls": "http://*:80" -
Log level project file
Example:
"LogLevel": "info" -
Maximum number of points displayed in the scatter chart
Example:
"MaxPlottedScatterchartPoints":500 -
Number of visualized text signals in the line chart
Example:
"MaxPlottedLabelPoints":10sets the maximum number of text labels displayed for a signal in line charts to 10. -
Configure HTTPS for ibaDaVIS
-
Change the basic color of the application
-
Configure custom login page
Note |
|
|---|---|
|
If you make changes to the mentioned configuration files or the service settings, the ibaDaVIS service must be restarted for the changes to take effect. |
|