From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

check box invert the pulses

Hello,

 

How can I code a check box that will invert the pulse.

0 Kudos
Message 1 of 4
(2,594 Views)

Just wire it to a case structure that inverts the pulses.  That's a pretty generic answer but that's what you get when you post generic questions.  Can you be more specific about your application and what you've tried so far?

 

Kelly Bersch
Certified LabVIEW Developer
Kudos are always welcome
0 Kudos
Message 2 of 4
(2,589 Views)

What pulse?

 

A check box is a boolean.  Use it to drive a case structure.  Depending on the way this pulse is constructed, you should be able to mathematically invert it.  for more help, you'll need to provide some details.  Perhaps even attach a VI showing what you've done so far.

0 Kudos
Message 3 of 4
(2,587 Views)

Something like this?

 

invert.png

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 4 of 4
(2,563 Views)