Automation Control Flashcards

1
Q

How do we represent a Normally Open Contact?

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

How do we represent a Normally Closed Contact?

A
  • |/|-
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the main rules of ladder programming?

A
  • Inputs can be used in Series and in Parallel to form a connection
  • Outputs (or Coils) can be used only in Parallel
  • One input can be used multiple times in one program
  • One output can’t be used multiple times in one program except in Set/Reset and Latch/Unlatch functions
  • An Input Address can’t be used as an Output Address
  • An Output Address can be used as an Input Address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do we make an AND condition in Ladder Coding?

A

Placing terms in Series

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

How do we make an OR condition in Ladder Coding?

A

Placing terms in Parallel

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

How do we set in Ladder?

A

(S)

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

How do we reset in Ladder?

A

(R)

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

How does an On Delay Timer work?

A

A positive input is required for the desired time before there is an output

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

How does an Off Delay Timer work?

A

A positive output will continue to occur for the desired time period after the positive input has ended

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

How does a Pulse Timer work?

A

No matter how long the impulse is triggered for, we will have an output for a set time, and then it will occur again once the pulse is triggered again

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

What do we mean by Sampling?

A

Discretizing a signal in time

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

What do we mean by Quantization?

A

Discretizing the value of the signal

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

How does an Analogue to Digital Converter usually work?

A

The signal is usually first sampled, and then quantized

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

What is Annulment regarding Boolean Algebra?

A

a . 0 = 0
a + 1 = 1

This cancels the previous values

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

What are the two types of logic circuit, and how do we make the distinction?

A

Combinational Logic: The output is only depended on the present input values

Sequential Logic: The output depends on the present input values, but also the past/output or internal state values

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

How do we check the identity in Boolean Algebra?

A

a . 1 = a
a + 0 = a

16
Q

What is De Morgan’s Principle in Boolean Algebra?

A

Not (a.b) = Not a + Not b
Not (a+b) = Not a . Not b