Allen Bradley Notes

Comienza Ya. Es Gratis
ó regístrate con tu dirección de correo electrónico
Allen Bradley Notes por Mind Map: Allen Bradley Notes

1. Hardware

1.1. KEY Switch

1.1.1. Run

1.1.1.1. Run only - can't be programmed

1.1.2. REM

1.1.2.1. Allows run or program, based on last mode

1.1.3. Program

1.1.3.1. Program only - not run

1.1.3.2. Required for firmware flashes

2. Retentive Instructions and One Shot

2.1. One Shot - one second pulse

2.1.1. Useful for on off with latch and unlatch

2.2. Power off/on - Retentive instruction retains afterwards!

3. Logic Instructions

3.1. XIC

3.1.1. Go Look for a 1

3.2. OTE

3.2.1. Output Energize

3.2.2. T - Go write a 1

3.2.3. F - Go write a 0

3.3. XIO

3.3.1. Go Look for a 0

3.4. Latch (L)

3.4.1. T - Go Write a 1

3.4.2. F - Do Nothing

3.5. Unlatch (U)

3.5.1. T - Go write a 0

3.5.2. F - Do Nothing

4. MAIN PROGRAM

5. Software

5.1. RSLinx

5.1.1. -Used for setting up communication protocols

5.2. RSLogix 5000

5.2.1. -Programs Compact and non-compact PLCs

5.2.2. Parts of Program

5.2.2.1. PROJECT

5.2.2.2. TASK

5.2.2.2.1. Task Type

5.2.2.3. PROGRAM

5.2.2.3.1. -Has Main Routine

5.2.2.3.2. -Has Fallback Routine

5.2.2.4. ROUTINE

5.2.2.4.1. One routine in each program must be assigned as the main routine

5.2.2.4.2. Other routines in the program must be called from the main routine

5.2.3. TAGS

5.2.3.1. Elements

5.2.3.1.1. Name

5.2.3.1.2. Description

5.2.3.1.3. Alias (for)

5.2.3.1.4. Data Type

5.2.3.1.5. Scope

5.2.3.1.6. Type

6. SCAN CYCLE

6.1. 1 - Input Scan

6.2. 2 - Program Scan

6.3. 3 - Output Scan

6.4. 4 - Housekeeping

6.5. PRESCAN

6.5.1. Power Start Up

6.5.2. Auto run 1 Prescan

6.5.3. Own Rules

6.5.4. OTE - Write a 0 in bit box

6.5.4.1. Change status to 0

6.5.5. LATCH - Do nothing!

6.5.5.1. Leave status unchanged!

6.5.6. UNLATCH - Do nothing!

6.5.6.1. Leave status unchanged!

6.5.7. (END) - Done

7. Settings

7.1. RPI - Requested Packet Interval (ms (1.0 - 750ms)

7.1.1. In Compact Logix

7.1.2. Interrupt - Bus that modules are connected to broadcast

7.1.3. State of input or output can change from top to bottom of program

7.1.4. *Could occur in advanced programming

7.1.5. -Input on in start, but off at the end

7.1.6. -Allow input or output to be updated during course of scan (During scan)