Jump to content

sruthiv

Members
  • Posts

    1
  • Joined

  • Last visited

    Never

sruthiv's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi I am new to LabView. I am working on an application that can load and run any VI (created in LabView 7.1) I am trying to run a VI from C# application. Given the VI name, how do i find out what all parameters the VI has? lv = new LabVIEW.ApplicationClass(); //Set the path to the VI string vipath= "c:\\temp\\arith.vi"; //Get reference to that VI vi= lv.GetVIReference(vipath,"",true,0); Before calling , vi.Call(ref param1,ref param2); I want to get the param info from the VI itself, instead of hard coding in the application code. thanks
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.