60-Point Terminal Machine PLC: Specs, Wiring & Programming Guide

In modern manufacturing, terminal machines play a critical role in wire processing and harness assembly. A reliable 60-point terminal machine PLC is the brain behind precise cutting, stripping, and crimping operations. This article dives into the technical specifications, wiring considerations, and programming aspects of a typical 60-point PLC designed for terminal machines, helping engineers and technicians make informed decisions for their automation projects.

Understanding the 60-Point PLC Configuration

A 60-point PLC typically refers to the total number of input and output points. In the models discussed here, the configuration includes 22 digital inputs and 38 digital outputs, summing up to 60 I/O points. These units are powered by a 24V DC supply and offer a compact footprint of 164 x 118 x 20 mm, making them suitable for integration into electrical control panels and terminal machine enclosures.

Two common variants are available, differing mainly in program capacity and high-speed output capabilities:

  • Model F1: 8000 steps program memory, 1000 steps per 1 ms scan time, 8 high-speed outputs (Y0-Y7) with direction outputs (Y10-Y17).
  • Model F4: 16000 steps program memory, 3000 steps per 1 ms scan time, 10 high-speed outputs (Y0-Y7, Y50-Y51) with direction outputs (Y10-Y17, Y52-Y53).

Digital Input and Output Specifications

The digital inputs are 22 points of 24V DC, sinking type (low-level active), labeled X0 to X25. They are designed to interface with sensors, pushbuttons, and limit switches commonly found in terminal machines.

The digital outputs are transistor-based, sourcing 24V DC. The output points Y0 to Y37 provide different current ratings:

  • High-speed outputs (Y0-Y7, and Y50-Y51 on F4 model): maximum 0.2A per point, capable of up to 100 kHz pulse output for stepper or servo drives.
  • Standard outputs (Y20-Y37): maximum 0.5A per point, suitable for solenoids, indicators, and relays.

Wiring note: The common terminal of the external load should be connected to +24V, and the other side of the load connects to the PLC output Y terminal. This is a typical NPN open-collector output configuration.

Analog I/O for Precision Control

Both models include 2 analog inputs and 2 analog outputs with 12-bit resolution. The analog inputs accept 0-10V or 0-20mA signals, ideal for reading sensors like pressure transducers or potentiometers. The analog outputs provide 0-10V, useful for controlling variable speed drives or proportional valves.

Programming instructions: Use RD3A to read analog input values and WR3A to write analog output values. These dedicated instructions simplify integration into ladder logic programs.

Communication Ports and Protocols

The PLC offers multiple communication interfaces for programming, HMI connection, and networking:

  • USB port: For high-speed program download and online monitoring.
  • Black 8-pin port: FX3U protocol, default 9600 or 38400 baud, 7 data bits, even parity, 1 stop bit (depending on model). Hardware interface similar to Delta download port.
  • White RS232 port: Protocol configurable via D8126 register; options include FX3U, Modbus RTU slave, or RS instruction.
  • RS485 port: Protocol configurable via D8120 register; options include FX3U, Modbus RTU slave, or RS instruction.

This flexibility allows the PLC to communicate with various devices such as HMIs, SCADA systems, and other controllers in an industrial automation network.

Internal Memory and Data Registers

The PLC provides a rich set of internal relays, timers, counters, and data registers for program logic:

Element Range Retentive Default
Relays (M) M0-M3071 M500-M1023
Step Points (S) S0-S1023 S500-S999
Timers (T) 100ms: T0-T199; 10ms: T200-T249; 1ms: T250-T383 Accumulative types: T184-T199, T246-T249, T250-T255
Counters (C) 16-bit: C0-C199; 32-bit: C200-C234; High-speed: C235-C255 C100-C199, C220-C234
Data Registers (D) D0-D7999 D200-D7999

High-speed counters support single-phase, two-phase, and frequency multiplication modes, essential for encoder feedback in motion control applications.

Programming Software and Download

The PLC is programmed using ladder logic software compatible with FX3U instruction set. The USB port provides a fast and convenient connection for program download and online debugging. The black 8-pin communication port can also be used for programming with the appropriate cable, following the FX3U protocol.

When designing the electrical control panel, ensure proper grounding and noise immunity measures are taken, especially for high-speed pulse outputs driving stepper or servo motors.

Application in Terminal Machines

A 60-point PLC is well-suited for mid-range terminal machines that require multiple axes of motion, analog tension control, and extensive I/O for sensors and actuators. The high-speed outputs can directly control stepper drives for wire feeding, cutting, and stripping mechanisms. Analog inputs can read tension sensors, while analog outputs adjust motor speeds or pneumatic pressures.

With Modbus RTU support, the PLC can be integrated into larger factory automation systems, exchanging data with HMIs, SCADA, or other controllers. This makes it a versatile choice for electrical control systems in wire processing industries.

Selection Considerations

When choosing between the F1 and F4 models, consider the complexity of your application. The F4 offers double the program memory and faster scan time, along with two additional high-speed outputs, making it suitable for more demanding motion control tasks. Both models share the same physical dimensions and I/O count, simplifying electrical control panel design and retrofitting.

Always refer to the official wiring diagram and programming manual for detailed installation and operation guidelines. Proper electrical control measures, such as fusing and surge protection, should be implemented to ensure reliable operation in industrial environments.

Similar Posts