11-22-2012 08:30 AM
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!
11-29-2012 07:50 PM
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.
12-07-2012 10:18 AM
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,