08-17-2005 03:43 PM
08-17-2005 04:01 PM
08-17-2005 04:08 PM
08-18-2005 11:51 AM
08-19-2005 09:21 AM
I need the Up and down to work together and the 20 deg. and 40 deg. to work together. Slat Bypass works on its own.
Thanks for all your help
08-19-2005 11:47 AM
OK, here's a re-engineered version. For efficiency, it uses an event structure. (LabVIEW 7.1)
If up or down has changed AND both are true, it will take corrective actions. Same for 20/40. See if this makes sense. 😉
Note also that you don't need all these case structures, just built the array from the properly ordered boolean inputs. I don't see the purpose of the second array indicator, it is always false. I assume that e.g. 20 and UP can both be true at the same time, is this correct?
I am sure you can adapt it to your exact requirements. If not, let us know. 🙂
08-19-2005 11:56 AM
08-19-2005 11:56 AM
08-19-2005 01:04 PM