Problem with a Counter / Pico GFX

toygasm4u

Member
Join Date
Nov 2007
Location
Lexington, Ky
Posts
7
Hello all,
I have a simple (I thought) application in which I need to count pulses for an RPM measurement. I have an input wired to a counter in my logic, and I keep missing pulses. Actually, I miss about 75% of my pulses.

The pulse is 25ms on and 0.3 ~ 1.5 seconds off. The scan time, according to the real time display in the programming software, is only 1~2ms, the program for now, is only 5 rungs. This should be dumb simple, but I can't figure out for the life of me why this processor would be missing these input pulses.

Any hints or suggestions?
 
Are you wired into a high speed counter module/input ? I don,t think the GFX is designed to handle high speed inputs but is generally a bog standard controller like the siemens logo etc

The PICO has high speed counter inputs (I1~I4), which I'm using. It also has a frequency counter function blocks (CF1~CF4). They have to be dedicated to the associated input, so CF4 will only operate with I4, etc. I didn't have any luck getting the frequency counter to work either, which is why I opted for the simple counter setup.

Whats the voltage of the pulses?
Check the signal delay setting (debounce)

The I/O is operating at 120VAC, and debounce is turned on in the processor settings. Would it be possible that the 60Hz power on the high speed input is messing with me regardless of mark to space timing? (I'm gonna try this).
 
The I/O is operating at 120VAC, and debounce is turned on in the processor settings. Would it be possible that the 60Hz power on the high speed input is messing with me regardless of mark to space timing? (I'm gonna try this).

See picture below, debounce setting could be your problem.

debounce.jpg
 

Similar Topics

Hello everyone, I'm having issues with connected components. I got a new laptop and I installed all the RA programs I need without problem. I was...
Replies
1
Views
271
I have a square wave being put into the Micro850 input channel 0. I have tried with counting the rising edges with code and with trying the high...
Replies
4
Views
1,897
We are currently encountering configuration problem with FM350-2 used for counting and totalizing functions. When we configure the FM350-2 and...
Replies
1
Views
3,160
Hi everybody, I would like to start by letting you know that i'm a begginer in PLC programming and i can use a little help here, please. I'm...
Replies
1
Views
1,578
Hi guys, appreciate a little help here. As shown in attached pic, I have a counter and its preset value is 60. I create an %m signal and word...
Replies
3
Views
1,569
Back
Top Bottom