Converting a pulse output to an analog output

Orn Jonsson

Member
Join Date
Apr 2002
Location
Boise Idaho
Posts
125
Hi fellars, PLC type DL05 and DL06

Know of a handy way to obtain the current output frequency on a HSIO card or X0 on a PLC when doing a trapezoid profile?

I would like to use a trapezoid profile and change the frequency output to an analog output. I basically need a moving setpoint for a pressure app. It has to have the trapezoidal trajectory which is only available as a pulse output - unless you purchase a dedicated motion controller.

thanks,

OJ
 
Seems like the long way around to me, kinda like going through your elbow to get to your knee. Three counters and a couple of add and subtract statements could do the same thing.

1. Start a timer, add to the analog output until timer done. (begin slope section)
2. When the first timer is done, start a second timer for the 'hold' section.
3. When the second timer is done, start a third timer. Subtract from the analog value until the third timer is done. (end slope section)

Walla! Trapezoid profile. Obviously there is more to it than this, but this should get you going in the right direction.
 

Similar Topics

Hello everyone, can anyone help me with covert the STL code to ladder. Iam using plc s71200. A %DB1.DBX33.7 // angel of vaccum...
Replies
2
Views
205
Hello PLCs Forum, I am in a bit of a pickle and was hoping someone could offer me some help. I have a .rss file and just need to see the ladder...
Replies
2
Views
120
Hello nice to meet you, im new in here, I'm currently trying to convert code written in STL for a S7-400 to SCL for an S7-1500, because when i run...
Replies
5
Views
314
Hello, did anybody know, if there exist an converting cable like the1492-CM1746-M01 (for an 1746-IB16 to an 5069-IB16), for an 1746-HSCE to an...
Replies
3
Views
387
Hello, This will be my first time converting powerflex 40's and 400's from devicenet to ethernet. I did some research, and it seems I will need...
Replies
4
Views
735
Back
Top Bottom