ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

xml to Cluster & cluster to xml

Hi everyone.

I developed "Cluster to xml" and "xml to cluster" converter.I hope more people benefit.

Download Project

http://www.2shared.com/file/dDpYJfMy/Xml_Cluster_Folder.html

 

Best Regards.

Himmet GENCER

Himmet GENCER
Software Development Coordinator at TDG
himmetgencer@gmail.com

View Himmet Gencer's profile on LinkedIn

View on Instagram
Message 1 of 12
(4,767 Views)

1.PNG

Himmet GENCER
Software Development Coordinator at TDG
himmetgencer@gmail.com

View Himmet Gencer's profile on LinkedIn

View on Instagram
Message 2 of 12
(4,754 Views)

That looks interesting, but I am suspicious of downloading from sites I don't know.

 

Could you post a zip?

 

Or, post images of the code please ?

 

Curious,

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 12
(4,745 Views)

How is this different from JKI's Easy XML Toolkit? I am also leery of downloading from unknown sites. If you're asking for critique, please upload your VI(s) here.

0 Kudos
Message 4 of 12
(4,738 Views)

 JKI's Easy XML Toolkit is not free.30 days evaulate mode and not open source

Himmet GENCER
Software Development Coordinator at TDG
himmetgencer@gmail.com

View Himmet Gencer's profile on LinkedIn

View on Instagram
0 Kudos
Message 5 of 12
(4,730 Views)

download link

https://decibel.ni.com/content/docs/DOC-19060

Himmet GENCER
Software Development Coordinator at TDG
himmetgencer@gmail.com

View Himmet Gencer's profile on LinkedIn

View on Instagram
0 Kudos
Message 6 of 12
(4,729 Views)

Ni Labview forum no permission to zip rar etc. file?

Himmet GENCER
Software Development Coordinator at TDG
himmetgencer@gmail.com

View Himmet Gencer's profile on LinkedIn

View on Instagram
0 Kudos
Message 7 of 12
(4,725 Views)

@Himmet wrote:

 JKI's Easy XML Toolkit is not free.30 days evaulate mode and not open source


I was actually referring to implementation, not license.

 


Ni Labview forum no permission to zip rar etc. file?

You can upload ZIP files just fine - I've done it many times. Maybe you just encountered a server hiccup.

 

 

As for the code: this appears to be a fairly simplistic wrapper around an OpenG VI to perform a single case of a cluster to XML. It's quite limited (e.g., doesn't handle arrays, or sub-clusters), so comparing it JKI's Easy XML Toolkit is not a fair comparison, to say the least. As an example VI, understanding its limitations, it's suitable, though you can simplify the for-loop considerably. You can replace all of the code inside the for-loop with a single Format Into String function.

0 Kudos
Message 8 of 12
(4,703 Views)

Why not just use the built-in functions?

cluster_XML.png

Message 9 of 12
(4,697 Views)

@paul_a_cardinale wrote:

Why not just use the built-in functions?


 

Because those functions use the LabVIEW schema, not a schema that is better suited for, well, just about everything else.

0 Kudos
Message 10 of 12
(4,692 Views)