Jump to content


Photo
- - - - -

LVOOP and TestStand

lvoop teststand oop object

  • Please log in to reply
4 replies to this topic

#1 Fab

Fab

    Very Active

  • Members
  • PipPipPip
  • 115 posts
  • Location:Austin, TX
  • Version:LabVIEW 2010
  • Since:2000

Posted 28 October 2011 - 09:07 PM

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

#2 Jeffrey Habets

Jeffrey Habets

    Very Active

  • Premium Member
  • 188 posts
  • Location:Netherlands
  • Version:LabVIEW 2011
  • Since:1997

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.
---
Jeffrey
VIT

#3 Aristos Queue

Aristos Queue

    LV R&D: I write C++/# so you don't have to.

  • Premium Member
  • 2,620 posts
  • Location:Austin, TX
  • Version:LabVIEW 2011
  • Since:2000

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 Fab

Fab

    Very Active

  • Members
  • PipPipPip
  • 115 posts
  • Location:Austin, TX
  • Version:LabVIEW 2010
  • Since:2000

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

#5 lvb

lvb

    Very Active

  • Premium Member
  • 159 posts
  • Location:Michigan
  • Version:LabVIEW 2012
  • Since:2003

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)






Also tagged with one or more of these keywords: lvoop, teststand, oop, object