Browse devices - Connected Devices Tag Import ignores folders with duplicate names when adding tags into the provider

Thank you for your time,

Prerequisite: OPC UA server with duplicate folder display names but unique path ID’s

Problem: Connected Devices Tag Import ignores folders with duplicate names when adding tags into the provider

Expectation: The structure in the OPC Browser pane persists in the Provider pane when added using the ‘add’ arrow button

Attempted:

  • Selecting a parent node, to see if the add button adds each folder with the same name (fail)
  • Multi-Select each folder, to see if the add button adds all selected folders with the same name (fail)
  • Using the Provider ‘+’ button, add a new folder with the same name (fail - auto-suffix)
  • Removing the auto-suffix from a name to make it the same as the existing folder (fail - overwrite dialog)
  • Reviewed the internet and inductive forums for similar issues (fail)
  • Consulted several chatbots (dopamine++, fail)

Naive Interpretation: Perhaps the folder structure of provider pane uses the display name to determine uniqueness, while the OPC Browser uses the tag Path to determine uniqueness. The difference in key fields creates a situation that the existing OPC server structure cannot be imported directly.

Request: Is there a setting or process that would enable importing the existing tag structure, persisting the duplicate display names?

Ignition Platform: 8.1.48

My sincerest thanks in advance for your patience and understanding.

Ignition tags must be uniquely identified by their folder path. There's no way to get around that requirement - you must come up with different names in Ignition within a given folder (including the root of a tag provider).

1 Like

If you drag and drop from the old OPC Browser (View > Panels > OPC Browser, I think) it might create unique tag paths for you by appending _1 etc…

1 Like

Mr. Herron,

My thanks. This was successful, the duplicate folder display names were automatically suffixed with ‘ 1’, ‘ 2’, … For my purposes this will work perfectly and save a tremendous amount of time.

Best Regards, Mike