SLC500 Pulse Signal into CPX

Aviator|Chris

Member
Join Date
Jun 2009
Location
Midlands, UK
Posts
39
Hi there,

I have a bit of code in an SLC500 that I wish to translate into Logix5000 but i'm missing a status bit.

Any help with structuring it into a Logix5000 ladder would be great.

ladder.jpg
 
S2:4/4 is a bit in the "rolling timebase" counter on the SLC-5/0x controllers.

Bit 04 is on for 160 milliseconds, then off for 160 milliseconds, giving you a "clock rate" of 320 milliseconds.

If you wanted to emulate that function exactly, just run a self-resetting clock at 320 milliseconds preset, then turn on a BOOL tag during 1/2 of that time.

If there was just the ONS, I'd say use the /DN bit from the timer directly, but I can't guess what the other B3:22/1 bit does, so to be exact use the timer accumulated value comparison.

S2_4_4.PNG
 
Hi Ken,

Many thanks for the help, please see the code with comments to "help out" a bit. Just removed as they were customer specific but after analysing they arn't all that detailed. Cheers.

ladder2.jpg
 
If those two instructions are the only places B3:22/1 is used in the program, then you can just use the /DN bit from a 320 ms timer to trigger the math instruction.

If B3:22/1 is used elsewhere, you would have to investigate those rungs to figure out what to do. Or just run the method described above.
 

Similar Topics

hey, i'm a beginner in Allen Bradley PLC. I am doing a conversion of program from Mitsubishi PLC to Allen Bradley SLC 500. i needed to generate a...
Replies
3
Views
3,210
I have a slc500 plc 1747-L30A. Using a communication cable 1747-PIC cable box combination. Running a version of software from DOS on a Windows 3.1...
Replies
8
Views
182
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
10
Views
308
can the slc500 5/05 send a email and text over Ethernet ?
Replies
3
Views
203
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
403
Back
Top Bottom