ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

analog pause

Solved!
Go to solution

Good morning ,

I am working on the NI USB 6361 card and I would like to try the analog pause, and it works well but I have a problem when displaying the signals; in the image I put a square signal between -3V and 3V on the GBF but the display is not good at all

what is this due to?

thanks in advance

0 Kudos
Message 1 of 5
(956 Views)

@ameletudiante99 wrote:

Good morning ,

I am working on the NI USB 6361 card and I would like to try the analog pause, and it works well but I have a problem when displaying the signals; in the image I put a square signal between -3V and 3V on the GBF but the display is not good at all

what is this due to?

thanks in advance


What do you expect to see?

0 Kudos
Message 2 of 5
(946 Views)

a square signal between -3V and 3V,

0 Kudos
Message 3 of 5
(920 Views)
Solution
Accepted by topic author ameletudiante99

@ameletudiante99 wrote:

a square signal between -3V and 3V,


Well, I understand it this way: You pause the data acquisition when the signal falls below 0,5, so there are no samples between 0,5 and -3.

You see the samples with a value of 3,1 and from time to time a value between 3 and 0,5 (falling or raising edge).

In the graph your data is connected from point to point, which produce these triangle peaks.

 

If you want to see a square signal you should not pause data acquisition.

 

Disclaimer: Since you only posted a picture of a front panel I can't look at the real configuration for the data acquisition.

 

0 Kudos
Message 4 of 5
(909 Views)

yes it's true when I don't use a trigger pause I have the signal correctly;

What I understood about pause trigger is to suspend the acquisition if I have a voltage lower than 0.5V and to resume if it ever increases

for the tests I used an example that I found in the labview library,

as a source I used the ai0 analog input where I also connected my signal

 

0 Kudos
Message 5 of 5
(891 Views)