Skip to main content
Version: V3 (Ignition 8.3)

system.mes.meter.reloadMeterStateFromDB

Description

Reloads meter data collection state from the database, discarding any in-memory changes. This is a system management function useful for resynchronizing the data collection engine after manual database corrections.

Permissions

This method requires the METERING.WRITE.SAVE permission.

Syntax

system.mes.meter.reloadMeterStateFromDB()

Parameters

This method does not take any parameters.

Returns

This method does not return anything.

Code Examples

# Reload meter data state from the database
system.mes.meter.reloadMeterStateFromDB()