LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW - XML

Hello,
I looking for a solution for XML with LabVIEW.

I will open an exist XML-File and replace a value from a
Note.

I wrote a Visual Basic programm that
describe the value from a certain note.

I tried to write a accordingly programm with LabVIEW. I used a special ActiveX
Class and used the same methode and property just like in the Visual Basic
programm.
But my LabVIEW programm doesn't work!
I don`t no what the reason is.
Is there anybody who have the problem, too, or have a solution or a answer?

Thank you!

Greetings from Germany.
Sasch
0 Kudos
Message 1 of 3
(2,752 Views)
I don't know what ActiveX class you are using but i have used Microsoft XML Parser ActiveX class and it runs OK when called from LabVIEW.
You can read and write attribute to/from XML file. Try XML parser if you are not using it already. you can download that from microsoft website.

Abdullah
0 Kudos
Message 2 of 3
(2,752 Views)
Abdullah wrote:
>I don't know what ActiveX class you are using but i have used>Microsoft
XML Parser ActiveX class and it runs OK when called from>LabVIEW.>You can
read and write attribute to/from XML file. Try XML parser if>you are not
using it already. you can download that from microsoft>website.>>Abdullah

Thank you, Abdullah!

I don`t know what ActiveX class I using,I will try it tomorrow.
I write the result.

Greeting Sasch
0 Kudos
Message 3 of 3
(2,752 Views)