11-23-2023 05:27 PM
I'm working on a LabVIEW project using an NI USB-6009. The VI involves a push button and output channels C0 - C7. When the button is pressed once, it needs to check condition and display the output. If the button is pressed twice, it checks conditions with another set of C0 - C7 values. How can I implement this logic in LabVIEW?
Solved! Go to Solution.
11-24-2023 12:59 AM - edited 11-24-2023 01:00 AM
Hi Reddy,
@Poojitha_Reddy wrote:
I'm working on a LabVIEW project using an NI USB-6009. The VI involves a push button and output channels C0 - C7. When the button is pressed once, it needs to check condition and display the output. If the button is pressed twice, it checks conditions with another set of C0 - C7 values. How can I implement this logic in LabVIEW?
The NI6009 doesn't use channels "C0-C7", it offers the Port0…
What about using a state machine?
What have you tried so far and where are you stuck?
What should happen when you press that button trice or more?
11-24-2023 12:07 PM
How to produce multiple 8 bit output sequence for single input using DAQ and LabVIEW?
11-24-2023 12:15 PM
Hi Poojitha,
@Poojitha_Reddy wrote:
How to produce multiple 8 bit output sequence for single input using DAQ and LabVIEW?
Hints:
What have you tried and where are you stuck?
11-24-2023 12:19 PM
I'm new to labview and know only basics. I don't know how to create the state machine for this. Could you please guide me to create vi for this?