I just got "bitten" by the -808 Timing Loop error, namely one loop refusing to run because there is another loop with the same (random-looking) name, L364350956. What confused me was that an earlier version of the code, with the same timing loop, worked just fine! However, I subsequently added several VIs, one of which included another Timing Loop, which was also given the name given the name L364350956.
I'd like to suggest that names such as this that can be "randomly assigned" be generated more "randomly", for example, as L<# seconds since midnight>. This scheme would make it vanishingly-unlikely that the same name would be generated twice (eliminating the -808 error, unless the user deliberately chose the same name), and would be particularly useful for structures such as the Timed Loop where the name is generally not visible, and has little meaning to the user (except, as in my case, when it causes an error).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 5 kudos within 5 years after posting will be automatically declined.