10-23-2008 06:26 PM
In LabVIEW 8.5 Variable manager, we configured 6000 variables in the Variable Manager as the client, which is a crucial for our project to send the data to the OPC Client, We are able to view and transfer the data from the server to client
We encountered a problem in the client side and we have to reinstall the operating system, where all the tags will be lost and has to be recreated, and not able to move the Variable Manager file and has to freshly create the entire Variable Manager processes and variables,
we could not find out any other option in Variable Manager to save this variable manager file.
Please suggest us an alternative method or solution which can simplify this work.
10-24-2008 12:48 AM
Hi Mathews,
Many times I have created shared variables from .CSV file. It is easy put variable name to one column and datatype to other. Then write a script which reads this file row by row and automatically create new variable to library or libraries. Maybe this hint helps you. By the way version 8.6 is extremely better with shared variables. Especially because you have so many variables.
-Jim