
Practical Communication Configuration: DF1 Point to Point and DH-485 Multi Station
The channel 0 (base) and channel 1 (LRP processor only) of MicroLogix 1500 can be independently configured as DF1 full duplex, DF1 half duplex slave, DH-485, Modbus RTU slave, or ASCII. DH-485 and Modbus cannot be used simultaneously.
3.1 DF1 point-to-point connection (programming and debugging)
Default factory communication parameters: 19200 baud rate, no checksum, CRC error detection, no handshake. Use the communication switch button (located inside the processor door, long press for 2 seconds) to temporarily switch channel 0 to the default parameters, and the DCOMM LED will light up at this time. This feature is extremely useful when forgetting to set parameters.
When connecting to a computer, it is strongly recommended to use a 1761-NET-AIC isolator to prevent the RS-232 interface from being burned by the ground loop. If channel 1 (dedicated programming port) of 1764-LRP is used, isolation is not required and can be directly connected with 1761-CBL-PM02 cable.
3.2 DF1 Half Duplex Slave (Multipoint modem network)
When multiple slave stations need to be connected via radio or dial-up modem, use DF1 half duplex protocol. The master station polls each slave station (station address 1-254), and the slave station can only send data when it receives the poll. The manual specifically states that the DH-485 protocol must not be used through a modem.
Parameter considerations:
EOT Suppression: When enabled, the slave station does not respond to polling when there is no message queuing, saving wireless transmission power consumption.
Poll Timeout: The maximum time (in 20ms) that a slave station waits for the master station to poll. If the timeout occurs, the MSG command will report an error.
Pre Transmit Delay: When the control line is set to "no handshake", this delay is used for 1761-NET-AIC to complete transmission and reception switching in half duplex mode and must be set to a non-zero value (typically 1-10ms).
3.3 Key Points for DH-485 Network Construction
DH-485 adopts RS-485 half duplex, token ring structure, with a maximum of 32 nodes and a total length of 1219 meters (which can be extended to 2438 meters if two AIC+cascades are used). Key Practice:
Cable: Belden 3106A or 9842 shielded twisted pair is recommended. Wiring method: Shielding layer connected to terminal 2, Common terminal connected to terminal 3, Data B connected to terminal 4, Data A connected to terminal 5. White/orange represents data B, and orange/white represents data A.
Terminal and grounding: Only terminals 1 and 2 at the end node are short circuited (shielded grounding). Short circuit terminals 5 and 6 of all nodes (with built-in 120 Ω terminal resistors).
Node address: Continuously allocated (1~31), initialized (such as a computer) uses the lowest address to improve token rotation efficiency. The maximum node address parameter should be set to the highest node number in the network to avoid polling non-existent nodes.
Token Hold Factor: 1-4, refers to the maximum number of message frames that can be sent after each token acquisition. Increasing this value can improve throughput, but it will prolong the waiting time of other nodes.
Expanding I/O: Power Calculation and Load Capacity
The MicroLogix 1500 can be expanded through 1769 Compact I/O with up to 16 modules (requiring FRN 6 and later). Key limitations:
Only one 1769 expansion cable can be used to form two I/O groups (Bank0 is directly connected to the controller, and Bank1 is connected through a cable). Each bank must have an independent power supply (Bank0 uses the controller's built-in power supply, Bank1 needs to be equipped with a 1769-PA2/PA4/PB2/PB4 power supply).
System load verification: It is necessary to calculate the current consumption of 5V DC and 24V DC separately, and ensure that it does not exceed the power supply capacity.
Taking a typical configuration as an example: 1764-28BXB base (self consumption has been deducted from the calculation), plus 1769-IA8 (AC input module, consumption 3.30W), 1769-OW8 (relay output, consumption 2.83W), and a 1769-SDN (DeviceNet scanner, 3.8W). Calculation steps:
Check the table to obtain the 5V and 24V current values of each module (from Table 45 in the manual).
Accumulate to obtain the total load.
Comparison power capacity: 1769-PA2 has a maximum 2000mA at 5V and a maximum 800mA at 24V (additional consideration is required for user output of 250mA). If the load exceeds, a larger power supply needs to be replaced or the modules need to be distributed on both sides of the bank (with 5V on each side not exceeding 2A).
Heat dissipation calculation: Base dissipation=20W+0.3 x total system power (W). Ensure that the cabinet has sufficient heat dissipation.
Data Access Tool (DAT) and Fine tuning Potentiometer
DAT (1764-DAT) is an on-site debugging tool that can monitor and modify up to 48 bit components and 48 integer digital components without the need for programming software. common problem:
Err 00 "communication timeout: Due to the program scanning time being too long, SVC instructions can be inserted into the program to force communication to refresh midway.