<< Click to Display Table of Contents >> Navigation: Water Activity Devices > HygroLab > Reports > Report formats |
NOTE: This some of functions described here are only available with the Software Version 3.0.0.0 or higher
The Hygrolab automatically generates a report after each measurement, which can be accessed via the Documents. The user can download the measurement report or can also download the event log manually. The PDF reports can then be downloaded via remote access or via the USB interface, see more here at Reports. If the user has a version higher than V3.0.0.0, they can download the AW measurement reports, the logging report or create a calibration/adjustment report as a PDF via Remote access on the PC. It is also possible to save it at an external location using the Auto. Report Sharing function. |
The Hygrolab automatically generates a report after each measurement, which can be accessed via the Documents. The user can download the measurement report or can also download the event log manually. The CSV reports can then be downloaded via remote access or via the USB interface, see more here at Reports. If the user has a version higher than V3.0.0.0, they can download the AW measurement reports, the logging report or create a calibration/adjustment report as a CSV via Remote access on the PC. It is also possible to save it at an external location using the Auto. Report Sharing function. |
NOTE: This feature is only available with the Software Version 3.0.0.0 or higher.
In addition to the other file formats such as PDF and CSV, the user can also manually download the XML file by selecting it according to the instructions in Reports the XML format. There is a separate XML file for each measurement method to match the measurement (similar to the PDF and CSV report).
The Hygrolab can also automatically send XML reports to a SMB network share location, which can then be read by a LIMS system for example. Find below the default XML document template of the HygroLab. The user has the possibility to adjust the XML document template, if necessary (only when used over Remote access).
This templates can be accessed by going to "Settings" and then to "Reports & logs" and by selecting the register "Document XML template".
See below some default XML templates of the HygroLab.
HygroLab default XML template (for AWE measurement):
<?xml version="1.0" encoding="utf-8"?> <LimsXmlData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Instrument> <Instrument>HygroLab</Instrument> <MasterFw>[INSTRUMENT_VER]</MasterFw> <Chamber> <Chamber>HygroLab</Chamber> <ChamberSnr>[SENSOR_SERIAL_NR]</ChamberSnr> <ChamberFwVer>[SENSOR_FW_VER]</ChamberFwVer> </Chamber> </Instrument> <Lab> <User>[USER]</User> <Lab>[COMPANY]</Lab> </Lab> <Sample> <Product>[MEASUREMENT_CONTENT]</Product> <Batch>[MEASUREMENT_BATCH]</Batch> </Sample> <Settings> <StabMode>Manual 01 min</StabMode> <SampDb>HygroLab</SampDb> </Settings> <Measure> <Method>[MEASUREMENT_METHOD]</Method> <Simulation>[MEASUREMENT_SIMULATION]</Simulation> <Note>[MEASUREMENT_NOTE]</Note> <Name>[MEASUREMENT_NAME]</Name> <MeasurementStart>[MEASUREMENT_START_DATETIME]</MeasurementStart> <MeasurementEnd>[MEASUREMENT_END_DATETIME]</MeasurementEnd> <Duration>[MEASUREMENT_DURATION_MINUTE]</Duration> <Setpoint>[MEASUREMENT_SETPOINT]</Setpoint> <StabilityAw>[MEASUREMENT_STABILITY_AW]</StabilityAw> <StabilityTemperature>[MEASUREMENT_STABILITY_TEMPERATURE]</StabilityTemperature> <OptionFields>[MEASUREMENT_OPTION_FIELDS]</OptionFields> <Temperature>[MEASUREMENT_TEMPERATURE]</Temperature> <Aw>[MEASUREMENT_AW]</Aw> <DewPoint>[MEASUREMENT_DEW_POINT]</DewPoint> <TemperatureUnit>[MEASUREMENT_TEMPERATURE_UNIT]</TemperatureUnit> <Result>[MEASUREMENT_RESULT]</Result> </Measure> <MeasurePoints> [###POINTS###] <Point> <Datetime>[POINT_DATETIME]</Datetime> <Temperature>[POINT_TEMPERATURE]</Temperature> <Aw>[POINT_AW]</Aw> <DewPoint>[POINT_DEW_POINT]</DewPoint> </Point> [/###POINTS###] </MeasurePoints> </LimsXmlData>
HygroLab default XML template (for LOG measurement):
<?xml version="1.0" encoding="utf-8"?> <LimsXmlData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Instrument> <Instrument>HygroLab</Instrument> <MasterFw>[INSTRUMENT_VER]</MasterFw> <Chamber> <Chamber>HygroLab</Chamber> <ChamberSnr>[SENSOR_SERIAL_NR]</ChamberSnr> <ChamberFwVer>[SENSOR_FW_VER]</ChamberFwVer> </Chamber> </Instrument> <Lab> <User>[USER]</User> <Lab>[COMPANY]</Lab> </Lab> <Sample> <Product>[MEASUREMENT_CONTENT]</Product> <Batch>[MEASUREMENT_BATCH]</Batch> </Sample> <Settings> <StabMode>Manual 01 min</StabMode> <SampDb>HygroLab</SampDb> </Settings> <Measure> <Method>[MEASUREMENT_METHOD]</Method> <Simulation>[MEASUREMENT_SIMULATION]</Simulation> <Note>[MEASUREMENT_NOTE]</Note> <Name>[MEASUREMENT_NAME]</Name> <MeasurementStart>[MEASUREMENT_START_DATETIME]</MeasurementStart> <MeasurementEnd>[MEASUREMENT_END_DATETIME]</MeasurementEnd> <Duration>[MEASUREMENT_DURATION_MINUTE]</Duration> <TemperatureUnit>[MEASUREMENT_TEMPERATURE_UNIT]</TemperatureUnit> <AlarmLimits>[MEASUREMENT_ALARM_LIMITS]</AlarmLimits> <LogScheduled>[MEASUREMENT_LOG_SCHEDULED]</LogScheduled> <LogScheduledStart>[MEASUREMENT_LOG_SCHEDULED_START]</LogScheduledStart> <LogScheduledEnd>[MEASUREMENT_LOG_SCHEDULED_END]</LogScheduledEnd> <LogScheduledInterval>[MEASUREMENT_LOG_SCHEDULED_INTERVAL]</LogScheduledInterval> <LogScheduledAlarm>[MEASUREMENT_LOG_HAS_ALARM]</LogScheduledAlarm> <AlarmResult>[MEASUREMENT_ALARM_RESULT]</AlarmResult> </Measure> <MeasurePoints> [###POINTS###] <Point> <Datetime>[POINT_DATETIME]</Datetime> <Temperature>[POINT_TEMPERATURE]</Temperature> <Rht>[POINT_RHT]</Rht> <DewPoint>[POINT_DEW_POINT]</DewPoint> </Point> [/###POINTS###] </MeasurePoints> </LimsXmlData> |