I'm totally new to CAPL and I cannot find ANY good source for small questions on CAPL language. I went through the documentation and there is only mentions about wait() function either in XML or .Net syntax. Is there a function in CAPL itself that will do the wait() for me if I want to send a signal value every second for example? Can I do it with a Timer?
There is no function. For wait, you must create a timer.