05-30-2008 09:27 AM
06-02-2008 08:19 PM
06-04-2008 01:11 PM
Biendarra,
Another way to do this would be to flatten the reference to a string before you pass it to TestStand, store it in a string propertyobject, and then unflatten it when you pass it back to LabVIEW.
You can find the Flatten/Unflatten to/from string in the LabVIEW palette under Programming»Numeric»Data Manipulation
06-04-2008 01:28 PM
I did finally get it to work by unbundling the handle and passing out the components to Test Stand and I then passed the information back into the other VIs I was calling and Re bundled the cluster. It wasn't prety but it worked. Adding a FPGA Handle type to Test Stand May be a good idea as I can see these devices used often in test systems because of their adaptability.
Bruce Biendarra