Hi,
Here is the presentation that I held at NI Days 2011 in Sweden yesterday. It is about data modelling and I uses ATML test results as an example of how to represent the test results as a data model.
In this demo I compare two different approaches:
1) Use clusters to model the test data.
2) Use G# entity classes to do the same modelling.
There are two main VIs:
ClusterTest.vi - Builds up test data as clusters and generates an ATML XML.
compare this to:
EntityTest.vi - Builds up test data as entity objects and generates an ATML XML. When the VI hits the break point, launch the G# Debugger to see all the entity relations as aggregations.
Thanks,
Mattias