LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to read pulse from digital square wave

Solved!
Go to solution

You need to Merge both the loop in to a single loop.

 

Try this now

 

 Merge loop.JPG

Balaji PK (CLA)
Ever tried. Ever failed. No matter. Try again. Fail again. Fail better

Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.
0 Kudos
Message 21 of 23
(1,046 Views)

hi baji,

 

i have tried make merge the loop, same error occur.

 

 

0 Kudos
Message 22 of 23
(1,031 Views)

I think,You cannot able do the frequency measurement and the pulse counter using the same counter paralley. So only you getting the errror like the specific resource is reserved because both the tasks are trying the use the same resources. So you need to clear your first task before your second task starts and again you need to create the task for your fist task after the completion of the second task.That is not happening in the DAQ Assistant.Check the attached VI.

 

Use two counters one for frequency measurement and another for pulse counter. Connect the same signal to the both counters.

 

 

Message Edited by Baji on 11-10-2009 09:59 AM
Balaji PK (CLA)
Ever tried. Ever failed. No matter. Try again. Fail again. Fail better

Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.
0 Kudos
Message 23 of 23
(1,018 Views)