07-10-2013 04:21 AM
hi guys I generate a xml file as a report from teststand
in this eg i have 3 arrays & 1 cluster as output in xml.
but when i open the same in diadem i get to see only one array -> the 1st one
can anyone suggest a soln !
is this a diadem issue?
please change the ext . to .xml
07-10-2013 05:14 PM
Hi aparab,
DIAdem does not natively read XML files, because that is not a file format but rather a markup language where each customer has different XML structure and style sheets. So how are you reading the one array you do see in DIAdem. Did you create a VBScript DataPlugin to read your XML files? Would it be an option to instead use the ATML flavor of XML files that is now the standard for NI's TestStand software?
Brad Turpin
DIAdem Product Support Engineer
National Instruments
07-11-2013 01:47 AM
HI Brad,
thnks fo ur response
the report i generate is with ATML_5
well NI has Provided a plugin for that
ATML_5 DataPlugin
http://zone.ni.com/devzone/cda/epd/p/id/6570
I think the issue is with this plugin