NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to find a vi path in vi.lib?

Does anyone know how I can find a VI in vi.lib for a TestStand step?

 

I want to call the "Spreadsheet String to Array" VI from a TestStand step.

But how do I find out where it is?

 

CropperCapture[2].Png

 

How about a context menu on the block diagram which tells the exact path? 

 

I've tried using "Find VIs on Disk" specifying "Spreadsheet*.vi", but it only

finds "Spreadsheet String to Digital.vi".

 

CropperCapture[1].Png

 

How about being able to drag a VI from a LabVIEW block diagram into the

LabVIEW step in TestStand?

 

Any ideas?

 

Thanks,

 

Ronnie

TestStand 4.2.1, LabVIEW 2009, LabWindows/CVI 2009
0 Kudos
Message 1 of 3
(3,547 Views)
It's not a VI and it's not in vi.lib, it's a LabVIEW primitive so you cannot call it directly in TestStand. You have to create a VI that calls it.
0 Kudos
Message 2 of 3
(3,535 Views)
OK - thanks. If it exists in a LabVIEW DLL somewhere, perhaps in the future it can be callable from TestStand.
TestStand 4.2.1, LabVIEW 2009, LabWindows/CVI 2009
0 Kudos
Message 3 of 3
(3,522 Views)