bool SetMemoryStorageInterval(int, string)
The enviro sensor saves data to memory at a fixed interval. This method attempts to set the interval of memory storage.
Security
Trust Level Required: Full Trust
Parameters
Name | Description |
interval |
int The desired interval for memory storage. |
devName |
(Optional) string The name of the device. If not supplied, the first matching configured device of this type will be used |
Return
True when the device timer is successfully set, false otherwise.
Remarks
Examples
function setMemoryInterval() {
var interval = parseInt(document.getElementById('memoryInterval').value);
alert('Success: ' + KioOmronEnviroSensor.SetMemoryStorageInterval(interval));
}
Requirements
KioWare for Windows version 8.16 or greater.