EasyManua.ls Logo

Code CR1500 - Page 34

Code CR1500
41 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
D028868 CR1500 CR1100 CR2700 JavaScript Programming Guide User Manual Page 34 of 41
The Code Corporation
12393 South Gateway Park Place, Suite 600, Draper, UT 84020
+1 (801) 495-2200
FAX +1 (801) 495-0280
};
function initSettings()
{
jsSettings.def("P0", 3);
}
// Initialize any user parameters that are used for this application
// Note: This must be called before the first call to jsSettings.get()
initSettings();
// Get the current value of applicable user parameters
var P0_intervalDelay_sec = jsSettings.get("P0");
// Keep a copy of the last parameter value for detecting a parameter
change
var P0_last = P0_intervalDelay_sec;
// Trigger a decode on the interval defined by user parameter P0
var intervalId = reader.setInterval(triggerDecodeNormal,
P0_intervalDelay_sec);

Table of Contents

Other manuals for Code CR1500

Related product manuals