Navigation

Tutorials & Setup

PLC Training Kit First Commissioning Checklist: Wiring, Power-On, and Safety

A practical first-start checklist for PLC training kits covering inspection, power verification, I/O checks, and common startup mistakes.

Peggy Chan 7 min read

Quick Answer

The first time you power on a PLC training kit, the goal is not to run every function. The goal is to confirm that the hardware is safe, the wiring is correct, and the base I/O behaves as expected.

If you skip the inspection step, the first startup becomes a guessing game. If you use a checklist, it becomes a repeatable lab procedure that students can follow again and again.

1. Confirm the Package Contents

Before any wiring begins, confirm that the kit matches the packing list.

Check for:

  • PLC main unit
  • HMI panel
  • Power supply
  • Push buttons and indicator lamps
  • Sensors and actuators
  • Wiring diagrams
  • User manual
  • Sample program or USB package
  • Programming cable

If anything is missing, stop and verify the shipment first. Do not begin a lab session around an incomplete setup.

2. Inspect the Panel Before Power

This is the step that prevents most first-day problems.

Look closely at:

  • Loose terminal screws
  • Unseated connectors
  • Damaged cables
  • Labels that do not match the wiring diagram
  • Fuse holders and protective devices
  • Emergency stop position
  • Grounding point

If the panel has been transported recently, give the wiring a careful visual check even if it was tested before shipping.

3. Verify the Power Rating

Do not assume the kit uses the voltage you expect. Read the label on the power supply and the panel.

Before you switch on:

  • Confirm input voltage
  • Confirm power polarity where relevant
  • Confirm the PLC and HMI power requirements
  • Confirm the motor or VFD supply
  • Confirm the emergency stop path

If you are in a school lab with multiple benches, label the outlet or power strip clearly so students do not mix regions or voltages.

4. Start With the Basic Power-On

Once the panel is inspected, power on the base system only.

What you want to see:

  • Power supply LEDs are normal
  • PLC status light is on
  • HMI boots normally
  • No alarm light is active
  • No unusual noise, smell, or heat appears

At this stage, do not try to run the full training sequence yet. First confirm that the system is stable at idle.

5. Check the I/O One Point at a Time

The fastest way to find wiring mistakes is to test one signal at a time.

Suggested order:

  1. Press a push button and confirm the input changes
  2. Trigger a sensor and confirm the correct input point changes
  3. Turn on one output lamp and confirm the right output responds
  4. Test the emergency stop and confirm the expected safe state
  5. Check any relay, contactor, or motor enable circuit separately

If the panel includes a VFD or servo, test the drive only after the basic PLC inputs and outputs are confirmed.

6. Download a Small Test Program

The first program should be simple.

Good first tests:

  • One input turns on one lamp
  • Start button seals in a run bit
  • Stop button resets the run bit
  • Timer turns on an output after a delay
  • Sensor sequence changes a step indicator

Avoid starting with a full machine sequence on day one. A short test program makes it easier to tell whether the issue is wiring, logic, or device setup.

7. Record What You See

Teachers and students should write down:

  • Which button or sensor was tested
  • Which I/O point responded
  • What the HMI showed
  • Any alarm code or error message
  • What was fixed

This matters later. A short commissioning log saves time when the same kit is reused by a different class or a different instructor.

8. Common First-Startup Mistakes

Mixing up common terminals

A lot of beginner issues come from input commons or output commons being wired incorrectly.

Forgetting the software connection

Sometimes the hardware is fine, but the PLC is not in the right mode or the software is connected to the wrong device.

Skipping the emergency stop check

The emergency stop should be part of the first inspection, not the last one.

Testing too many things at once

If five variables change at once, it becomes hard to identify the fault. Keep the first test simple.

9. A Safe First Session Flow

For a class or lab demo, use this order:

  1. Unbox and verify contents
  2. Inspect wiring and labels
  3. Confirm power rating
  4. Power on base system
  5. Test one input
  6. Test one output
  7. Download a minimal program
  8. Record the result

That is enough for the first session. Once the kit is stable, you can move on to VFD, HMI, alarms, analog signals, and more advanced tasks.

Bottom Line

The first commissioning session should prove that the kit is safe and understandable, not impressive.

If the panel powers up cleanly, the I/O responds correctly, and the manual matches the wiring, you are ready to start teaching. If not, stop early and fix the base issue before moving on.

Frequently Asked Questions

Should I power on the kit before checking the wiring?
No. Always inspect the wiring, terminal screws, and power label first. A quick visual check prevents the most common first-start problems.
What should I test first after power on?
Confirm the power supply, PLC status lights, and HMI boot screen before trying any program download. If the base hardware is not healthy, software troubleshooting is wasted time.
What if an input does not change state?
Check the sensor wiring, common terminal, and input group supply first. Then verify whether the PLC input type matches the device and whether the label on the I/O point is correct.
How can I avoid damaging the kit during the first session?
Use the checklist, keep the emergency stop accessible, avoid changing wiring while powered, and let one person verify each step before moving to the next one.
#commissioning#safety#wiring#setup