The bios 6 user guide says:
Counting semaphores keep an internal count of the number of corresponding resources available.
What "resources" is this referring to?
The online help says:
Counting semaphores keep track of the number of times the semaphore has been posted with post().
I was under the impression that when a counting semaphore was posted, that its count increased by 1. However, when running the "log" example project and watching the value of sem0 in ROV, its value does not increment when it gets posted. Am I misunderstanding something?
Thx,
MikeH