DigitalTech Technical Support, Diagrams & Documentation
Professional engineering guidelines, hardware wiring specifications, and software configuration steps for the DT_Bus automation ecosystem.
Section 1: Hardware Wiring Diagrams & Installation Guidelines
Official DT_Bus Implementation & Cable Specifications
• Communication Cable Requirements: For the main communication line, you must use a shielded twisted pair with a characteristic impedance of 100 Ω ± 20% and a wire gauge of 26–20 AWG.
• Bus Termination Rule: To eliminate signal reflections, you must install a 100 Ω terminator strictly at the very end of the communication line.
• Power Cable Selection: For the main power distribution line, use a 30–12 AWG acoustic cable.
• Ground Voltage Drop Limit: A voltage drop of more than 2V on the ground wire (GND) is strictly prohibited. Distributed modules can be powered by local 5–12V power supplies in strict compliance with this ground voltage threshold.
• Terminal Block Wire Ranges: Ensure all connected wires strictly match the permitted gauge ranges of the plug-in terminal blocks: Power rails (+12V, GND) accept 30–12 AWG; Power Outputs (OUTn, +12V) accept 30–16 AWG; Inputs (INn, GND) and Communication lines (A, GND, B) accept 26–20 AWG; Extended power lines accept 22–16 AWG.
Inductive Surge Suppression & External Flyback Diode Installation
If the wire length connecting an electromagnetic lock, heavy-duty relay, or solenoid to the DT_ExtV2 module exceeds 2 meters (6.5 feet), installing an external freewheeling diode directly across the load terminals is highly recommended to safely clamp high-energy inductive voltage spikes.
How to install: Connect the diode in parallel with your inductive load. The Cathode (indicated by the silver or white stripe on the diode body) must be wired directly to the positive power line (+12V), and the Anode (the side without the stripe) must be wired to the negative control line (OUTx).
Recommended Diode Types:
• 1N5819 (1A, 40V): Standard through-hole Schottky diode for regular relays and light low-voltage latches.
• 1N5822 (3A, 40V): Heavy-duty Schottky diode recommended for professional magnetic locks with holding forces above 200 kg.
Hardware Noise Filtering for Long Sensor Lines
When utilizing long cable runs to connect external switches, limit switches, reed sensors (magnetic contacts), or resistive light sensors, high-frequency electromagnetic interference (EMI) may cause false input triggers. To mitigate this noise and stabilize data acquisition, install a 1µF leaded ceramic capacitor directly across the physical contacts of the sensor or switch.
Enclosure Mounting & Environmental Constraints
Every module is designed to be mounted on a standard 35mm DIN rail (EN 50022) inside a closed automation box or electrical cabinet. To maintain the mechanical strength and structural rigidity of the specialized self-extinguishing, fire-retardant enclosure (UL94 V-0), the ambient operating temperature inside the cabinet must be maintained strictly between -10°C and +50°C (+14°F to +122°F). Ensure your cabinet layout never blocks the four built-in ventilation holes to allow proper air exchange and prevent internal condensation.
Section 2: DT_MCS Software Setup & Debugging Manual
Initial Software Environment Setup
• Driver Deployment: Connect the DT_USB interface controller to your computer via the mini-USB port. To complete the system configuration, select the folder named [DriverS] located directly within the application directory to install the virtual COM port (VCP) driver.
• Enabling Direct Script Editing: By default, the main text window of the DT_script interpreter can be locked. To enable editing and writing changes directly inside the program during live system debugging, locate the configuration file DT_MCS.ini and set the parameter ReadOnly = 0 under the [Scripts] section.
• Interface Maximization Tip: To facilitate rapid code changes and hide the 2D visualization panel during your engineering setup, simply double-click directly on the visualization board interface.