Not Every Asset Should Be A Source
ARDI is a very open system, meaning that it's possible to go off in the wrong direction. When we see these issues, we like to document them to help others avoid problems.
One thing we've seen some users do is make every asset that needs external data into data source. For example, the user created 10 items that read data from a single OPC-UA server, and had set up each one of them as its own distinct data source.
This is not the way ARDI systems are intended to work.

It's important to remember that there should only be one data source for every source of data. You should create an asset that represents your OPC-UA server (for example, you could call the asset "UA Server") and it should be the only asset that is a Data Source connected to a particular OPC-UA server.
This is important for many reasons...
* Connecting to the same data source multiple times is a waste of computing power and network bandwidth,
* When changes occur, it's much simpler to update a single asset rather than many,
* ARDI assets are expected to combine data from multiple systems - if we forced you to link each asset to a data source like this, it would be impossible to mix data.
Related Articles
Setting a Property on an Asset
You can set a property on an asset using the ARDI server web interface. Follow the steps below Ensure you are logged in as an Administrator Find the asset you want to modify Open the Details page for the asset If the property has never been assigned ...
New AQL Function: P2A
P2A P2A converts a list of points to a list of assets. Every AQL data point as an asset, a property and a value. The P2A function takes the asset id out of those points and turns it into a list. This can be used to ask for more information from an ...
New AQL Function: V2C
V2C V2C converts a list of point values to a list of constants Every AQL data point as an asset, a property and a value. The V2C function takes the value out of those points and turns it into a list of constants. This is often used when you have ...
Indirect Hotspots
What Are Indirect HotspotsIndirect Hotspots help when you have large or very visible pieces of equipment in your 360 photos. In most cases, you only have one 'proper' hotspot on a photo that leads to an asset. This tells ARDI where the best place to ...
Restarting Driver Services
If you have suspicious that a driver isn't working, hasn't been updated correctly, or you're seeing errors in the diagnostic reports or when running the driver interactively, you might want to start, stop or restart your driver services. There are a ...