08-01-2009 02:22 PM
Hi,
We have around 300 requirements and each requirement trace to one sequence file. So there are total 300 sequence files. In each sequence file we have a set of variables which hold the address which is present in map file.
As you know for each release map file updates there by we need to modify all variables in all 300 sequence files and rerun. I would like to know any solution where I can store all variables in one text file and read a variable whenever I required.
Please help me better solution for this type of problem.
It would be great help if any sample sequece file attached.
Thanks,
krishna
08-03-2009 07:41 AM
Hi,
Why do you need 300 sequence files for 300 requirements??? You can keep each requirement in a seperate sequence in a single/multiple sequence files.
With regards to reading your variables, you can read from a file through activeX or easier still, doing it through a code module (say a LabVIEW VI or CVI module).