Okay gang, I'm trying to break my program down into 4 subVIs and running into a snag. In my main vi I create a semaphore, which is passed to a subVI where within this subVI the semaphore is both created and released.
It is not working properly. I read that you cannot used a created semaphore in more than one instance, so does that mean if I create the semaphore in my main VI, I can't lock and unlock it in the subVI code?
Thanks!
-- Jason Pugh