VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Modify system mappings dynamically

Hi all,

 

i developed two custom devices which create 100 output channels (the first) and 10 input channels (the second).

 

Going into the System Mapping section, i mapped 10 specific output channels to the 10 input channels.

 

Is there a way to modify the 10 output channels during runtime, selecting other channels?

 

Thanks!

0 Kudos
Message 1 of 3
(5,901 Views)

I don't believe there is a way to edit system mappings while the system is deployed.

 

You could create a calculated channel that, based on a channel value, takes on the value of another channel:

 

Calculated channel = channel1*enable1+channel2*enable2....

 

It seems it might be easier to have a custom device that will output 10 values at runtime based on 100 inputs (a switch matrix, basically).  Then each of your custom devices could map to this switch matrix.

Chris
Project Engineer
Certified LabVIEW Architect
Certified TestStand Architect
0 Kudos
Message 2 of 3
(5,860 Views)

Hi,

 

We did something like you need using a LabVIEW model that receives all the inputs and a control that directs the require input set to the outputs.

 

It is a mux implemented in LV.

 

Cheers,

CHCastro
0 Kudos
Message 3 of 3
(5,817 Views)