Search found 1 match
- Thu Dec 04, 2014 1:29 pm
- Forum: Scripting
- Topic: 2 sec pulse on tags
- Replies: 1
- Views: 7743
2 sec pulse on tags
I need 2 sec pulse on all boolean outputs when they are set. is there an easy way of doing this? i have a lot of outputs. My idea so far is to have a timer in a scriptmodule. when the timer run out, it will start a loop that go thru all tags. all tags with name beginning with "b" it set to zero. Thi...