11-05-2018 10:17 AM
I ran a script in python that calls a DLL that runs Labview and I came upon this error arrow that I have not encountered before. Does anyone what this arrow is indicating?
11-05-2018 10:41 AM
It means the VI is running.
11-05-2018 10:42 AM - edited 11-05-2018 10:44 AM
It means that it is loaded into memory and is ready to run. Another VI is running somewhere on your computer that calls this as a subVI. I'm guessing your Python script is a "fire-and-forget" script that doesn't close down LabVIEW after it's done.
11-05-2018 11:43 AM
Yes, the triple black arrow indicates running, this one indicates waiting to run. The simple answer is: hover your mouse over it and find out 🙂