Latest version:5.0.1 build 1126.November 28, 2025.
The Scale Data Parser module for our data loggers (for example, Data Logger Suite) is designed to parse incoming data from various scales, balances, and weight indicators. It extracts only useful parameters from the data stream, such as weight, measurement units, stability status, and error codes. A complete list of supported scale and balance modelsis available on a separate documentation page.
The module correctly handles both continuous and single-shot data output, as well as different protocol formats from many manufacturers. The extracted values can be stored in a file , a database, passed to accounting systems, or SCADA. If necessary, Scale Data Parser can send a special command to the device to request data, either to trigger a new measurement or to force a read of the current weight on demand. This is useful in weighing systems where it is important to obtain data on a specific event (for example, button press, conveyor signal, or barcode scan).
Example of typical incoming data from a scale:
S +0012.34 kg<CR><LF>
After parsing, the module can provide structured values, for example:
DataSource = COM1 Timestamp = 2026-01-02 08:00:00 Weight = 12.34 Unit = "kg" Stability = "S" Error = ""
Scale Data Parser converts raw scale output into clear, structured values that are easy to log and integrate. It simplifies connection of weighing equipment to data collection systems and helps ensure reliable, event-driven, and 24×7 weight acquisition.
The figure below shows how to select the plugin on the “Modules” page.
Fig.1. Selecting the plugin.
The figure below shows how to configure the plugin to poll the device every 15 seconds. Of course, you may change the poll interval as you want.
Fig.2. Configuring the plugin.
All plugins | ASCII Data Query and Parser | MODBUS RTU, MODBUS TCP, MODBUS ASCII | Scale Data Parser | DNP3 protocol | GE Fanuc Automation PLC (via CCM, SNP, SNP-X protocols) | Siemens SIMATIK PLC (S7-200, S7-300, S7-400, S5) | EtherNet/IP | M-Bus | Bacnet/IP | IEC 62056-21 | DLMS/COSEM | DL-T645-2007 | CJ/T 188-2004 | Kamstrup [KMP protocol] | Data parser module for ADAM, ICP-CON and NuDAM devices | RFC3164 (syslog protocol) data parser | HTTP data parser | File requests | XML Data Parser | CSV or delimited data parser | RFID Protocols Data Parser (LLRP, ISO 18000-6B, ISO 18000-6C) | JSON parser