LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Pass/Fail counter question. [Help]

Solved!
Go to solution

I don't understand what you are trying to do with the build array and transpose stuff. It just complicates things. You can operate on the raw array. This also avoids extra datacopies in memory.

 

All you need to do is select the right columns (2 and 3) as in the attached modification. The rest of the code remains the same (see attached).

 

Also, your "Pass" string is dirty (actually "Pass\s\s\s\s\s\s" in \-codes display, i.e. contains also spaces). You can either trim use whitespace or use the actual value including the spaces in the diagram constant. I would also make the match case insensitive. Modify as needed.

 

0 Kudos
Message 31 of 33
(636 Views)

Here is a picture of what Altenbach is talking about.  After these mods, the bad array input now works.

 

 20567i2CF7CEDD188BCCE8

- tbob

Inventor of the WORM Global
0 Kudos
Message 32 of 33
(624 Views)

I did the same way of indexing but without "trim whitespace" because I didn't know that I'm sending "Pass" with space.. Now it's working, getting ready for the LED/LCD display. Smiley Happy

 

Thanks for all the HELP..

______________
KowdTek
LabVIEW 2009

One Step At A Time, Maybe Two...
0 Kudos
Message 33 of 33
(614 Views)