01-04-2007 07:17 PM
01-05-2007 04:56 PM
david_jenkinson,
The code you sent converts an image cluster to the image data type, but it doesn't affect the session data. I'm assuming the data you are trying to get a hold of is the session data, correct? The image data type and the session have the same color wire so it's easy to confuse them. I believe the actual session is just a U32. I would try casting the session to a U32 and storing that in TestStand. Then try and retrieve the U32 data from TestStand and cast it back to a session data type. Depending on your application and if you are using multiple VI's it may not work, but I would recommend trying it. Let me know if that works for you. Thank you.
-Allison S.
Applications Engineering
01-05-2007 05:34 PM