Week 2: PLC Instructions Flashcards
(81 cards)
What is the symbol for AND logic
What is the operator for an AND logic
Multiplication
What is the operator for an or logic
Addition
What circuit configuration can be used to describe an AND logic
Series
What circuit configuration can be used to describe an OR logic
Parallel
What’s the mathematical expression for the XOR gate
(A * Bbar) + (Abar * B)
What’s the symbol for OR logic
What’s the symbol for AND logic
What’s the symbol for NAND logic
What’s the symbol for NOT logic
What’s the symbol for XOR logic
What are the classes of PLC instructions
Relay Logic, Arithmetic Logic, Data handling logic, Timer Instructions, Counter Instructions.
What does the XIC and XIO contact work
It tells the CPU to examine a bit at the memory location specified by the address number listed with the symbol. The referenced address may represent the status of an external input or an internal program bit
What is is another bname for XIC
Examine if closed/ Examine-on Contact
When is an XIC used
When presence of a signal is needed to turn an input on
When is the XIC contact true
When the addressed memory bit is 1. The external input device is closed and supplies voltage at input terminal
When is the XIC contact false
When the addressed memory bit is 0. The external input device is opened and does not supply a voltage at the input terminal
What are examples of a XIC contacts
NO pushbuttons, proximity sensors, and switches
What relay contact does the XIC imitate
Normally Open
What is the symbol for XIC
What is is another bname for XIO
Examine if open/ Examine-off Contact
When is an XIO used
When absence of a signal is needed to turn an input on
What relay contact does the XIO imitate
Normally Closed
When is the XIO contact true
When the addressed memory bit is 0. The external input device is open and does not supply voltage at input terminal