LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Different types of tests

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

0 Kudos
Message 1 of 5
(2,895 Views)

Hi christian,

 

have a look at the basic OOP examples given for LabVIEW…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 5
(2,891 Views)

Hi GerdW,

 

Could you please provide a link?

 

Thank you,
Christian

0 Kudos
Message 3 of 5
(2,884 Views)

Hi Christian,

 

start here!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 5
(2,875 Views)

Thank you GerdW!

0 Kudos
Message 5 of 5
(2,872 Views)