Fab Posted October 28, 2011 Report Posted October 28, 2011 Hi, Next week I am teaching a LVOOP course and my students use TestStand a lot and I expect to get questions regarding the use of LVOOP and TestStand. The things I have heard are: - TestStand does not recognize LVOOP Objects, so the developper has to flatten the Object Reference to string and then pass the string to TestStand, and viceversa, if they get the flattened Object they need to unflatten to string in LabVIEW: http://digital.ni.co...62573A9004C5A07 - Dynamic dispatch is lost Are there any other tips/tricks/myths I should be aware of? Thanks, Fab Quote
Jeffrey Habets Posted October 29, 2011 Report Posted October 29, 2011 Hi, The latest version (2010) of TestStand supports LV classes.. See also here: http://zone.ni.com/devzone/cda/tut/p/id/8848#toc3 The knowledgebase article you pointed to refers to an older TestStand version. Quote
Aristos Queue Posted October 29, 2011 Report Posted October 29, 2011 One thing the page does not mention: TestStand cannot directly invoke dynamic dispatch VIs. You must create a static dispatch VI as a wrapper for the dynamic dispatch call. This limitation is expected to be eliminated in the next version of TestStand. Quote
Fab Posted October 31, 2011 Author Report Posted October 31, 2011 thank you all! I knew I could count on you I already submitted feedback for the knowledge base entry asking them to update it and point to the link Jeffrey posted. Thanks again, Fab Quote
lvb Posted November 2, 2011 Report Posted November 2, 2011 One thing the page does not mention: TestStand cannot directly invoke dynamic dispatch VIs. You must create a static dispatch VI as a wrapper for the dynamic dispatch call. This limitation is expected to be eliminated in the next version of TestStand. According to the post here, TestStand 2010 SP1 (released August 2011) supports dynamic dispatching. Is there a KB entry regarding this? I could not find anything. It would be useful to summarize the LVOOP features and limitations by version of TestStand. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.