professor_rumsdiegeige Posted April 6, 2008 Report Share Posted April 6, 2008 Hi out there! I've got a very newbie-question. When I want to use variables in Labview, do I really always have to create a front panel object for that? An example: I retrieve a two-dimensional array out of the Capture-Image-From-Camera Function. Next, I want to process this image etc. This means I need to store the array somewhere, and currently I do so by creating a front panel object and read / write the values from / to there. Is this the right way? But then I always need to hide this object from the user, because in this form, the array is of no interest to the user… confused… Can anybody help me? Quote Link to comment
Ton Plomp Posted April 6, 2008 Report Share Posted April 6, 2008 Wires! Wires are the LabVIEW equivalent of variables. Together with shift register and a lot of other stuff their the key to success (always). If you're starting LabVIEW look 3 hours LabVIEW and 6 hours LabVIEW. Ton Quote Link to comment
Michael Aivaliotis Posted April 6, 2008 Report Share Posted April 6, 2008 QUOTE (professor_rumsdiegeige @ Apr 5 2008, 03:55 AM) When I want to use variables in Labview, do I really always have to create a front panel object for that? No, you should use shift-registers. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.