LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XML file data in large application ..

Solved!
Go to solution
 

 

 

"currently i am using .INI file in labview application 

its bit difficult to use ...

i am using Global Values to use them in different sub vi"

 

in the same way ,How to use xml data file  for Large Application in labview .

 

 

in Xml file we use cluster in labview ... 

if i wants to use Cluster data in Subvi.. how to use it (Global Variable or Type def ?)

0 Kudos
Message 1 of 3
(3,127 Views)
Solution
Accepted by topic author SaranVenkateshS

I'm not sure what question is being asked.  The Subject involves XML files and large applications, yet the final lines mention writing a Cluster in XML and seems to ask whether the Cluster should be a Global Variable or a TypeDef.

 

A general  "Good Idea" is to create a TypeDef that specifies (or "defines") (almost) every Cluster you create in LabVIEW.  This serves as a single-point definition of the Cluster.  If you need to make any changes, you change the TypeDef and all the variables based on it change to match.

 

I don't understand why TypeDefs and Global Variables are mentioned in the same sentence.

 

Bob Schor

0 Kudos
Message 2 of 3
(3,087 Views)

HI Bob Schor,

 

Sry I am bit confused ... Now I am clear

 

Thanks ,

Saran

0 Kudos
Message 3 of 3
(3,077 Views)