nab014
2008-08-12 14:10:09 UTC
I am a beginner working on a research project at Louisiana Tech University. I inherited a labview file from a previous researcher and need to edit it to include a little logic. The program basically looks at four inputs for either a low or high reading, and then based on those readings displays a value. Such as if inputs 1,2, & 4 were reading high, it would display 0. The new program I am trying to write is similar but instead needs to reference a list. The values it will read will have repeats in the cycle. The current programming would read the following based off the inputs: 0, 30, 60, 90, 120, 150, 180, 90, 240, 270, 300, 90. I need the program to look a list and see that instead of displaying 90 after 180 and 300, it should display 210 and 330 respectively.Is there a way to do this?