LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to reduce the execution time of the VI while parsing data from the XML file

Solved!
Go to solution

Based on this example shows to read and process the two attributes. In my case, I have to read and process with more than 10 attributes.

 

0 Kudos
Message 11 of 21
(1,265 Views)

@dhana03 wrote:

Based on this example shows to read and process the two attributes. In my case, I have to read and process with more than 10 attributes.

 


So? Is that a problem?

Certified LabVIEW Architect
0 Kudos
Message 12 of 21
(1,258 Views)

As per my XML file attributes, I tried to read the first two attributes with the help of the example I could not able to get the output.don't know what was going wrong. As per the example in the query string, I have specified two attributes as per my XML file and run the code received length of the output zero if I mention only one value in the query string only one output I can. help me to get 1set of data output as per my XML file.

0 Kudos
Message 13 of 21
(1,245 Views)

Some code would be useful...

0 Kudos
Message 14 of 21
(1,238 Views)

Hi, 

I have one doubt about using LIBXML. 

As per my XML file, Each set(query name(SDI Name, SDI, SSM Name, etc..)) of data having a set of signals ( Start bit, End bit, Etc.). 1st of data having two sets of Data value but the signal of both data are same.  for example (  Data 1 set of signals 12, Data 1.2 set of signals 12) I want to update the value 12 for each data but I get to update as 24 data on each data. Please help me here.

0 Kudos
Message 15 of 21
(1,204 Views)

As requested before, show us the code you have with valid example data. Your explanation makes not much sense to me and I have better things to do than trying to rebuild everything from scratch to try out what your problem might be.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 16 of 21
(1,197 Views)

Code attached. XML file I have already attached in this conversation thread.

0 Kudos
Message 17 of 21
(1,188 Views)

Any update on this ?.

0 Kudos
Message 18 of 21
(1,163 Views)

@dhana03 wrote:

Any update on this ?.


We where all under the impression that you have enough information to get this working.

 

Are there still problems you are facing? Post what you have.

 

You have managed to build the old solution, the new solution won't be more difficult.

 

Creating the entire solution for you starts to look an awful lot like work. We are all helping out people by answering questions online for free, but we do have our own work we need to do to get paid.

0 Kudos
Message 19 of 21
(1,151 Views)

Hi 

I have build the code which way I wanted to read the XML file by using LibXML and the code attached previous thread.

I had some doubts about my code so only I have requested here.

Thanks for your support.

 

0 Kudos
Message 20 of 21
(1,145 Views)