- Home
-
All Categories
- Clothing, Shoes & Jewelry
- Baby
- Kitchen & Dining
- Tools & Home Improvement
- Automotive
- Arts, Crafts & Sewing
- Home & Kitchen
- Sports & Outdoors
- Office Products
- Electronics
- Industrial & Scientific
- Computers & Accessories
- Toys & Games
- Patio, Lawn & Garden
- Pet Supplies
- Grocery & Gourmet Food
- Musical Instruments
- Camera & Photo Products
- Appliances
- Sports Collectibles
- Cell Phones & Accessories
- Video Games
- Health & Household
- Beauty & Personal Care
- Software
- Payment
- About Us
- FAQ
- Privacy Notice
- Shipping & Returns
- Contact Us
Your cart is empty.
Your cart is empty.- Home /
- Industrial & Scientific
- Food Service Equipment & Supplies
- Lab & Scientific Products
- Raw Materials
- Professional Medical Supplies
- Fasteners
- Hydraulics, Pneumatics & Plumbing
- Test, Measure & Inspect
- Industrial Electrical
- Power Transmission Products
- Material Handling Products
- Filtration
- Janitorial & Sanitation Supplies
- Occupational Health & Safety Products
- Abrasive & Finishing Products
- Cutting Tools
- Commercial Door Products
- Adhesives, Sealants & Lubricants
- Industrial Hardware
- Retail Store Fixtures & Equipment
- Professional Dental Supplies
- Robotics
- Science Education
- Additive Manufacturing Products
- Packaging & Shipping Supplies
- Digital Signage
- Power & Hand Tools
/
- Industrial Electrical /
- Optoelectronic Products /
- Optoelectronic Displays /
- Led Segment Displays
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

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

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.
$3.00 $3.00
$ 0 .99 $0.99
$5.60 $5.60
$ 1 .99 $1.99
$5.21 $5.21
$ 1 .99 $1.99
$10.00 $10.00
$ 4 .99 $4.99