EasyManuals Logo

Code CR1500 Programming Guide

Code CR1500
41 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #13 background imageLoading...
Page #13 background image
D028868 CR1500 CR1100 CR2700 JavaScript Programming Guide User Manual Page 13 of 41
The Code Corporation
12393 South Gateway Park Place, Suite 600, Draper, UT 84020
+1 (801) 495-2200
FAX +1 (801) 495-0280
{
if(count)
comm.sendText(“Successful Decode”);
else
comm.sendText(“No Decode”);
}
reader.periodic(void)
The reader.periodic function property is called on a set periodic rate. This rate is
modifiable via the JSPM_IT parameter. The default value is 1 Hz.
Example:
reader.periodic = function()
{
comm.sendText(“Some Time Has Passed”);
return;
}
reader.tick1Hz(void)
The reader.tick1Hz function property is called once every second. This is a set rate and
is not modifiable.
Example:
reader.tick1Hz = function()
{
comm.sendText(“Some Time Has Passed”);
return;
}
Informational Properties
Informational properties are properties that provide information about the reader when called.
reader.charging
The reader.charging property is not yet implemented.
reader.green
The reader.green property is not yet implemented.
reader.amber
The reader.amber property is not yet implemented.
reader.red
The reader.red property is not yet implemented.

Table of Contents

Other manuals for Code CR1500

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Code CR1500 and is the answer not in the manual?

Code CR1500 Specifications

General IconGeneral
BrandCode
ModelCR1500
CategoryBarcode Reader
LanguageEnglish

Related product manuals