Skip to main content

6 posts tagged with "Tessonics Data Service (TDS)"

Tessonics Data Service (TDS) is the central hub that stores parts catalog, user info and inspection data.

View All Tags

How Does TDS Handle Measurement Data Long Term?

· 2 min read

In the TDS storage configuration section, you learn about how TDS has multiple locations for storing inspections data:

  • The common database (common-file inside the config file) stores all template and processed inspection data.
  • The measurements database (db-file inside the config file) stores raw A-Scan measurement data.
  • The backup directory (backup-dir inside the config file) archives older A-Scan measurements into long-term storage.

TDS RSWA Connection Issues

· 2 min read

Connecting an RSWA to a TDS server instance should be an easy task. However, sometimes with different network infrastructures and enterprise directives, the communication between TDS and RSWA might be disrupted for a variety of reasons.

Follow the steps below to help diagnose this issue.

Cannot Open TDS on a Different Port

· One min read

Be sure to follow the steps below:

  1. Ensure that the file tds-server.json has been updated to contain the port you wish to run TDS on. Visit here to learn how to configure the port.
  2. For some versions of TDS, you may also have to update the url field to include the port number. For instance, if you want to run TDS on port 500, add ":500" to the end of the url field.
  3. Restart the service.

This should allow you to open TDS on the other port.