08-25-2014 05:12 AM
Hi everyone,
once again I am having some difficulties.
I am trying to control Goepel Cascon with my labview. What I basically no want to achieve is:
I want a config file which contains part of the serialnumber of my part an the name. The serial numer is scanned as a alphanumeric string an limited to the first 10 characters. Now i want to find the line in the text file this shorter string is also written in. and the name which is separated from the number with a tab is supposed to be read by labview and passed on.
This all is necessary so my final program when the apllication is built can be updated just by writing new stuff in a text file.
Thanks for help.
michael
Solved! Go to Solution.
08-25-2014 05:32 AM
It would be helpful if you can attach the text file. Basically for your scenario you can read the text file as 2D array of string with "Tab" as delimiter and find the serial number and part name. Come back if you face any problem.
08-25-2014 06:16 AM
thank you i figured out the correct way