02-23-2015 01:47 PM
Hello,
I have a state machine that performs AC an DC tests on certain electronic boards. Each board has 16 channels but there are several types of boards. Some of them have an input and output for each channel, some of them have one output for every two channels and some of them are mixed. Is there a way to write some piece of logic that can handle a general case, perhaps with the use of a table? The attached VI is what I have done so far, and it works for the two examples given above (1 input to 1 output and 2 inputs to 1 output). However, I now also have to do the same test for many other types of boards and my current logic does not work for that. For example, right now I have to perform the test on boards in which the first six channels have an output for each two inputs and the last four channels have one output for every input.
Thank you,
Christian
02-23-2015 01:53 PM
02-23-2015 02:03 PM
Hi GerdW,
Could you please provide a link?
Thank you,
Christian
02-23-2015 02:12 PM
02-23-2015 02:16 PM
Thank you GerdW!