Mike Taylor Posted September 22, 2023 Posted September 22, 2023 I explored the Action step but it doesn't do what I want. Basically I want to use a select formula if a button is depressed or not. I want to have two data channels come in and one channel go out.
0 DAQman Posted September 25, 2023 Posted September 25, 2023 Use a formula module with three inputs and one output. Connect the switch to 0 and the two data channels to 1 & 2. For the formula, use the following: ( ( In(0) > 2.5 ) * IN(1) ) + ( ( In(0) < 2.5 ) * In(2) )
Question
Mike Taylor
I explored the Action step but it doesn't do what I want. Basically I want to use a select formula if a button is depressed or not. I want to have two data channels come in and one channel go out.
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now