NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Switching: How to use NI Switchexec without predefining routes?

Solved!
Go to solution

Hello,

i am using TestStand 2014SP1 and Ni SwitchExec. In there i imported a 4x32 matrix.

How can i use the matrix in TestStand with the names that came with the driver without predefining routes?

 

Something like
Routes to Connect: "VirtualDeviceName.LogicalName.s1m1c1->VirtualDeviceName.LogicalName.s1m1r1".

 

Is this possible?

 

I think there is no way to predefine all possible routes for a 4x32 matrix.

 

Thanks for help

 

0 Kudos
Message 1 of 2
(3,471 Views)
Solution
Accepted by topic author OnlyOne

Solved.

The Syntax is

%LogicalName%/%From%->%To%

 

%LogicalName%: Defined in NISW under IVI Drivers + LogicalNames (which is refering to the Driver Session)

/: fixed slash

%From%: Create a new VirtualDevice and add the LogicalName to it. Then all possible names are visible. For example 1001COM

->: fixes arrow

%To%: Create a new VirtualDevice and add the LogicalName to it. Then all possible names are visible. For example 1001NO

 

example:

MyLogicalName/1001COM->1001NO

0 Kudos
Message 2 of 2
(3,464 Views)