10-20-2006 07:12 AM
10-20-2006 07:34 AM - edited 10-20-2006 07:34 AM
Not quite sure how to answer since you've posted this to the Multifunction DAQ forum and not one of the language forums. Let's assume that you are using LabVIEW. If that's so, then the simplest is to have shift register with a concantanate string function in it. If you are not using LabVIEW, re-post the question in the appropriate forum.
Message Edited by Dennis Knutson on 10-20-2006 06:34 AM
10-20-2006 07:37 AM
What programing language are you using? If you are using labview you can use the "Concatenate Strings.vi" in the strings palate. It is expandable. If the indicator already has data in it and you don't want to loose it you can read it with a local varaible of the indicator (right click on the indicator terminal and select create local varable -> right click on the local varable and select "change to read").
If you are working in a loop use shift registers to keep the data.
P.S. Subsequent LabVIEW specific questions should get posted in the labview forum. You will get a lot of feed back there!
10-20-2006 08:08 AM