Q: Why does the device use RS485 serial communication?
A: RS485 Ethernet converter can be connected to a computer and dropped multiple times in multiple places in a network style configuration. Devices can be up to 4,000 feet (1,220 meters) away and up to 32 nodes (devices) can be connected before a repeater is required. Repeaters can be used to connect more nodes up to the addressable limit of the equipment used (typically 256).
Q: How do I connect a computer to an RS485 device?
A: You can use an RS232 to RS485 Ethernet converter or a USB to RS485 Ethernet converter, or install an RS485 interface card in your computer. A PCI bus, PCMCIA/CardBus, or ISA bus card may be used.
You need to know how many wires are used on the RS485 port of the device you need to connect. The data (A) and data (B) lines and ground are "2-wire" 485 connections, if there are more connections and they are labeled TD (A) and TD (B) and RD (A), RD (B)) and ground, you need a "4-wire" converter.
Q: What should I look for in an RS485 Ethernet converter to work with Windows?
A: It is recommended to use a converter or interface card with automatic send data control in Windows and other multitasking operating systems. This is important for half-duplex 2-wire operation. Otherwise, data may be lost. If you program with Visual Basic, sending data controls automatically can simplify your life. (Refer to B & B Electronics Technical Library for send data and RTS control illustrations)
Q: What type of connector is used for RS485?
A: The RS485 standard does not specify the type of connector or pinout. The RS485 connector can be DB9, DB25, terminal block, RJ11, RJ45 or one of the circular DIN connectors.
Q: What is the maximum connection distance for RS485 devices?
A: RS485 without repeaters has a maximum distance of 4000 feet (1220 meters) and a baud rate of up to 90Kbps. Add an RS485 Ethernet converter or optically isolated repeater every 4000 feet to extend that distance.
Q: Can I increase the RS485 signal to add more nodes or distances?
A: Not exactly. You can repeat and refresh the signal periodically along the cable, but don't push it above spec. B & B offers different flavors of RS485 Ethernet converters/boosters such as 485OP or 485OPDR that let you add another 32 nodes (or 4000 feet) to your RS485 network.
Q : Why do I need an RS485 Ethernet converter? With more than 32 nodes/devices?
A: The input impedance of a standard RS485 node is rated at 12K ohms. A standard RS485 transmitter cannot drive more than 32 devices and a pair of 120 ohm termination resistors. Another 32 nodes can be connected by simply adding an isolated repeater.
Q: How many RS485 devices can be installed on a network?
A: Each 485 device must have a unique address. This typically allows up to 256 nodes.
Q: What software protocol is specified for RS485?
A: The EIA standard does not specify the software protocol, and the RS485 standard only defines the electrical interface. It is basically an extension of the RS-422 standard to handle multidrop with many slave devices that can share the same wire pair for transmit and/or receive. Some devices do not require a specific protocol, just a software command with the correct address byte or bytes at the correct command location. Many popular protocols use RS485 as their physical layer.
Q: Where do I use the RS485 network?
A: Any place where you need to install multiple devices in different locations and where the device has a built-in RS485 port or can accommodate RS485 addressability. RS485 has been used in many factory environments to collect data and control addressable motor drives, cameras, PLCs, clocks, bar code scanners for process control and other factory equipment.
Q: What does an RS485 network consist of?
A: At least one master device with RS485 interface, such as computer, embedded controller, RTU or PLC and at least one RS485 slave device. Additional RS485 devices can be added to extend the network and functionality.
Q: How to use RS232 device to make RS485 network?
A1: If the RS232 device is addressable (responds only to commands with unique bytes or byte sequences) and uses only receive, transmit, and ground connections, a standard 4-wire 485 converter can be used on each device. The master device will use a standard converter or interface.
A2: If the RS232 device is not addressable, you can use a 485 addressable RS485 to RS232 converter, such as 485DSS. Up to 256 devices can be added to the network using repeaters.
Q: What are the benefits of using RS485 for data acquisition compared to RS232?
A: Noise immunity. RS485 is less susceptible to spurious EMI/RFI "noise" than other serial protocols due to its differential signaling. In addition, one serial port can communicate with multiple devices from several feet to thousands of feet away. No additional serial port is required. Optically isolated converters can be used to protect computers from voltage and ground loops of connected equipment.
Q: I am interested in programming software for RS485 control. Do you have an example of Visual Basic?
A: There are VB source code demos to access our 485SDD16 and 485SDA12 data acquisition modules. The command code is similar to the RS232 version, 232SDD16 and 232SDA12, except for the additional RS485 functionality of the module. Note: We used a converter with automatic send data control in these 485 demos.
Q: What is the difference between RS422 and RS485?
A: An RS-422 device is not a tri-state transmitter, but an RS485 device. With RS-422, two units cannot connect to one receiver because when one device tries to "talk," the other tries to hold the lines in one state and the other tries to switch them high/low. RS-422 is always full duplex (if the device is not listening only), RS485 can be full (4-wire mode)Or half-duplex (2-wire mode). RS-422 devices can have more signals for handshaking (RTS/CTS and DTR/DSR). RS485 will never have more than 2 signals, receive and send.