I've got a successful implementation where I am using NI's Session Manager to manage instrument sessions. I want to be able to attach information to the session to reference later. I have managed to implement the AttachLong and AttachString methods (as well as the get versions) and things are working just fine. However, I can't seem to manage to get the AttachObject method to work out.
Does anyone have any sample LabVIEW code for implementing the IInstrSession.AttachObject / IInstrSession.GetObject methods?
Thanks