I’m trying to get the script to work on a tag. Unfortunately, this isn’t going as I had hoped.
Can you tell me what I’m doing wrong?
Also tried with a Timer but that did not work.
if (Adroit.GetTag(“TEST_BIT_ON_OF.value”) = True AND Timer (200) ) Then
The reason I want to use a tag is that the script should not run every time but only when a tag is on.