07-20-2005 08:43 AM
07-20-2005 10:15 AM
Hi,
Here are modifications to your vi to do what you are describing. It helps, when trying to work through issues like these on this forum to not start a new thread with each iteration of your question. Those of us that are trying to help can follow it better if you just "Reply" to your previous thread with the new, related question. If the question is for a totally new issue then a new thread is best, but when you are working through the details of essentially the same problem it really helps us follow it if you stay in one thread, and that usually means faster answers.
We also like it if, when an answer helps, you give us a rating (the more stars the better) as it is about all we get out of it!
P.M.
07-20-2005 12:31 PM
07-20-2005 01:03 PM
07-20-2005 01:12 PM
07-20-2005 01:15 PM
Well you didn't ask how, just if it could be done! You would read in the string and parse it to determine where it was going and what its value was. This would all be very specific to the application.
P.M.
07-20-2005 01:20 PM
The last reply was for the question before. These days I am using queues to pass information from one section of my program to others (they are all in sub-vi's running in parallel). Another method is to use globals, but these have a lot of good reasons not to be used (haven't used one voluntarily in a long time). And yet another method is to create a "LabVIEW2 style global" also known as an Unitialized Shift Register as the intermediate medium. There have been a number of discussions on these techniques on this forum, so a search should provide a lot of explanation.
P.M.
07-20-2005 01:29 PM
07-20-2005 02:50 PM
10-17-2005 08:59 AM