Jump to content

Frequency Multiplication?


Recommended Posts

Guest Guest_David
Posted
Is it possible to use a PLC (or some other means) to multiply an input pulse frequency to a output a pulse frequency say twice as high as the input? Using a PLC would be a convenient way for me to do it, but I'm open to other possibilities. Thanks.
Posted
I have never used it, but the A-B Micrologix 1200 and 1500 have Pulse Train Output (PTO) and Pulse-Width Modulation (PWM) instructions. One of the elements of the control block for these instructions is the frequency.. I would imagine you could read a high-speed counter input, MULtiply it by some constant (or perform whatever mathematical manipulation you choose) and write it to the frequency word in the control block. Just a thought...
Posted
What frequencies are we talking about? Actually, the input signal may be attached to two inputs of a PLC with interrupts assigned. One interrupt should be configured for the front and another- to the rear edge of the signal. Each interrupt must produce short pulse on the same output. This way the input frequency is doubled. For lower frequencies this can be done without interrupts.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...