Wiring Your Micro850: A Technician’s Guide
Wiring your PLC trainer is more than just connecting wires; it is the first step in understanding how physical electrical signals become digital data inside your processor. This guide complements our video tutorial by focusing on the professional standards and structural logic you need to build a reliable control panel.
1. Understanding Your I/O Architecture
The Micro850 layout on your trainer is designed to mimic real-world industrial panel builds. The most important rule to remember is input segmentation. By reserving Inputs 0-3, you are protecting your system's high-speed capabilities (such as encoders or pulse-based sensors) from being occupied by standard operator interface devices like pushbuttons.
Always start your standard button and switch wiring at Input 4. This keeps your I/O map clean and ensures your PLC remains flexible for future expansion, such as adding motion control or high-speed counting.
2. The Logic of Commons
The most common point of failure for new technicians is the "Common" connection. Think of your COM terminals as the bridge that completes the circuit for your signals.
Sinking vs. Sourcing: You must define your circuit's current flow. On the Micro850, connecting your COM terminals to the 0V rail establishes a sinking input configuration.
Output Stability: Sourcing outputs require both the positive supply and the return path to the 0V rail. Many technicians remember the positive side but forget that the output module itself often requires a connection to the 0V rail to function correctly. If your lights are not triggering, re-check your "minus" common connections first.
3. Best Practices for Terminal Blocks
Your trainer utilizes push-connect terminal blocks. These are superior to screw-type terminals for training because they allow for rapid, repeated cycles of wiring and unwiring without wearing out the connection point.
Precision: Strip your wires to the exact length specified in the manufacturer's documentation. Too much exposed copper increases the risk of accidental shorts, while too little can lead to a loose connection.
Organization: While we encourage you to rewire your trainer to learn, take the time to route your wires cleanly. A neat panel makes troubleshooting logic issues significantly easier because you can trace the signal path visually.
4. Validating Your Installation
Before you dive into programming in Connected Components Workbench (CCW), verify your physical build. The test program pre-installed on your Micro850 is a powerful diagnostic tool. By toggling your buttons and observing the status LEDs on the PLC front panel, you confirm not only that your wiring is correct but also that your electrical signal is reaching the processor correctly.
Frequently Asked Questions (FAQ)
Why aren't my outputs responding even though the input light is on?
This is almost always a common (COM) issue. Even if your input logic is correct, the output module cannot complete the circuit if the return path (the negative common) to the 0V DC supply is missing.
Is there a difference between the wiring for a Micro850 and a CompactLogix?
Yes. While the electrical theory remains the same, the hardware mapping and terminal density vary. Always use the specific wiring diagram found on the Getting Started page for the model you are currently working on.
Can I mix sinking and sourcing devices?
The Micro850 is flexible, but you must ensure your bank configuration (COM 0 and COM 1) is set up to handle the specific requirements of the devices in that bank. Mixing these without a clear plan often leads to blown I/O points.
Useful Troubleshooting Resources
If you don’t connect the com- terminal to the minus of your power supply then your outputs will slightly glow when off.
Improperly connected commons on sinking and sourcing PLC output transistors can cause voltage to “leak” by. Sourcing PLC outputs require a connection to both the +24VDC and the 0V of your power supply. If you do not connect the 0V, then the PLC output will slightly glow due to leakage current.
Wiring an M12 sensor to a Micro850 PLC is a very common straightforward task.
Starts with identifying the sensor type—typically a 3-wire PNP or NPN proximity sensor. Most standard M12 connectors follow a common pinout:
Pin 1 (Brown): Supply voltage (+24VDC)
Pin 3 (Blue): Ground (0V)
Pin 4 (Black): Signal output
Start by ensuring the Micro850 is powered off. Connect the sensor’s brown to the PLC’s 24VDC power supply terminal, and the blue to the 0V (common) terminal. The black to one of the PLC’s digital input terminals.
The + coil of the relay will go to the sourcing PLC output and the - coil will go to the 0V of the power supply.
Relays allow us to switch larger loads than our PLC is rated for and switch different voltages than our PLC is designed for. The coil is what the PLC output will energize to switch the relay contacts.
Knowledge Check Quiz
- Why do we skip inputs 0 through 3 on the Micro850 during the initial wiring exercise?
Click to reveal answer
These inputs are high-speed inputs reserved for specialized applications like encoders.
- Which color contacts on the wiring diagram represent Normally Open (NO) connections?
Click to reveal answer
The green contacts.
- What is the most common issue encountered by users when performing field wiring?
Click to reveal answer
Improperly connecting the common terminals.
- True or False: The terminal blocks on the trainer require a screwdriver to secure every wire connection.
Click to reveal answer
False; these are push-connect terminal blocks.
- If your wiring is successful, what should happen when you press the green button?
Click to reveal answer
The corresponding green light should illuminate.