Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

PLC PWM help needed!!

Status
Not open for further replies.

Tamasco

Full Member level 3
Joined
Jun 27, 2006
Messages
155
Helped
10
Reputation
20
Reaction score
6
Trophy points
1,298
Activity points
2,083
plc pwm

Hi,
could someone help me on how to accomplish Pulse Width Modulation using siemens PLC and STEP 7 (or Omron's PLCs).

Your help will be very much appreciated. Thanks in advance.

Tamasco.
 

pwm plc

I am not very familiar with S7 or Omron, but in general PWM with standard output modules can be achieved only on low frequency. Limiting factor is output module and/or CPU speed. PID On-Off temperature control is using PWM to control output to heaters. There are specialized modules available either from PLC manufacturer or 3rd party module manufacturer that can perform much faster. Frequency of PWM has to be significantly faster from desired output frequency so it does not affect control process after filtration.
In temperature control for example, in 1s or 10s PWM period temeprature usually does not change significantly and thermal inertia of object whose temperature is controlled is acting as filter to PWM signal. If object thermal inertia is too low, designer has to choose faster responding system, like SCR phase control, or even using DC power for some specialized applications.
If motor control or something similar is desired, specialized modules will perform much faster without much additional loading to PLC CPU.
If you post more detail, someone might be able to suggest you most straightforward solution.
There are a lot of specialized forums on the net for PLC's, they can be even more of help.
 

    Tamasco

    Points: 2
    Helpful Answer Positive Rating
pwm z plc

thanks a lot!!
 

plc pmw

You can make a PWM without any special module. You can do it with the timers of the automaton.Yo can use something like this:

A I 1.0
AN T 2
L S5T#10ms
SD T 1
A T 1
= Q 4.0
A T 1
L S5T#5ms
SD T 2

To change the values use the times defined with S5T#.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top