From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, 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: 

Start to measure with a simulate signal

Hello,

I want to start to mesaure a signal acquired when the signal that i simulate cross zero. For this, I implement the function zero crossing of Labview, but  it don't detect me the zero crossing of my simulate.

Why?
Is there another possibility?

Thank you very much.

0 Kudos
Message 1 of 5
(2,176 Views)

Show your implementation.


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 2 of 5
(2,171 Views)

This is one piece of my vi.

I make an easy vi, and when i put the button the zero crossing don't detect nothing, only if i push the button again and again. I want that the signal run always, although i have pushed a button.

0 Kudos
Message 3 of 5
(2,167 Views)

Hi todoesposible,

 

it seems that you use Event Structure. So it means that you will perform measurement only when an event occurs = button is pressed.

Duri
0 Kudos
Message 4 of 5
(2,141 Views)

Your code needs to be refactored and it is not organized and effecient.
You should avoid using LOCAL VARIABLES. The code that you have shared has RACE CONDITIONS. I know that, I'm not giving any answer to the question that you've posted but the information I'm providing here is worth knowing.


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 5 of 5
(2,114 Views)