310203fB Intro To PLC's Part B Flashcards
When using a PC to program a PLC, which four folders are typically part of the system file? What information do they store?
- Tag database - stores information on all variables
- Program - stores the user program
- Communication - stores information on how to connect to the PLC processor
- Configuration - stores information on the modules that make up the PLC
_______ tags refer to memory locations defined by another existing tag
Alias tags refer to memory locations defined by another existing tag
________ tags are accessible to any program within the controller
Global tags are accessible to any program within the controller
What occurs when uploading and downloading PLC programming with a PC?
Uploading is the process of taking the PLC’s current programming and writing it to the PC
Downloading is the process of taking a program that exists on a PC and writing it to the PLC’s processor memory
Name three graphic PLC programming languages
- Ladder diagrams (LD)
- Function block diagrams (FBD)
- Sequential functions chart (FSC)
Name two text-based PLC programming languages
- Structured text (ST)
- Instruction list (IL)
Typically the source of a PLC fault can be narrowed down to which four areas?
- Processor
- Input module
- Output module
- Programming
Typically a major PLC fault causes the processor to go into fault mode where it does which three things?
- Turns on the appropriate status lights
- De-energizes all its outputs or freezes them in their present state
- Saves a fault code to memory
List the five steps that are involved in a systematic approach to troubleshooting
- Identify the problem
- Isolate the cause
- Correct the problem
- Verify the correction
- Document the problem and the solution