Dn and Jose,
Thank you for your response. I did figure out the problem thanks to dn's response. IT appears that the LabView VI cluster was using a non-standard naming convention (from a TestStand perspective) for naming some of the data parameters within the cluster. A number of parameters were named with a simple number (i.e. "0", "1", etc.). (Since I did not cerate this VI, I have no idea why the person who created the VI decided to use such a naming convention for some of the data parameters in the cluster.) According to TestStand requirements, a data variable NAME cannot consist of just numberic characters (i.e. "0", "1", ...). Once I changed the name of the data parameters in the VI cluster to a more standard format (i.e. changed "0" to "P0"), I was able to automatically create a container in TestStand that matched the VI cluster.
Thanx,
Jim