02-28-2012 08:37 PM
I am making the base of a "universial" test program. This program will be ran on three or more test racks containing various makes and models of test equipment.
So what I have decided to do was make a config file using XML that cna be eaisly modified using Microsoft's free XML Notepad. This config file will contain the type of instruments and their VISA resource nad other settings as needed. I have attached a sample that I am working from.
Parsing the XML seems to be working but the ouput cluster is not being updated.
I have even put a probe on the cluster wire right before the indicator and the probe has data but the indicator stays empty?
I don't get it, what have I missed?
Solved! Go to Solution.
02-28-2012 10:50 PM - edited 02-28-2012 10:54 PM
Figured it out...
Had to trim the whitespace, never had this problem parsing XML before...