πΎDatasources
Data sources serve as repositories for storing and managing all your data. They constitute an integral part of the ObX Historian web component. However, for the WebUI component to access data from a data source, it needs to be attached to an organization within the WebUI component.
Attaching Datasource
Before attaching any datasource, you should have atleast one(1) existing datasource in the ObX Admin tool. Please see here to add datasource.
Open the ObX Admin Tool.
From the left bar menu, Go to
Organizations
->Name of the Organizations
->Datasources
Right-click on
Datasources
->Attach Datasource
, this will open the Attach datasource window.Select the Datasource you want to attach.
Click
OK
.

Removing Datasource
Open the ObX Admin Tool.
From the left bar menu, Go to
Organizations
->Name of the Organizations
->Datasources
Right-click on the Datasource name you want to delete and select ->
Remove Datasource
Click
OK
.
When you remove the Datasource from the Organization, it doesn't result in the deletion of the datasource or its associated data. Instead, it simply disconnects the datasource from the specified Organization, preventing access to its resources. If you intend to delete the datasource entirely, you can do so by following these steps.

Last updated