chennaiplc Posted August 11, 2014 Report Share Posted August 11, 2014 Hi.... I am beginner to VI.. I need filter and count display for number of strings occur in a single column of string array...I can't explain....below I just represented what is my need. Column A is Input string array...Column B and C are the output arrays.... Column A Column B Column C Apple Apple 3 Banana Mango 2 Mango Banana 1 Apple Apple Mango Can any one help me...? Quote Link to comment
ThomasGutzler Posted August 11, 2014 Report Share Posted August 11, 2014 If you have the OpenG library installed, this can be done with - Remove Duplicates from 1D Array - Search Array And the following native functions - Array Size - a For Loop If you don't have the OpenG library, you need to use those native functions instead - A For Loop with a shift register - Search 1D Array - A Case Structure - Build Array - Another For Loop - A While Loop with a shift register - Another Search 1D Array - Less Than 0? - Increment Have fun connecting them up Quote Link to comment
Tim_S Posted August 11, 2014 Report Share Posted August 11, 2014 Can any one help me...? Just to point out to you, we do expect you to do homework for yourself. We're willing to advise. You'll get more help if you post a VI where you've tried to solve the assignment. 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.