LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

maintaining image data type leaving for loop

I'm trying to make a for loop to automate and create greater shadowing, but when I take the image data out of the for loop somehow my data got scrambled and the image came out black. I don't know if I need a different loop or conversion process to maintain the image data leaving the loop. Any suggestions would be greatly appreciated
0 Kudos
Message 1 of 3
(2,121 Views)
here is the subvi for the program, sorry I didn't attach it together yet
0 Kudos
Message 2 of 3
(2,121 Views)
If you want to receive some proper help, you will have first to clean your code. In LabVIEW, wiring is always done from left to right. That's the first rule. And rule 2 state that if by accident you feel obliged to wire in the reverse direction, then you have to go to rule 1.
Avoid unnecessary bend, and so on...
Read the Chapter 6 Labview Style Guide of the LabVIEW development Guidelines in the LabVIEW help (Menu : Search the LabVIEW Bookshelf)
May be while rewiring your vi you will solve your problem...

Hope this helps... NO ! SURE this helps 😉
Chilly Charly    (aka CC)

         E-List Master - Kudos glutton - Press the yellow button on the left...
        
Message 3 of 3
(2,113 Views)