Send

Food Packaging Bag

Gift Box & Bag

Industrial Packaging Bag

Logistics Packaging

Machinery for Packaging Supplies

Non Woven Bag

Other Bags & Cases

Package & Conveyance

Package & Printing Service

Packaging Bags

Packaging Materials

Packing Bottle

Packing Machinery

Post-Press Equipment

Pre-Press Equipment

Printing Machinery

Printing Materials

Shopping Bags

Specialized Case & Box

Stencil

Tag & Sign

Tag Gun

Tool Packaging

Watch Box

IPDBChina IndustryInstruments & Meters



China, Chinese The Same Online Micro Vibration Viscometer as Weisi Chuangke1 Industrial Products Supplier Manufacturer Details, price list catalog:

China Industrial Products Supplier Manufacturer List Catalog
« Previous Next »

Physical Measuring MeterViscometerDensity MeterLine Micro Vibration ViscometerWeisi Chuangke Same Style

Kexiang Automation (Shandong) Co., Ltd.

Preview:

Product Description RFND-50 online micro vibration viscometer parametersViscosity range:0-10mpa. s0-500mpa. s0-1000mpa. s0-5000mpa. s0-10000mpa. s0-100000 mpa. s0-1000000 mpa. s, etcAccuracy: ± 0.5%Temperature measurement range: 0-500 oCTemperature accuracy: 0.2%Sensor pressure range:<25Mpa customizedSensor temperature resistance range<500 oCSignal response time: 2sMaterial: 316 stainless steel (standard);Optional other materials: 2507, C276, etcProcessing standard: high mirror surfaceGatiflolone acid and alkali resistant coatingEnvironmental level: IP68Power supply: 24V DCOutput: Viscosity 4-20 mADCTemperature 4-20 mADCModbus RTU protocol 485 interfaceProtection level: IP67Explosion proof standard: ExdIIBT4Calibration: Standard sample solutionViscosity unit: 9 options availableConnection: flange, threaded connection, user selectableFlange standard: HG20592, etc product type 1. RFND-50A online micro vibration viscometer - small range viscosity online viscometer, with a range of 0~50~100mpa. s Mainly used in solvent field, light oil, alcohol, cleaning fluid, low viscosity silicone oil, oil, lotion, fracturing fluid, low viscosity polymer, starch glue, milk drinks2. RFND-50B online micro vibration viscometer - medium range viscosity online viscometer, with a range of 0-100 to 5000mpa. sThe viscosity application in this area is the most extensive, covering various fields, including silicone oil, resin, optical fiber, ink, plastic, asphalt, lubricating oil, and fine chemicals in various viscosity ranges.3. RFND-50G online micro vibration viscometer - Large range viscosity online viscometer, with a range of 0-5 to 50-5000pa. sApplied to high viscosity silicone oil, silicone grease, polyamine resin, hot melt adhesiveAppearance4. RFND-50G2 online micro vibration viscometer - High range viscosity online viscometer, with a range of 0-500 to 10000pa. sApplied to high viscosity silicone oil, silicone grease, resin, hot melt adhesive5. RFND-50Y medium length online micro vibration viscometer, with a range of 0--10~10000000 mpa. sUsed for measuring the full range viscosity of the medium temperature at insertion L=500-2000mm.6. RFND-50M online micro vibration viscometer for ships, with a range of 0-50 to 100mpa. sThe online viscometer developed for ships can also be applied to devices with viscosity ranging from 0 to 3000mpa. s and relatively small installation positions.Standard MODBUS-RTU communication protocol1, Overview:This protocol complies with the MODBUS communication protocol and adopts the subset RTU mode in the MODBUS protocol. RS485 half duplex working mode2, Serial data format:The serial port baud rate is 9600bps, without verification, with 8 data bits and 1 stop bit3, Communication format:Signed integer output:1. Format of sending read command:addressfunctioncodeData Start(H)Data Start(L)Number of data(H)Number of data(L)CRC16(L)CRC16(H)0X010X030X000X000X000X010X840X0A2. Return read data format: ExampleaddressfunctioncodeLength data (H)data(L)CRC16(L)CRC16(H)0X010X030X020X000X010X790X84Example of Writing Command Format (06 Function Code)addressfunctioncodeData Start(H)Data Start(H)Data  (H)Data  (L)CRC16(L)CRC16(H)0X010X060X000X000X000X020X080X0BReturn read data format: ExampleaddressfunctioncodeData Start(H)Data Start(H)Data  (H)Data  (L)CRC16(L)CRC16(H)0X010X060X000X000X000X020X080X0BRegister address and data description (for user use)Note: The starting address for modbus communication is set to 1.ModbusaddressNumber of databytedata typeillustratenotes4002124FloatViscosity valueDouble word processing, 2 consecutive words processing4002324FloatTemperature value4002524FloatViscosity mA value4002624FloatTemperature mA valueNote: If there is garbled code in communication, please adjust the high and low positions in the data conversion section of the communication softwareRegister address and data description: (for factory use)Note: The starting address for modbus communication is set to 1. Data address(10 decimal)Number of databyte data typeillustrate112Uint16Sensor address412Uint16Viscosity unit0,P1,CP          2,mpa.s       3,pa.s4,mm2/s    5,m2/s        6,st7,cst          8,s              9,dl/g712Uint16Viscosity gain9-1024FloatLow range11-1224FloatRange HighExplanation of Modbus Data Collection for Online Micro Vibration Viscometer1. The instrument is a 485 integrated type.2. Data transmission mode: RTU mode.3. Data format:1 start bit8 data bits, the smallest significant bit is sent firstNo parity bit1 stop bit4. Error detection domain: CRC (cyclic verbose detection)5. MODBUS function code: 036. Storage format of flow meter data: only two parameters, sludge concentration value and temperature value, are stored in registers. Register addresses 00-01 store 4-byte IEEE754 format floating point numbers for sludge concentration values, and 02-03 store 4-byte floating point numbers for temperature values. The example of reading data through online micro vibration viscometer data communication is as follows:Upper computer sending:01030000000444CRClw09(CRCtall)After receiving the command from the upper computer, the instrument will respond:010308X0X1X2X3X4X5X6X744CRClwCRCtallX0 X1 X2 X3 is an IEEE754 format floating-point number, while X4 X5 X6 X7 is an IEEE754 format floating-point number.addressdata typebyte lengthname40021Floating point number4Current viscosity value40023Floating point number4Current temperature value  Siemens Smart 200 PLC Communication ExampleThe viscosity and temperature data are collected and stored in VD1000 and VD1004 as 4-byte floating-point numbers,VD1000 byte arrangement from high to low VB1000.VB1001 VB1002. VB1003The correct floating-point number should be displayed in byte order: VB1003. VB1002. VB1001. VB1000. After the transfer is completed, VD1200 is the real-time viscosity display value.The same goes for temperatureStandard MODBUS-RTU communication protocol1, Overview:This protocol complies with the MODBUS communication protocol and adopts the subset RTU mode in the MODBUS protocol. RS485 half duplex working mode2, Serial data format:The serial port baud rate is 9600bps, without verification, with 8 data bits and 1 stop bit3, Communication format:Signed integer output:1. Format of sending read command:addressfunctioncodeData Start(H)Data Start(L)Number of data(H)Number of data(L)CRC16(L)CRC16(H)0X010X030X000X000X000X010X840X0A2. Return read data format: ExampleaddressfunctioncodeLength data (H)data(L)CRC16(L)CRC16(H)0X010X030X020X000X010X790X84Example of Writing Command Format (06 Function Code)addressfunctioncodeData Start(H)Data Start(H)Data  (H)Data  (L)CRC16(L)CRC16(H)0X010X060X000X000X000X020X080X0BReturn read data format: ExampleaddressfunctioncodeData Start(H)Data Start(H)Data  (H)Data  (L)CRC16(L)CRC16(H)0X010X060X000X000X000X020X080X0BRegister address and data description (for user use)Note: The starting address for modbus communication is set to 1.ModbusaddressNumber of databytedata typeillustratenotes4002124FloatViscosity valueDouble word processing, 2 consecutive words processing4002324FloatTemperature value4002524FloatViscosity mA value4002624FloatTemperature mA valueNote: If there is garbled code in communication, please adjust the high and low positions in the data conversion section of the communication softwareRegister address and data description: (for factory use)Note: The starting address for modbus communication is set to 1. Data address(10 decimal)Number of databyte data typeillustrate112Uint16Sensor address412Uint16Viscosity unit0,P1,CP          2,mpa.s       3,pa.s4,mm2/s    5,m2/s        6,st7,cst          8,s              9,dl/g712Uint16Viscosity gain9-1024FloatLow range11-1224FloatRange HighExplanation of Modbus Data Collection for Online Micro Vibration Viscometer1. The instrument is a 485 integrated type.2. Data transmission mode: RTU mode.3. Data format:1 start bit8 data bits, the smallest significant bit is sent firstNo parity bit1 stop bit4. Error detection domain: CRC (cyclic verbose detection)5. MODBUS function code: 036. Storage format of flow meter data: only two parameters, sludge concentration value and temperature value, are stored in registers. Register addresses 00-01 store 4-byte IEEE754 format floating point numbers for sludge concentration values, and 02-03 store 4-byte floating point numbers for temperature values. The example of reading data through online micro vibration viscometer data communication is as follows:Upper computer sending:01030000000444CRClw09(CRCtall)After receiving the command from the upper computer, the instrument will respond:010308X0X1X2X3X4X5X6X744CRClwCRCtallX0 X1 X2 X3 is an IEEE754 format floating-point number, while X4 X5 X6 X7 is an IEEE754 format floating-point number.addressdata typebyte lengthname40021Floating point number4Current viscosity value40023Floating point number4Current temperature value  Siemens Smart 200 PLC Communication ExampleThe viscosity and temperature data are collected and stored in VD1000 and VD1004 as 4-byte floating-point numbers,VD1000 byte arrangement from high to low VB1000.VB1001 VB1002. VB1003The correct floating-point number should be displayed in byte order: VB1003. VB1002. VB1001. VB1000. After the transfer is completed, VD1200 is the real-time viscosity display value.The same goes for temperature  

Link supplier or manufacturer »

Instruments & Meters: The Same Online Micro Vibration Viscometer as Weisi Chuangke
Inscinstech Protein Purification System (Unique AutoPure300) Protein Purification Techniques1603byte
ID200*650 Preparative Purify HPLC System1844byte
Fps-100c Single Channel Automatic Peptide Synthesizer1323byte
Inscinstech Lab Instrument Automatic Large Scale Oligonucleotide Synthesizer (Unique AutoOligo25) for The Rapid Synthesis of 10~100μ Mol Nucleic Acid Samples648byte
ID1400*500mm Auto Acrylic Column Column, Bed Lenght 500mm1439byte

ID600mm Purify HPLC System for Natural Plant1537byte
Inscinstech Automatic Large Scale Oligonucleotide Synthesizer (Unique AutoOligo100) for The Rapid Synthesis of 50 μ Mol-9 Mmol Nucleic Acid Samples640byte
Factory Price HPLC High Performance Liquid Chromatography with Isocratic And Gradient System2545byte
Chromatographic Columns USP L1 L8 L11 L10 L Ods Cn C18 C8 Normal Phase / Reverse Phase HPLC Column4416byte
Inscinstech Lab Instrument Protein Purification System (Unique AutoPure150-L1) Fplc Can Meet The Requirements of FDA 21 CFR Part 11/GLP/GMP822byte

50dac Preparative Purify HPLC System2241byte
High Efficiency One Stop Solution Chromatograph Machine HPLC Systems High Performance Liquid HPLC Chromatography2545byte
Laboratory High Performance Liquid Chromatography Machine HPLC Chromatography LC-W100A2771byte
LC Laboratory High Performance Liquid Chromatography HPLC with UV Detector for Food Analysis7365byte
100ml Fplc Chromatography for Cetuximab1701byte

Inscinstech Ion Chromatography Protein Purification System (Unique AutoPure25-L1) Fplc Can Meet The Requirements of FDA 21 CFR Part 11/GLP/GMP811byte
Biobase HPLC High Performance Liquid Chromatography System Gas Chromatograph5402byte
Biobase Eclassical 3100 Laboratory High Performance Liquid Chromatography System for Laboratory HPLC1278byte
Mass Spectrometer Gas Chromatograph with Fid Detector4942byte
Dw-Gc1120 Economic Gc System Gas Chromatography Fid Tcd Ecd Npd Lab Gas Chromatograph Machine3011byte

High Accuracy Transformer Oil Gas Analyzers Price Dissolved Gas Analysis Equipment GC MS Insulating Oil Gas Chromatograph3258byte
SCITEK Gas Chromatograph Self-Diagnostic System Chromatograph With Seamless PC Control3341byte
Explosion Proof Real-Time Industrial Online Process Analyzer Industrial Online Gas Chromatograph4030byte
Double Beam UV-Vis Spectrophotometer / Spectroscopy Instrument1546byte
2025 RoHS Directive Detection Edxrf Energy Dispersive X-ray Fluorescence Spectrometer2432byte

Gas Chromatograph Mass Spectrometer Gc-Ms4084byte
Laboratory High Performance Liquid Chromatography HPLC with UV Detector for Food Analysis952byte
Inscinstech Protein Purification System Lab Instrument (Unique AutoPure100-L2) Fplc Can Meet The Requirements of FDA 21 CFR Part 11/GLP/GMP1569byte
1000ml Ss Pump for Ion Chromatography Pump1448byte
Gc112A Lab Gas Chromatograph Analysis Instrument2874byte

Alva SPD620 Laboratory Sample Pretreatment Digestion Instrument with Metal Heating Module, Chemistry Lab Instrument7790byte
China Factory High Efficiency Kjeldahl Digestion Furnace for Lab Use2011byte
High Precision High Frequency Infrared Carbon Sulfur Analyzer for Alloy Plant5415byte
Carbon Silicon Tester for Foundries Is Used for Pre-Furnace Scarbon Silicondetection of Gray Cast Iron Ductile Cast Iron Foundry Molten Iron Testing Equipment3289byte
Unparalleled Accuracy in Carbon Sulfur Testing with Our Superior Technology Xrf ACP Aas Manufacture6697byte

Aurispec P3 Xrf, Portable Analyzer, Gold Tester, Spectrometer1348byte
Automatic Fat Analyzer SD-P6s for Measuring Fats and Other Compounds Using The Soxhlet Extraction Principle8780byte
Sequential Inductively Coupled Plasma Emission Spectrometer-Icp-Oes/Icp-AES 5% off1756byte
Automatic Kjeldahl Nitrogen Analyzer for Food Crops and Feeds2445byte
High Precision Portable Chlorophyll Meter3412byte

High Precision and Speed with Mining Steel Carbon Sulfur Analyzer6697byte
Digital Oxygen Nitrogen Hydrogen Analyzer for The Determination of Steel1896byte
Aurispec B6t, Benchtop Xrf, Coating Thickness Analyzer, Element Analyzer, Soil, Spectrometer2421byte
Casting Furnace Front Carbon and Silicon Analyzer Automatic Analysis and Automatic Printing5945byte
Fd6800 Fiber Analyzer: Fully Automated Chemistry Elemental Analyzer for Sensitive Detection of CF, Adf, Ndf, Cellulose, and Lignin8082byte

Nanbei Crude Protein Analysis Automatic Kjeldahl Nitrogen Analyzer5041byte
Drawell Portable Xrf Gold Tester Handheld Xrf Mineral Analyzer X-ray Fluorescence Spectrometer2331byte
CS995 High-Frequency Infrared Carbon Sulfur Analyzer for Metal Mineral Coal3201byte
Handheld Smart Mini Poct Automated Blood Gas and Electrolyte Analyzer Electrode Method Blood Analyzer for Hospital Use (SG1)1327byte
Hand-Held Pesticide Residue Meter for Food Safety Meter4150byte

Xrf Sulfur Analyzer X-ray Sulfur Analzyer 5% off1089byte
Desktop Liquid Security Detector Liquid Trace Detector695byte
High Quality Single Flame Atomic Absorption Spectrometer for Lab4823byte
Innovate High-Frequency Infrared Carbon & Sulphur Analyzer5536byte
Carbon Silicon Analyzer for Molten Iron Fast Foundry Thermal Analysis System Cup Sampling Furnace QC Testing Carbon Equivalent Measurement on-Site Liquid Metal5549byte

Full Automatic High Frequency Laboratory Equipment Analysis Instrument Testing Machine Metal Detector Chemistry Analyzer Metal Infrared Carbon Sulfur Analyzer6669byte
Semi-Auto Kjeldahl Protein Analyzer From Factory2538byte
High-Precision Kjeldahl Nitrogen Protein Measurement Equipment for Labs3768byte
Aurispec H3 Xrf, Portable Analyzer, Gold Tester, Spectrometer2229byte
ED6 Plus Liquid-Liquid Extractor: Fully Automated Chemistry Lab Instrument for Multi-Sample Extraction with Advanced Control8202byte

Portable Gas Detector The Gas Leak Detector Is Suitable for The Detection of C2h4 H2 CH3oh C4h10 C2h6o and Other Gases4250byte
Ethylene Oxide Alarm, Industrial Explosion-Proof Gas Leak Detector, Concentration Detector C2h4o Gas Detector3367byte
Quick Fuel Cell Tester LCD Screen Rapid Alcohol Breathalyzer945byte
O2 Auto Detector System 8 Channel Fixed Gas Leak Analyzer Controller2700byte
Exhaust Gas Analyzer Automotive Exhaust Gas Analyzer2840byte

Y09-310 (AC-DC) 28.3 L/Min Battery Operated Laser Particle Counter for Clean Rooms3401byte
Factory Price Shc-300 Alkaline Water Electrolysis Hydrogen Generator for Fid1955byte
Drop Wire FTTH Optical Fiber Cable 1000m/Wood1730byte
Cost-Effective Portable Oil Particle Counter Lubricant Oil Water Content Tester Online Particle Meter8434byte
High Quality Jy-Ecpt3000 Electrophoresis Power Supply with Constant-Voltage for Lab1983byte

Laboratory Acidity Alkalinity Redox Titration Benchtop Digital Automatic Potential Potentiometric Titrator2848byte
Iot Sensor3333byte
Automatic Fluoride Monitoring System for Sewage Treatment Equipment Spectrophotometry1948byte
as-300A Automatic Hall Flowmeter for Metals2041byte
Dlab Brand Laboratory Equipment Mx-T6-S Blood Roller Mixer1411byte

Metallographic Inlay Manual Model Xq-1 Metallurgical Sample Mounting Press3325byte
Alpha-610 Advanced Lab-Grade Automatic Metallographic Grinding and Polishing Machine2947byte
Quick Temperature Measurement Thermocouple for Fast Temperature Readings4468byte
Cheap Price Paper Tube Sampler Immersion Fast Response Sampler for Molten Metal5087byte
Precise Rated Type K 602 604 Measuring Thermocouple Connector Thermocouple4685byte

Factory Manufacturing Customizable Metal Immersion Disposable Iron Sampler4555byte
High Pressure Laboratory Sample Low Price Flexpress Screen Display Vacuum Automatic Metallographic Specimen Mounting Molds and Clamps Press Machine2483byte
Long - Lasting T-35K Type Armored Rapid Temperature Measurement Thermocouple4685byte
Mt-1h Automatic Hydraulic Specimen Precision Metallographic Mounting Equipment Professional Lab-Grade Sample Preparation Machines for Microscopy Analysis2510byte
High Accuracy Industrial Grade 602 604 Temperature Measuring Thermocouple4685byte






Purchasing Request


Note: Send your purchase request, and we will screen suppliers or manufacturers for you free of charge...

  • Professiona Secured Trading Service
  • Verified Business Licenses to Supplier or Manufacturer
  • Welcome to our Global alliance Member