When building automation enclosures, DMX lighting racks, or PLC I/O panels, binary chart numbers bridge the gap between logical software addressing and physical hardware wiring. A binary chart maps decimal node addresses (like 0-255 for an 8-bit DIP switch) to their binary equivalents (0000 0000 to 1111 1111). But setting the logic is only half the job; the physical control wiring powering those binary-addressed nodes must be sized correctly to prevent voltage drop, thermal failure, and signal degradation.
This reference guide merges logical binary addressing with physical wire ampacity data. Use the first table to determine your base wire size and logic range, then use the subsequent sections to apply environmental derating and select the correct temperature column for your specific installation.
The Master Binary Chart Numbers and Wire Ampacity Table
How to read this table: This chart correlates the binary address range of your digital I/O or relay bank to the minimum required copper conductor size (THHN/THWN-2). The 60°C Column and 75°C Column represent the base ampacity values from NEC Table 310.16. The Derating Multiplier column indicates the baseline before you apply bundling or ambient temperature corrections. Always verify the terminal temperature rating on your specific PLC or relay datasheet before choosing a column.
| Binary Address Range (8-Bit) | Decimal Nodes / Channels | Min Control Wire (AWG) | 60°C Column Ampacity | 75°C Column Ampacity | Max Bundle Size (No Derating) |
|---|---|---|---|---|---|
| 0000 0000 – 0000 0111 | 8 Channels | 14 AWG | 15A | 20A | 3 Conductors |
| 0000 1000 – 0000 1111 | 16 Channels | 12 AWG | 20A | 25A | 3 Conductors |
| 0001 0000 – 0011 1111 | 32 Channels | 10 AWG | 30A | 35A | 3 Conductors |
| 0100 0000 – 1111 1111 | 192 Channels | 8 AWG | 40A | 50A | 3 Conductors |
Which Column Applies and How Derating Modifies the Base Value
The most common mistake panel builders make is blindly using the 75°C column because THHN wire is rated for 90°C. The NEC requires you to use the temperature column that matches the lowest rated terminal in your circuit.
Which Column Applies to Your Installation?
- Use the 60°C Column if: You are terminating into older legacy equipment, specific UL508A listed panels with 60°C rated terminal blocks, or if the equipment manufacturer explicitly states a 60°C maximum termination temperature. Most binary-coded decimal (BCD) thumbwheel switches and older optoisolators fall into this category.
- Use the 75°C Column if: You are using modern PLCs (like Allen-Bradley CompactLogix or Siemens S7-1200), modern solid-state relays, and standard 75°C rated lugs. This is the default for 90% of new industrial control panel builds.
How Derating Rows Modify the Base Value
Base ampacity assumes exactly three current-carrying conductors in a raceway at an ambient temperature of 30°C (86°F). In a real control panel, you are often routing dozens of binary control wires through a single Panduit wire duct. When you exceed three current-carrying conductors, you must apply NEC 310.15(C)(1) derating factors.
| Current-Carrying Conductors in Duct | Derating Multiplier | Example: 14 AWG @ 75°C (Base 20A) |
|---|---|---|
| 4 – 6 Conductors | 80% | 16A Final Ampacity |
| 7 – 9 Conductors | 70% | 14A Final Ampacity |
| 10 – 20 Conductors | 50% | 10A Final Ampacity |
| 21 – 30 Conductors | 40% | 8A Final Ampacity |
Worked Example: You are wiring a 16-channel relay bank (binary addresses 0000 1000 to 0000 1111). You route 12 individual control wires plus 2 power wires through a single wire duct (14 total current-carrying conductors). Looking at Table 1, your base wire is 12 AWG (25A at 75°C). Looking at Table 2, 14 conductors require a 50% derating multiplier. Your final allowable ampacity drops to 12.5A. If your relay coils draw 1.5A each, you are safe. If they are high-inrush contactor coils drawing 8A each, you must increase your wire size to 10 AWG to compensate for the derating.
What the Table Cannot Tell You (Edge Cases and Field Reality)
Ampacity tables only solve for thermal heating. They do not account for signal integrity, high-frequency degradation, or voltage drop over long distances. When working with binary chart numbers for communication protocols, you must consider the following physical limitations:
1. Capacitance and Signal Degradation on Data Buses
If your binary addresses are being transmitted over an RS-485 bus (like DMX512 or DALI), using 14 AWG THHN for the data lines will destroy your signal. Standard THHN has a high picofarad-per-foot (pF/ft) capacitance. Over a 200-foot run, this capacitance acts as a low-pass filter, rounding off the sharp square-wave edges of your binary data and causing communication dropouts. The fix: Use 24 AWG twisted pair with a shield and low capacitance (e.g., Belden 9841, rated at ~12.5 pF/ft) for the data lines, and reserve the 14 AWG THHN strictly for the 24VDC power distribution.
2. Voltage Drop on Long 24VDC Runs
A 14 AWG wire might have an ampacity of 20A, but if you are pushing 10A over 150 feet to a remote I/O block, the voltage drop will be severe. Using the standard DC voltage drop formula (VD = 2 × L × I × R / 1000), 14 AWG copper (1.24 ohms/kft) carrying 10A over 150 feet results in a 3.72V drop. On a 24VDC system, that leaves only 20.28V at the load, which may cause modern microcontroller-based I/O nodes to brownout and reset. Always calculate voltage drop for runs over 50 feet, and bump the wire size to 10 AWG or 8 AWG if the drop exceeds 3%.
3. Class 1 vs. Class 2 Circuit Separation
NEC Article 725 strictly governs the separation of power and signal wiring. You cannot route your 120VAC coil power (Class 1) in the same wire duct as your 24VDC binary logic signals (Class 2) without a physical barrier. The ampacity table won't warn you if you're violating code by mixing voltage classes in a single Panduit duct.
Quick-Jump Bookmark Guide for Common Binary Setups
Keep this quick-reference list handy when configuring hardware addresses on the bench. These are the most common binary chart number implementations in modern electrical and automation work:
- DMX512 Lighting (9-Bit Framing): While DMX uses 512 channels (decimal 1-512), the physical DIP switches on the fixture are usually 9-bit binary. Switch 9 is often reserved for "Test Mode" or "Custom Personality." To set address 135, convert to binary:
010000111. Set switches 8, 3, 2, and 1 to ON. - 8-Bit Relay Banks (0-255): Standard industrial 8-channel relay modules use straight binary. Address 0 is
0000 0000(all OFF). Address 255 is1111 1111(all ON). Remember that many manufacturers use "Binary 0" as the starting address, meaning a switch setting of0000 0001(Decimal 1) actually addresses the second channel in a 0-indexed software array. - BCD Thumbwheel Switches: Binary-Coded Decimal is common on legacy motor starters and VFDs. Instead of pure binary, each decimal digit (0-9) is represented by a 4-bit binary nibble. A two-digit thumbwheel switch showing "47" outputs
0100(for 4) and0111(for 7). Never wire a BCD switch as a pure binary input to a PLC without configuring the software to decode the BCD format first, or your addresses will map incorrectly above decimal 9. - ESP32 / Arduino GPIO Limitations: When mapping binary addresses directly to microcontroller pins, remember that not all GPIOs are equal. On the standard ESP32-WROOM-32, GPIOs 6 through 11 are connected to the integrated SPI flash and must not be used for binary I/O addressing. Stick to GPIOs 16, 17, 18, 19, 21, 22, 23, 25, 26, 27, 32, and 33 for reliable hardware binary inputs.






