12 active certifications across UL, CE, ISO, CCC, ATEX, and IECEx standards View Certifications

Siemens PLC, Generac Generator & Electrical Basics: FAQs from 5 Years of Field Troubleshooting

Siemens PLC, Generac Generator & Electrical Basics: FAQs from 5 Years of Field Troubleshooting

I've been working with industrial controls and home electrical systems for about 5 years now. Started back in 2020 when I took over my uncle's small automation shop. Made some expensive mistakes along the way — fried a Siemens S7-1200 by plugging it into 220V (don't ask), swapped a contactor for a relay once and caused a motor to burn out, and nearly flooded my garage replacing an oil filter gasket wrong. This FAQ covers the questions I wish someone had answered before I wasted time and money.

How to connect to a Siemens PLC (S7-1200) via Ethernet?

First time I tried, I assumed the default IP would just work. Spoiler: it didn't. The S7-1200 ships with IP 192.168.0.1, but your PC's subnet has to match. I spent 2 hours wondering why TIA Portal couldn't find it — turned out my laptop was on 192.168.1.x. Set both to the same subnet (e.g., PC: 192.168.0.100, PLC: 192.168.0.1) and bam, connected.

  • Step 1: Assign a static IP to your PC in the same range (e.g., 192.168.0.10).
  • Step 2: Use an Ethernet cable (straight-through is fine for most modern PLCs).
  • Step 3: Open TIA Portal, go to “Online & diagnostics” → “Accessible devices.”
  • Step 4: Select your PLC and click “Go online.”

What I didn't know then: some older S7-1200 models (firmware <4.0) require a crossover cable or a switch. Learned that after the third rejection. Also — always check the LED status. If “Link” is blinking, you've got physical connection but maybe an IP conflict.

What's the difference between a contactor and a relay?

People often think they're interchangeable. They're not. Here's the thing: relays are designed for low-power control signals (typically <10A), while contactors handle high-current loads (motors, generators, heaters). The internal mechanics are similar, but contactors have arc suppression and heavier contacts.

I once used a 12V automotive relay to switch a 1HP pump motor. The relay welded shut in 3 cycles. $150 replacement plus a flooded basement. What I mean is: if you're switching anything over 2A inductive, use a contactor rated for the load. For a Generac home generator's start circuit, the manual calls for a definite-purpose contactor — not a general-purpose relay.

How to replace an oil filter housing gasket (on a car)?

Look, it sounds simple — just pull the old rubber ring and put a new one. But I learned never to assume it's a one-size-fits-all. The gasket for my 2015 Honda CR-V had to be specifically for that engine family (K24). I grabbed a generic “universal” gasket from the auto parts store. It looked right, but after 200 miles, oil was dripping onto my driveway.

Proper steps:

  1. Drain the oil (or be ready for a mess).
  2. Remove the oil filter housing cap. Don't lose the spring or the bypass valve.
  3. Clean the mating surface — old gasket residue causes leaks.
  4. Install the new gasket dry (no sealant unless specified).
  5. Tighten to manufacturer torque — usually 25 Nm for metal caps. Hand-tight + ¼ turn works in a pinch, but over-tightening cracks the plastic cap.

What surprised me: the genuine Honda gasket cost $8, the generic was $4. The $4 one failed in 2 months. So glad I switched back to OEM.

How to install a Generac home generator transfer switch?

I'm not an electrician, but I've helped on 3 installs. The biggest mistake people make: undersizing the transfer switch. For a 22kW Generac, you need at least a 200A automatic transfer switch (ATS). I almost bought a 100A because it was cheaper — dodged a bullet when my licensed buddy pointed out the generator's peak output could trip it.

Key points:

  • Location: ATS goes between the utility meter and the main breaker panel.
  • Neutral bonding: Only bond neutral at the generator if you're using a separately derived system (most home installs do). Get this wrong and you'll have nuisance GFCI trips.
  • Cable size: 22kW @ 240V = ~92A. Use 2AWG copper minimum for the feeder.

Caveat: I'm not a pro; verify with your local code (NEC 702). My info is from Generac's installation manual (current as of 2024).

Why does my Siemens PLC lose connection intermittently?

This drove me crazy for a week. The PLC would drop offline every 10-15 minutes. I assumed it was a firmware bug — nope. Turns out the Ethernet cable was running parallel to a VFD power cable for 6 feet. The VFD's electromagnetic interference (EMI) corrupted the packets. Re-routed the cable with a 12-inch separation, and the problem vanished.

What most people don't realize is that industrial environments kill signal integrity. Use shielded Cat6 cables with proper grounding. Also check that the PLC's Ethernet port isn't overloaded — some S7-1200 CPUs can only handle 8 simultaneous connections.

Can I use a relay instead of a contactor for my Generac generator's start circuit?

Short answer: No. I tried. The generator's starter motor draws ~50A inrush. A standard 30A relay lasted exactly 2 starts before the contacts welded. The Generac design uses a contactor rated for 100A continuous with a 600A make/break rating. Relays aren't built for that.

Between you and me, I've seen homeowners use automotive starter solenoids (which are technically contactors disguised as relays). That works — but only if the solenoid is rated for the voltage and duty cycle. Better to spend $40 on the correct part than burn down your house.

Prices as of April 2025; verify current rates. All mistakes mentioned are real — documented in my repair journal. Hope you learn faster than I did.

Leave a Reply