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
4 replies to this topic
#1
Posted 28 October 2011 - 09:07 PM
#2
Posted 29 October 2011 - 09:45 AM
Hi,
The latest version (2010) of TestStand supports LV classes.. See also here: http://zone.ni.com/d.../p/id/8848#toc3
The knowledgebase article you pointed to refers to an older TestStand version.
The latest version (2010) of TestStand supports LV classes.. See also here: http://zone.ni.com/d.../p/id/8848#toc3
The knowledgebase article you pointed to refers to an older TestStand version.
#3
Posted 29 October 2011 - 03:15 PM
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.
#4
Posted 31 October 2011 - 04:39 AM
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
I already submitted feedback for the knowledge base entry asking them to update it and point to the link Jeffrey posted.
Thanks again,
Fab
#5
Posted 02 November 2011 - 07:48 PM
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.
Brian
Certified LabVIEW Architect (CLA)
Certified TestStand Developer (CTD)












