CalcData GetMemoryCalculationData(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 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 CalcData object that can be parsed as JSON.
Remarks
Examples
function getMemoryCalcData() {
var memInd = parseInt(document.getElementById('memInd').value);
var calcData = KioOmronEnviroSensor.GetMemoryCalculationData(memInd);
alert(JSON.stringify(calcData, null, 2));
}
Requirements
KioWare for Windows version 8.16 or greater.