Comoon input >60Hz

dandrade

Member
Join Date
Jan 2004
Posts
374
Question: Some PLC with capacity we read common inputs above of 60Hz ?

60Hz=16ms 100Hz=10ms 150Hz=6.66ms

I need measure to frequency 100-150Hz. of 10 points.

Do not I want to use, input and modules of high speed
 
I think I understand your question!

Depending on the processor you pick, you can read inputs that are changing in the 100 to 150 Hz range without a high speed counter input module. An example would be if the processor scan rate is 5 ms, then it scans the inputs about 200 times/second. However, the closer you get to that scan rate with your input signal, the more chances you take on loosing data. It really depends on what you intend to do with the data too. So, check out the processor max. scan time in the manufacturers literature and judge accordingly.
 
Are you counting something, or are you talking about your power supply?

Many AC input modules will read varying frequencies of the rated voltage. Consult your PLC manual.

Mike
 
Edited

There is not problem, SCAN 1-2ms. I write the program, to execute separate program from the reading

Scan 1,3,5,7 = READ INPUTS
Scan 2,4,6,8 = processing program

or not captured two bordes processing 2 SCAN consecutive.

Think now, sthech pulse circuit eletronic. It add + 14ms

100Hz= 5ms + 14ms = 19 ms 150Hz = 3.3 ms + 14= 17.3ms

Im my country no have modules industrial this it. I know logic circuit, not good idea make.

Have others idea? The project not select brand PLC

Edited: It not WORK, Mine first, thought they are bad.

It stayed recorded, for others remember that is not possible, in that case need to a SCAN of microsegundes.

It can be userfull others cases.
 
Last edited:
Are you talking about using a power supply with a 100hz sine wave, or a counter pulse with a 100hz square wave???

Are you counting a pulse, or attempting to use a normal ac input for a signal from a button or switch ??

Please try again. I dont under stand the question.

Mike
 
DC INPUT

The inputs are DC.

I consulted my papers, says that PLCs they have circuits of Strech pulse in inputs.
It is possible disable this circuit? Would stay depends on the SCANTIME.

This it is not the certain rote. I know that the resolution would depend on the SCANTIME. But we go defined possibilities. ...true and wrong,bads

Note: Samples capture every 6/min. (60s/6=10Hz)
 
Last edited:
In order to count pulses reliably, you need to sample the input at a frequency at least twice the frequency of the input. That assumes that the input has a 50% duty cycle. For anything other than 50%, you need to consider the minimum pulse width of the input, and sample at a rate equal the inverse of the pulse width.
e.g.
input freq. = 100Hz with 50% duty cycle
pulse width = 5 msec
sample freq. = 1/5x10^-3 = 200 Hz
If the duty cycle is say 20%, then
pulse width = 2 msec
sample freq. = 500 Hz

While modern PLC's with short programs can achieve low average scan times, the standard input modules have filters to minimise the effects of noise and contact bounce. These filters limit the input frequency response, and most likely will be just as significant in your considerations as scan time (program plus I/O).
 
Yes. Yours sugest PLC's possible disable Filter input? List...

Sometime limit hardware input frequency, this program have solution for medium precision.
 

Similar Topics

Hi, I have a ControlLogix system with 1756-IF16 analogue inputs. I can't scale the inputs at the card as there is a requirement to facilitate...
Replies
2
Views
39
I'm having trouble calming down 2 Tempo Sonics. I'm using Studio 5000 CompactLogix my Raw value is jumping around from 8575.0 to 8755.0 at a...
Replies
11
Views
197
I cannot add SLC500 analog input tag (I: 8.3) to EZSeries Touch Panel Editor (V 5.3). I used all the listed tag datatype but it all says "Invalid...
Replies
8
Views
172
Hi, I have questions. I have Analog Input that need to put into Ignition Designer. But I don't know how to put?
Replies
1
Views
78
Omron AD081-V1 Analog Input Card Offset & Gain Adjustment Entering Adjustment Mode 1. Set the input card in adjustment mode (Turn ON Dip SW No-1)...
Replies
0
Views
56
Back
Top Bottom