LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Timer Counter

 

I need pulse in rectangular form but I don't know how to do it.

I used signal input is pulse 10 Hz 

 

 

please help, thanks 

Download All
0 Kudos
Message 1 of 6
(2,730 Views)

This appears to be a continuation of your thread from here: https://amibotted.comcast.net/authorized.html

 

However, reading that thread does not make things any clearer as to what you are asking. Your loop is talking to some serial device. What does a pulse have to do with this? Where is this pulse coming from? Are you generating it? Is the device you're talking to generating it? How are you supposed to measure it? Is that what you are trying to do with the serial command?

 

P.S.  You already have a while loop in your VI, so you do not need to use "Run Continuously". That (poorly named) mode is the same as you pressing the Run button each time the VI stops.

0 Kudos
Message 2 of 6
(2,700 Views)

S-Mercurio,

 

Do you mean this link?  http://forums.ni.com/t5/LabVIEW/How-can-I-build-basic-counter-timer/m-p/2153482

 

What is that amibotted link that you have in your message?

0 Kudos
Message 3 of 6
(2,685 Views)

@RavensFan wrote:

S-Mercurio,

 

Do you mean this link?  http://forums.ni.com/t5/LabVIEW/How-can-I-build-basic-counter-timer/m-p/2153482

 

What is that amibotted link that you have in your message?


Well that apparently was caused by the fact that WIndows sometimes ignores Ctrl-C to copy a selected text. I had just received an email from Comcast claiming that I had a bot. This was actually a real email from Comcast, not a phishing email, as I've gotten before, and easily recognized as phishing emails. Comcast has that URL that you can go to to check to see if you have a bot. I knew I didn't, but I went there anyway. The URL was on my clipboard (I had copied it from a Comcast page). I have no idea why Comcast thought I had a bot. Reading their support forum it seems I'm not the only one who's had false positives.

 

Sorry for the confusion.

0 Kudos
Message 4 of 6
(2,666 Views)

 

I use Pulse for sample signal, Pulse is comes from Digital Board or Arduino Board.

Why I can't find pulse signal from Labview, sorry for bad English

 

 

thanks  

0 Kudos
Message 5 of 6
(2,643 Views)

It's still not very clear what it is you are trying to do, but my guess is that the issue stems from how frequently your while loop runs. It executes once per second but you are trying to read a 10 Hz pulsetrain, correct? If so, you need to make your while loop execute much more quickly.

 

Regards,

Brice S.

Applications Engineer

National Instruments

www.ni.com/support

0 Kudos
Message 6 of 6
(2,610 Views)