Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

SemaphoreGet and SemaphoreRelease Information


Michael Lily Jan 28, 2022 04:12 AM

I am looking for more information SemaphoreGet() and SemaphoreRelease() commands, how they work, when to use them. They were suggested for handling some SDI-12 communication conflicts.


JDavis Jan 31, 2022 04:15 PM

The instructions are of use for hardware channels that are used in more sequence. That would primarily be if you use the channel in both the main scan and a slow sequence scan.

If the main scan grabs a channel with a semaphore, a measurement in the slow sequence needed to access the channel will wait for the main scan to be done with it. Effectively it pauses one sequence.

Log in or register to post/reply in the forum.