10-31-2018 01:11 PM
Greetings Everyone,
Is there a way to display image in the Message Popup? I have attached the code. Thanks in advance for any suggestions that you come up with.
Regards,
Milan
10-31-2018 01:24 PM
For a message pop up, you can create a SubVI with an event structure inside. Set it to open when called.
You can determine execution order by running wires between SubVIs.
10-31-2018 01:27 PM
In looking at your code, and reading the questions you are asking, I'm assuming you have never studied LabVIEW, by which I mean spent time, meaning multiple days, with a book, or an instructor, or a video, and doing related exercises to learn the fundamental concepts of LabVIEW, like the Principle of Data Flow (which states, among other things, that if you have a bunch of "loose VIs" in a Structure, they will execute in an unpredictable order).
Fortunately, there are suggestions for Learning LabVIEW posted on the first page of this Forum. When you learn how to program without using Express VIs, you should be able to solve all of the issues you have raised.
Bob Schor