04-06-2005 02:36 PM
04-06-2005 02:53 PM
04-07-2005 04:22 PM
04-07-2005 10:38 PM
04-08-2005
06:50 AM
- last edited on
11-12-2025
08:12 AM
by
Content Cleaner
Here is one example of how this can be done:
The string is concatenated and the search is performed on the entire string (assuming the word only appears once).
This will work, but there are other problems in your VI. For example, the serial timeout is set by default to 10 secs, so after the last pack arrives, it will take a few seconds before the loop stops. Also, your VI is hard to read and you have things which aren't connected to each other (like the config VI or the port number, which is unnecessary). You should clean up the VI so that it will be easier to understand and debug.
To learn more, I suggest you read the LabVIEW user manual. Also, try searching this site and google for LabVIEW tutorials. Here is one you can start with. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide.