Hi,
So I am adding some tags to my ignition project. Each time I add a tag I click on the tag list and go to add tag -> standard tag -> OPC Tag. I enter a tag name, I select the OPC server from the list (very easy since there is only 2 options), and then I need to set the OPC Item path.
The issue is that when I set the OPC Item path I have to navigate a very "deep" tree. So for example I have to click on all of the following in order
- Codesys
- Object
- DeviceSet
- Codesys Control Win V3 x64
- Application
- Programs
- PLC_PRG
- Tagname
So each time I want to add something I have to navigate 8 levels of the OPC UA tree which is time consuming and annoying. Is there a way to set a "default" path that is closer to the tags that I am looking for?
I do have complete control over the project so I could change settings in the ignition gateway if there is something there that I could use.
That is not exactly what I was hoping for, I was hoping for a faster way to pick individual tags instead of mass importing. I appreciate the reply though.
I know it isn't what you wanted, but it is the fastest / easiest / lowest error mechanism to achieve the result. (Cue Mick et.al.)
There's no such feature, and I'm not quite sure how possible it would be because that OPC Browse tree is entirely dynamic, every time, and there's no correlation between an OPC NodeId and its Browse Name or location in any kind of hierarchy it appears in.
Consider using the separate OPC browser (not the one from within the tag editor) to capture OPC item paths (right click). Then paste that into your new tag's item path field. The OPC browser panel will not lose your place.
(You can also drag and drop, if you must. Not recommended for deep hierarchies.)
2 Likes
Yeah, I just leave this one open. It doesn't close automatically like the newer tag wizardy dialog thing does.
1 Like
If most people are in the habit of using another OPC browser that would explain why nobody has attempted to add that feature to built in dialog. It really is a cumbersome process to navigate a big tree like that every time.