Close
close

The Allen, Outcalt, and Helen
Theatres are all located at
1407 Euclid Avenue, Cleveland, OH 44115

Find on Google Maps

CPH is dedicated to serving diverse audiences with nationally acclaimed education programs.

About Our Programs

in your community:

at Cleveland Play House:

Menu
Search Location
‹ back

Our theatres are located at
1407 Euclid Avenue
Cleveland, OH 44115

Plc Rslogix 500 Access

RSLogix 500 will likely outlive its successor, Studio 5000. As long as SLC racks sit in water treatment plants, oil rigs, and packaging lines – with their batteries replaced every three years – the green "RUN" LED will glow, and some engineer will fire up a Windows XP virtual machine to tweak a timer.

| File Type | Syntax Example | Purpose | Quirk | | :--- | :--- | :--- | :--- | | | O:0/0 | Physical output to a relay | Address maps directly to a terminal screw. | | Input | I:1/3 | Physical input from a sensor | Same as above. | | Binary | B3:0/5 | Internal logic flag | Like a free relay. No physical wire. | | Integer | N7:10 | Counter preset or math result | 16-bit signed only (-32,768 to 32,767). | | Timer | T4:0.ACC | Timer accumulated value | Tied to a specific timer structure (EN, TT, DN). | plc rslogix 500

| Challenge | RSLogix 500 (SLC) | Studio 5000 (ControlLogix) | | :--- | :--- | :--- | | | Fixed (N7:0) | Tag-based (Conveyor.Status) | | Timers | T4:0 (single element) | Tag_Timer (array possible) | | Scan control | MCR zones, JSR | Periodic tasks, Produced/Consumed tags | | Math | Integer only (unless ML1100/1400) | Floating point native | RSLogix 500 will likely outlive its successor, Studio 5000

"If it ain't broke, don't flash it." – Anonymous RSLogix 500 programmer. Open RSLogix 500 (or imagine it). Create a single rung that toggles an output every 5 seconds using only one timer and one XIO instruction. No OSR, no counter. (Answer: Use the T4:0.DN bit to reset T4:0 AND drive the output in parallel.) | | Input | I:1/3 | Physical input