Jump to content

Seeq Asset Tree - Multiple Search Results Found First Result Used


Recommended Posts

Hello,

I'm currently working on daily reports for different facilities across our business. I have been adding signals to an asset tree structure within a .csv file and using Jupyter Notebook to push the asset tree to our Seeq server. However, when pushing the updated asset tree to the Seeq server I ran across this issue. Please see below:

image.thumb.png.a40b58245385f2c6a06a0c4a5c3905d0.png

There are occasions where there are signals with the same name and when Seeq tries to find these signals it returns the first signal. This is an issue as in this case one signal is a numeric type and the other signal is a string type (the string type is the one I'm after) but do not know of a way to manipulate Seeq to get the second signal. Please see below for the signals:

image.thumb.png.7237ce6b610d3c66ff096cb67f7a22da.png

When the asset tree is pushed, the signal within the tree is the numeric type.

What is a way around this issue? Do I have to manipulate the Seeq connector and add an additional query to handle these conflicts?

Thanks,

Link to comment
Share on other sites

  • Seeq Team

Hi Joseph,

If you look at the SPy Documentation under "Asset Trees 1 - Introduction", you'll see this comment when working with spy.assets.tree:

  • An optional ID column can help SPy find items from Seeq Server that don't have unique names.

Because you don't have unique names, you'll likely need to add this ID column to make sure you get the correct item. You can grab the IDs from the Item Properties for each item or by doing a spy.search on the items (https://seeq.atlassian.net/wiki/spaces/KB/pages/141623511/Item+Properties)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...