CalcFlags GetMemoryCalculationFlags(int64, string)

This method allows monitoring of the current device-calculated data at the specified memory index.

Security

Trust Level Required: Full Trust

Parameters

Name Description
memInd int64
The memory index at which to get the device-calculated data
devName (Optional) string
The name of the device. If not supplied, the first matching configured device of this type will be used

Return

An CalcFlags object that can be parsed as JSON.

Remarks

Examples


function getMemoryCalcFlags() {
	var memInd = parseInt(document.getElementById('memInd').value);
	var calcFlags = KioOmronEnviroSensor.GetMemoryCalculationFlags(memInd);
	alert(JSON.stringify(calcFlags, null, 2));
}
	

Requirements

KioWare for Windows version 8.16 or greater.