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":10 sets the maximum number of text labels displayed for a signal in line charts to 10.

  • Configure HTTPS for ibaDaVIS

    see Activating HTTPS protocol

  • Change the basic color of the application

    see Changing the basic color of the application

  • Configure custom login page

    see Creating a custom login page