Jump to content

can labview use with XML


Recommended Posts

  • 1 month later...

Well that's an interesting question.

LabVIEW can cast labVIEW data and cluster as XML and read them back. As XML is an 'open tag' architecture. LabVIEW will only support it's own XML tags.

You can write a custom XML imported for labVIEW - as XML is just a string - you can look for special tags - extract them an converted them to numeric, strings, arrays etc via traditional LabVIEW methods.

There is nothing really magic about XML - just think of it as a kind of ASCII text data/storage file.

Regards

Jack Hamilton

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.