WindLDR Installation, Setup, and First Connection to IDEC FC6A PLC
Key Takeaway
A step-by-step guide to installing WindLDR via the IDEC Automation Organizer suite, creating your first project for the FC6A MicroSmart PLC, and establishing a verified connection over USB, serial, or Ethernet — including version discovery and a minimal smoke-test program.
Overview
This guide walks through installing WindLDR (distributed as part of the IDEC Automation Organizer suite), creating a project, selecting the correct PLC family, and establishing first communications to an FC6A CPU over USB, serial, or Ethernet. Every step emphasizes repeatable, auditable procedures — driver verification, IP hygiene, and known-good PLC status checks — so the connection is trustworthy before any real program work begins.
Prerequisites
- A Windows PC meeting IDEC's current Automation Organizer requirements (Windows 11 or 10; Windows-only; IDEC states "no support for virtual environment").
- Access to IDEC's Software Download Center / Automation Organizer Suite package.
- Physical access to the FC6A CPU (or panel) and at least one supported
maintenance-communication path:
- USB — FC6A USB 2.0 Mini-B connector with the recommended USB maintenance cable.
- Serial Port 1 — RS-232 maintenance cable (the communication manual provides example cable part numbers).
- Ethernet Port 1 — Cat 5 STP LAN cable per the manual's specifications.
- An understanding that some Ethernet configuration (notably the "maintenance communication server" settings) is done in WindLDR's Function Area Settings and may require a download step before it becomes active on the PLC.
- Safety readiness: you must be able to place the machine in a safe state before downloading, forcing I/O, or monitoring/changing device values. The IDEC manuals repeatedly emphasize external failsafes and safe start/stop practices.
Step 1 — Installation and Environment Hardening
- Download the Automation Organizer installer from IDEC's "Downloads and Updates" area and record the displayed suite version numbers for traceability.
- Verify system requirements. Current requirements state Windows 11/10 and explicitly say the software is Windows-only. IDEC also states "no support for virtual environment." Include this prominently in your project documentation if your team commonly uses VMs.
- Run the installer with appropriate privileges consistent with your organization's endpoint controls (IDEC requirements mention specific Windows user-account-control guidance).
- After install, launch WindLDR and create a baseline environment note in your project readme: OS version, Automation Organizer suite version, WindLDR version, and date.
Step 2 — Project Creation and PLC Selection
- Create a new project and select the PLC series and CPU model consistent with the deployed hardware. Because the target firmware/system-software version is unspecified at this stage, include a later verification step to confirm the model and system software version from the live PLC.
- Write a minimal "smoke-test" ladder program — for example, a single rung
that drives a non-critical internal relay (
Mdevice) based on an input (Idevice). This avoids touching outputs until you confirm safe conditions and I/O mapping.
Step 3 — Physical Connection and First Online Session
Choose your connection path and document the decision:
Option A — USB Maintenance Connection
- Connect the PC and PLC using the USB maintenance cable. The FC6A communication manual depicts the USB 2.0 Mini-B connector and names the recommended cable.
- Use WindLDR's online/transfer workflow to connect, then read PLC status (CPU type, system software version).
Option B — Serial Port 1 Maintenance Connection
- Cable the PC to FC6A Serial Port 1. The manual includes an example communication cable and lists supported maintenance functions (download, upload, monitor/change devices, run-time download, and system software download depending on model/port).
- Match serial parameters in WindLDR to the PLC port configuration (document the exact baud rate, parity, and stop bits).
Option C — Ethernet Port 1 Maintenance Connection
- Configure the "maintenance communication server" settings in WindLDR and set parameters as shown in the manual's Ethernet maintenance procedure.
- Use Online > Monitor > Batch and confirm the
configured IP address is reflected in special data registers
D8330–D8333. Treat this as your first-pass validation. - Open Online > PLC > Status and verify the module type and system software version display correctly.
Step 4 — Confirming Version and Identity
- Record the PLC system software version using one of
these authoritative paths:
- WindLDR PLC status dialog (shown in the communication manual workflow).
- Special data register
D8029("System Software Version").
- Capture an identity snapshot (screenshot or PDF export)
including: CPU module type (
D8002) and system software version (D8029).
Step 5 — First Download and Monitor Cycle
- Download the minimal smoke-test program and immediately verify:
- The PLC stays in the intended mode (RUN/STOP) and the machine remains safe.
- You can monitor internal relays and (if safe) verify one non-critical output under controlled conditions.
Connection Workflow
flowchart TD
A[Download Automation Organizer / WindLDR] --> B[Install + record versions]
B --> C[Create project + select FC6A CPU]
C --> D{Connection method?}
D --> E[USB maintenance]
D --> F[Serial Port 1 maintenance]
D --> G[Ethernet Port 1 maintenance]
G --> H[Configure maintenance server + IP params]
H --> I[Batch monitor: verify IP in D8330-D8333]
E --> J[Online > PLC Status]
F --> J
I --> J
J --> K[Record CPU type + system SW version]
K --> L[Download smoke-test program]
L --> M[Monitor devices + validate safe behavior]
Minimal Smoke-Test Program
Goal: confirm scan execution without energizing real actuators.
// Rung 1: Mirror a physical input into an internal relay.
// Use a known safe input point (e.g., a panel test switch).
I0 ----[ ]--------------------( )---- M0000
// I0 address range depends on CPU type and wiring; verify with your I/O map.
Device addressing conventions (I for inputs, Q for
outputs, M for internal relays) and valid ranges are defined in
the FC6A user manual device tables.
Key Device Address Ranges
| Device Type | Typical Use | Range / Notes |
|---|---|---|
| Inputs (I) | Physical inputs | Ranges vary by CPU type and expansion; least significant digit is octal (0–7). |
| Outputs (Q) | Physical outputs | Ranges vary by CPU type and expansion; least significant digit is octal (0–7). |
| Internal Relays (M) | Bit memory / logic flags | M0–M7997; M8000–M9997; M10000–M21247. |
| Timers (T) | Timer bits/values | T0–T1999. |
| Counters (C) | Counter bits/values | C0–C511. |
| Data Registers (D) | Word/dword storage | D0000–D7999 (user); D8000–D8899 (special/system). |
| Index Registers (P) | Script/macro arguments | P0–P15; 2-word registers with limited use contexts. |
Quick Checklist
- Confirm PC meets IDEC requirements (Windows 11/10; no VM support).
- Record Automation Organizer suite + WindLDR version from IDEC's download center.
- Choose USB, serial, or Ethernet and document your decision.
- Verify identity: CPU type (
D8002) and system software version (D8029) before writing version-specific documentation. - Run a non-actuating smoke test first (internal relay only), then move to real outputs only after a safety review.
Frequently Asked Questions
WindLDR is distributed as part of IDEC's Automation Organizer suite and requires Windows 11 or Windows 10. It is Windows-only software — IDEC explicitly states there is no support for virtual environments.
Install WindLDR via the Automation Organizer suite, create a project selecting the correct FC6A CPU model, then connect over USB (Mini-B), Serial Port 1, or Ethernet Port 1. Use Online > PLC > Status to verify the CPU type and system software version before downloading any program.
The FC6A supports three maintenance connection paths: USB 2.0 Mini-B, RS-232 Serial Port 1, and Ethernet Port 1. Each supports program download/upload, device monitoring, and run-time download. Ethernet requires configuring the maintenance communication server in WindLDR's Function Area Settings first.
You can read the system software version from the WindLDR PLC Status dialog (Online > PLC > Status) or by reading special data register D8029 directly. The CPU module type is available in special data register D8002.
No. IDEC's current system requirements explicitly state 'no support for virtual environment.' WindLDR should be installed on a physical Windows 11 or Windows 10 machine to ensure reliable operation and communication with the PLC hardware.