05-17-2024 01:38 PM
Hello,
I have two snippits that should do the same thing. I had a small program to test a portion of my code with before implementing it into a larger program. This block below works as intended. There are two while loops, one for sending a notification and one for receiving a notification. The notification gets sent about every 5 seconds and only gets sent when the case statement is true. The wait on notification updates as it should.
This code snippit below should be doing the exact same thing... but it doesn't.
When I probe the case statement, it turns true about every 5 seconds as it should, and the data cluster is updating as it should. However, the wait on notification doesn't ever receive anything so that while loop never executes.
My question is why. I've looked this over and fought with it for a while and can't get it to work. If anyone sees or knows of a reason why, I would be delighted to know about it.
Thank you
05-17-2024 02:17 PM
I'm not even going to attempt to answer without you uploading your VI.
We can't debug images.
05-18-2024 09:31 PM
And some of us old-timers don't have the latest version(s) of LabVIEW, so you'll reach more of us if you "Save for Previous Version" and specify 2019 or 2021.
Bob Schor
05-19-2024 02:03 AM
Why is it messy?