02-28-2014 01:46 AM
I am trying to display an image I have stored in my Mario( c directory), but nothing is displaying, any suggestions?
The Doug!
02-28-2014
02:11 AM
- last edited on
04-29-2025
03:13 PM
by
Content Cleaner
Hello,
what executes first (image display or image dispose) here?
what about here?
My answer is: I do not know!
You need to think dataflow. Check:
https://www.ni.com/docs/en-US/bundle/labview/page/block-diagram-data-flow.html
So you need to force the display before you dispose of the image! In your case, for example with sequence structure (although its best to avoid them in a real application...). Normally you clean after yourself only when the program ends (let's say when your main loop stops executing)...
So (a dirty example):
Best regards,
K
02-28-2014 02:20 AM
And kudos you will receive!