Logic Posted July 18, 2006 Report Posted July 18, 2006 Hi all, LabVIEW does not allow to use a local or Value signaling for Latch Booleans. Is it possible to do with scripting techniques? Thanks, logic Quote
Yair Posted July 18, 2006 Report Posted July 18, 2006 Not signaling, but there is the LatchValue property which is equal to the Value property. Since a latching boolean can only be read in one place anyway, you can simulate its behaviour by using a non-latching one and resetting it. Quote
Logic Posted July 19, 2006 Author Report Posted July 19, 2006 Not signaling, but there is the LatchValue property which is equal to the Value property. Since a latching boolean can only be read in one place anyway, you can simulate its behaviour by using a non-latching one and resetting it. How to get that LatchValue Property? Doesnt seems to list? How to get that LatchValue Property? Doesnt seems to list? OK, I got it in LabVIEW 7.1. Is there anyway to do the same in LabVIEW 8.0 except opening the same vi in LabVIEW 8.0? Thanks, logic Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.