Shopping Cart

Your cart is empty.

Your cart is empty.

Taidacent RS485 Serial Port Digital LED Panel Meter TTL Display Module PLC communication MODBUS 3 4 5 6 Digit 7 Segment Display (6 Digit, RS485)

Free shipping on orders over $29.99

$35.98

$ 16 .99 $16.99

In Stock

1.Color:Rs485


2.:4 Digit


  • 1, Shape: 79mm * 43mm * 21.5mm
  • 2, Opening: 76mm * 39.2mm
  • 3, PLC / HMI / Single chip display number / letter
  • 4, 5 ~ 35V brightness adjustable embedded installation
  • 5, Intelligent RS485 digital tube LED display



Product Description

Parameter

Display digits 6 digit
Tube size 0.4 inch
Stroke color Red
Shell size width 80 X height 42mm x depth 25 .5mm
Panel opening size width 78mm x height 40mm
Supply voltage current DC voltage DC 7-36V; recommended 12V or 24V power supply; current 50mA@24V
Interface Terminal model: KF128-4P Pin definition: VCC: positive power supply; GND: negative power supply A/T: RS485 bus AB/R: RS485 bus B; communication interface: non-isolated, 485 bus and GND terminals are common ground serial port baud rate: 1200bps/2400bps/4800bps/9600bps/19200bps/38400bps/57600bps/115200bps (default value 9600bps)
Serial port parameters Baud rate: 1200bps/2400bps/4800bps/9600bps/19200bps/38400bps/57600bps/115200bps (default 9600bps Parameters can be set) Start bit: 1 stop bit: 1 data bit: 8 parity bit: no
Agreement Support ASCII text and Modbus RTU dual-protocol automatic identification without user setting

Communication protocol (ASCII)

Display command (no response from digital tube)
001,1234#: Display 123456; where 001 is the address code of the screen.
001,8.8.8.8.# Displays all 8, the decimal point is all bright
001,12.34# Display 12.34
001,# Do not show
001,002 at Modify the address code of the screen, (default value 0x01) This command changes the address code of the digital tube screen whose address code is 1 to 2; this parameter can be retained after power-off
001,7% Modify the brightness level of the screen (0-7 level); 0 is the darkest, 7 is the brightest; the default value is 7
001,0000! Color management 001,0000! (red) 001,1111! (emerald green) 001,2222! (yellow green) Other colors can also be combined 001,0120! (red, emerald green, yellow-green, red) default value red
001,015-010F Flashing control 015 flashing position 010F flashing time in 100ms unit
Control command (digital tube has a response)
001,01& Serial port response test. Digital tube return: 2 ASCII characters OK. LED display: "YES"
001,02& Query digital tube model. The digital tube returns: the ASCII string of "1842". Digital tube display: "1842
001,04& Query the brightness parameters of the digital tube. The digital tube returns: the ASCII string between "b-0" and "b-7", Digital tube display: "b-0"-"b-7"

Communication protocol (MODBUS-RTU)

Message format:

RS485 address (byte) Function code (byte) Data (N bytes) CRC check2( bytes)

Address: Modbus address of the slave station, one byte. Range, 1-254, 0 and 255 reserved (broadcast address)

Function code: one byte. For example: 0x03, 0x04 read register; 0x06 write a single register; 0x10 means write multiple registers

Data: N bytes, the format is defined according to the function code

CRC check: Modbus CRC check, two bytes.

Display decimal number: PLC send: 01 06 00 00 22 B8 91 18; 01: Station number of the digital tube screen (RS485 address); 06: Function code; 00 00: Display register of the digital tube screen (integer); 22 B8: Display data. 2- bit signed integer, high byte first. 22 B8 means display 8888.

Negative numbers are displayed in complement, FF FF means -1; FF FE means -2; 9118: Two-byte CRC code

The digital tube screen returns: 01 06 00 00 22 B8 91 18

Description: This command needs to be used in conjunction with the following command for setting decimals. The default state of power-on is no decimal point

Set the number of decimal points: PLC send:01 06 00 04 00 01 09 CB

01: Station number of the digital tube screen (RS485 address); 06: Function code; 00 04: Decimal point register of digital tube screen

00 01: The number of decimal points. (Value range: 00 00-00 03) 1 means after the decimal point 1 digit, such as 32.4 00 00 means no decimal point

09 CB: Two-byte CRC code; The digital tube screen returns: 01 06 00 04 00 0109 CB Note: After power on, the PLC host only needs to send this command once. This parameter will be lost when power off. Combined with the above command (00 04 register), the number with decimal point can be displayed.

Modify address code: The PLC sends the code to the screen through 485: 01 06 00 02 00 02 A9 CB. 01: Station number of the digital tube screen (RS485 address); 06: Function code; 00 02: RS485 address register of digital tube screen; 00 02: New address code (00 01-00 FE); A9 CB: Two- byte CRC code; The digital tube screen returns: 01 06 00 02 00 02 A9 CB Note: This parameter will be stored permanently and will not be lost after power off. The default value is 0x01

Modify the baud rate: The PLC sends the code to the screen through 485: 01 06 00 03 00 03 39 CB

01: Station number of the digital tube screen (RS485 address); 06: Function code; 00 03: RS485 address register of digital tube screen; 00 03: New baud rate (00 00-00 07) 01: 1200; 02: 2400; 03: 4800;

04: 9600;05: 19200;06: 38400;07: 57600;08: 115200; 39 CB: Two-byte CRC code

The digital tube screen returns: 01 06 00 03 00 03 39 CB. Note: This parameter will be stored permanently and will not be lost after power off. The default value is 04

6 digit RS485 LED meter

70 registers (Display ASCII): PLC send:01 10 00 70 00 03 06 50 32 2E 30 20 20 C0 00

01: Station number of the digital tube screen (RS485 address); 10: Function code, which means to write multiple registers; 00 70: Display register of digital tube screen (ASCI); 00 03: Number of registers; 06: The number of bytes in the data segment

50 32 2E 30 20 20: ASCII character string. This example shows the ASCII character string "P2.0"

C0 00: Two-byte CRC code, This command will display "P2.0"

The digital tube screen returns: 01 10 00 70 00 03 81 D3 example:

(1)01 10 00 70 00 02 04 2D 2D 2D 2D B0 A3. "---" will be displayed, 2D is the ASCI code of the minus sign

(2)01 10 00 70 00 04 08 38 2E 38 2E 38 2E 38 2E 29 BE. All the strokes of "8.8.8.8." will be displayed; 2E is the ASCII code of the decimal point

80 function code (Custom segment): PLC sends 01 10 00 80 00 02 04 6E 79 6D 00 1A 6E

01: Station number of the digital tube screen (RS485 address); 10: Function code, which means to write multiple registers; 00 80: Display register of digital tube screen (ASCI); 00 02: Number of registers; 04: The number of bytes in the data segment;

6E 79 6D 00: ASCII character string. This example represents the ASCII string "YES";

1A 6E: Two-byte CRC code, This command will display "YES"

The digital tube screen returns: 01 10 00 80 00 02 40 20 example:

(1)0110008000020440404040DFEB, “---" will be displayed, 40 is the segment code of the minus sign

(2)01100080000204FFFFFFFFFA5B, All the strokes of "8.8.8.8." will be displayed; FF is the segment code of the decimal point

RS485 tube meter

Parameter setting (manual)

Function keys: SW2 (Menu, up) SW1 (down)

Press SW2 often to enter the menu interface, press again often, the page is in the normal display, address setting, baud rate setting, parity, power-on default display, brightness setting, save and other menus.

In each function menu, add and subtract parameters through SW2 (up) and SW1 (down) respectively.

Baud rate C1-C8 corresponds to 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200

Power-on default display: "d-0" power-on display 0; "d-A" power-on display local address.

Save: select yes/no with the up and down keys, and long press the "SW2" key again to save the parameters, and the menu will automatically jump to the normal display page.


Chad M.
Reviewed in the United States on June 21, 2022
Bought one of the displays, and had no luck getting any of the 'ascii' commands to display anything. I was able to get a few of the modbus examples to work, but most of them didn't do anything either. Requested help from the vendor, and they verified that "the 6 digit meter does not support ASC form". They included the "full" datasheet for the unit, which show no support for changing the color or the brightness via modbus.There is also something wrong with their implementation of the modbus command for 'displaying floating point numbers". The last digit is always one less than it ought to be. So if you tell it to display 1.2345, it displays 1.2344. Decimal location doesn't matter; 123.45 shows as 123.44So, you're not getting the simple ascii protocol at all, the modbus protocol does not support all the commands they claim, and at least one of the commands the support is buggy.
Recommended Products