Multiple Tags

I’ve noticed that you can specify multiple tags on a tag change script, but don’t see how to differentiate between them within the script…also, is there a disadvantage to processing multiple tags in one script if you are trying to process them quickly?

Hi,

The implicit event object has a tagPath property that you can use to distinguish them. In regards to efficiency, the main benefit of having multiple tags on one script is that you can consolidate your logic and not have multiple version for different tags- the performance of one script versus multiple probably isn’t that great.

Check out this page in the user manual for an example of how to get the tag path.

Regards,