Hi,
I’m searching a script who can create multiple client tags, but i didn’t find anything.
Have you any ideas for how can I do this?
Thanks,
Best, Charles ANDRE
Hi,
I’m searching a script who can create multiple client tags, but i didn’t find anything.
Have you any ideas for how can I do this?
Thanks,
Best, Charles ANDRE
As pointed out below, the solution I thought would work actually doesn’t.
I think you could do this with system.tag.configure. I would
I would create a tag, export, then use this as a template to create multiple, then import.
https://docs.inductiveautomation.com/display/DOC81/Exporting+and+Importing+Tags
Edit, I know you mentioned script, but just making sure you are aware you can import/export.
system.tag.configure doesn’t work on “[Client]Tags/MyTag”, i’m searching to add tags into this path
Main idea is to do same thing as creating new folder of tags in “[default]Tags/MyTag” but in “[Client]Tags/MyTag”
My mistake. For some reason I thought it did.
importTags
and loadFromFile
and other import related functionality doesn't work for Vision Client tags:
Unfortunately, I don't know of any good workarounds.
Not sure, but you can import/export client tags. I do it all of the time.
Hi,
Do you have scripts / tasks to follow for this manipulation?
I tried in script but I have “user rights” errors, with an administrator account containing all the rights, see below:
with the following script:
system.tag.addTag(parentPath='[Client]Tags', name="TagMemory", tagType="MEMORY", dataType="Int2", value=25)
Thanks
I was referring to using import/export, not scripts.