Chapter 2 Flashcards

1
Q

Remote rack

A

located away from the processor module, linked to local rack through communication module

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Address

A

label or number that indicates where a certain piece of information is located in a PLCs memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Two general methods to programming

A
  • address based

- tag based (give names to each components)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Rack/slot based addressing scheme

A
  • type: determines if input or output
  • slot: physical location of I/O module
  • word and slot: used to identify actual terminal connection
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Tag based

A
  • base tag: defines memory location where data is stored

- alias tag: used to create alternate name for tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Combination I/O modules

A

have both input and output connections in same physical module

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Standard vs high density I/O module

A
  • standard: has 8 inputs/outputs

- high density: up to 64 inputs/outputs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Most common type of I/O interface module

A
  • called discrete
  • connects devices that require simple ON/OFF switching (example: push buttons or lights)
  • classification covers bit oriented inputs and outputs (each bit represents complete information element in itself)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a discrete I/O module powered by

A

field supplied voltage source

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Discrete inputs/outputs

A
  • inputs: push buttons, selector switch, limit switch, proximity switch
  • outputs:indicator lights, signaling column, relays, motor starter
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Discrete input/output module circuits are composed of two basic sections

A
  • power

- logic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

sinking/sourcing

A
  • sinking: sinking current if device receives current when on
  • sourcing: sourcing current if device provides current when on
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

discrete devices

A

inputs/outputs that have only two states: on and off

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

analog devices

A

represent physical quantities that can have an infinite number of values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

status indicators are good for what

A

troubleshooting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

transducer

A

converts a field device’s variable into a very low level electric signal that can be amplified by a transmitter

17
Q

SCP block

A

allows you to take an analog input from a sensor and scale it to the output units you require

18
Q

processor module can be divided into two sections

A
  • CPU: executes program and makes decisions needed to operate/communicate with other modules
  • memory: stores PLC program
19
Q

keyswitch has three positions

A

-run: executes ladder program and energizes output devices
program (prog): allows you to perform program entry and editing
-remote (rem): allows you to change processor mode from a programmer/operator interface device

20
Q

why is remote mode helpful

A

good for online changes because you dont have to turn the machine off

21
Q

memory

A

1 K = 1024 bytes
1 byte = 8 bits
1 word = 16 bits

22
Q

contacts and binary numbers

A
  • closed contacts have a 1 stored in respective location

- open contacts have a 0 stored in respective location

23
Q

memory types

A
  • volatile: lose stored information if all operating power is lost
  • nonvolatile: will retain information if power is lost
24
Q

programming terminal device

A
  • they are needed to enter, modify and troubleshoot the program
  • hand held type programmer is the simplest type
25
Q

hand held programmers

A

-limited display capabilities

26
Q

most popular method of PLC programming

A

to use a personal computer

27
Q

major tasks in development of HMI screen

A
  • set up communication with PLC
  • create tag database
  • insert graphical objects on screen
  • animate objects
28
Q

color displays on HMI

A
  • green: ready, running, safe
  • yellow: caution, risk of danger
  • red: alarm, danger, stop
29
Q

HMI

A

use object oriented programs, which means everything on screen is called an object