Program Tool 3.7 | Xinje Plc
Create a custom list of specific D-registers and M-markers to observe their changing values side-by-side during active machine cycles.
Xinje PLC Tool 3.7 uses , a visual language that mimics physical electrical circuits, making it accessible for those familiar with traditional relay systems. Key Programming Blocks:
: Physical digital outputs (e.g., Y0, Y1).
Version 3.7 is widely used for several Xinje series, including: XD/XL Series
Complete Guide to Xinje PLC Program Tool 3.7: Download, Setup, and Features Xinje Plc Program Tool 3.7
: Offers multi-level password protection for intellectual property.
: Retrieves existing code from a PLC to your computer for backup or editing. Real-time Monitoring
Xinje PLCs are highly popular in industrial automation due to their cost-effectiveness and robust feature set. Version 3.7 brings crucial updates that improve developer workflow, expand hardware compatibility, and streamline ladder logic creation.
Maintain a strict project version history (e.g., Project_V3.7_20261104_Rev1 ). Always back up working logic before attempting online runtime updates on active production lines. Create a custom list of specific D-registers and
Ensure the PLC is powered on and the status LEDs indicate normal operation.
Let's walk through a fundamental automation task: creating a latched motor-start circuit with an overload fault input. 1. Defining the Address Mapping Xinje uses standard prefix notations for addressing memory: X : Physical Inputs (e.g., Buttons, Sensors) Y : Physical Outputs (e.g., Contactors, Indicator Lamps) M : Internal Relay/Marker bits (for volatile memory logic) D : Data Registers (for storing integers and timers) Device Tag Device Address Description Start_PB X0 Normally Open Contact Stop Button Stop_PB X1 Normally Closed Contact Overload Fault OL_Trip X2 Fault Sensor Contact Motor Contactor Motor_Run Y0 Output Coil 2. Writing the Ladder Logic
: Located at the top or side. Contains quick-access shortcuts for normally open (NO) contacts, normally closed (NC) contacts, timers, and counters.
Below is a comprehensive guide to understanding, installing, and utilizing this powerful automation tool. 🛠️ Key Features of Version 3.7 Version 3
Unzip the archive and right-click Setup.exe , selecting Run as Administrator .
: Located on the left. Manages expansion modules, I/O mapping, and subroutines.
The "Deep" value of the 3.7 environment is most visible in its diagnostic layer. Testing code without physical hardware is a necessity in modern development.
: Simplifies serial and Ethernet communication setups. System Requirements