08-16-2024 05:51 PM
Hello All,
I'm trying to display a message during a flat sequence structure where the display shows in which frame the program is currently executing. Attached is my implementation of this idea using property nodes and arrays of strings - but, it doesn't work! Question is why not and if not what would be the correct solution?
Thank you for your help ...
Running LABview 2024 Q3
08-16-2024 07:27 PM
Ooops ...Seems the VI is missing ....
08-16-2024 07:28 PM
one more time ...
08-16-2024 07:59 PM
Here's a solution ....
08-17-2024 09:21 AM - edited 08-17-2024 09:23 AM
Consider "save for previous" (2020 or below) before attaching. Most here cannot open VIs saved in 2024.
(Also note that you are using LabVIEW, not LABview. Knowing the correct letter-case should be lesson one 😄 )
While I cannot look at your code, often sequences can be replaced by a state machine architecture, so look into that. Overuse of sequences is a hallmark of beginner code.
08-17-2024 09:33 AM
Thank you for your feedback,
Yes, I am a novice - First time creating a LabView vi to control equipment.
I did find a solution to my question for now by (still) using sequences, but iI'll look into state machines as well - Thanks for the suggestion.
08-17-2024 09:42 AM
@EA2024 wrote:
Yes, I am a novice - First time creating a LabView vi to control equipment.
Fir the first time, you can call it whatever you like. For the second time, try calling it LabVIEW! 😄
(I'll have a look at your VIs later once I am on a computer with LabVIEW 2024. Maybe I'll have more specific suggestions)
08-17-2024 10:02 AM
Here's an old post that might give you some ideas....
08-17-2024 10:56 AM
No, this is not a "solution" because there are glaring flaws:
08-17-2024 11:05 AM