10-26-2011 04:34 AM - edited 10-26-2011 04:43 AM
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
10-26-2011 05:27 AM
10-26-2011 07:21 AM
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
10-26-2011 07:49 AM
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.
10-26-2011 07:58 AM
JKI's Easy XML Toolkit is not free.30 days evaulate mode and not open source
10-26-2011 07:59 AM
10-26-2011 08:01 AM
10-26-2011 09:22 AM
@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.
10-26-2011 09:39 AM
Why not just use the built-in functions?
10-26-2011 09:43 AM
@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.