Archive for the ‘Technology’ Category

A Cheap Alternative to Dedicated Barcode Generators

Wednesday, May 18th, 2011

A Cheap Alternative to Dedicated Barcode Generators photoA complete barcode system will consist of software, scanners, a printer or labeler and labels for thermo transfer or thermo direct printing. Also of interest are mobile terminals for mobile data acquisition with a built-in scanner or reader, a display and a keyboard.

A POS (point of sale) solution will require laser barcode scanners with high throughput and automatic triggering for hands-free barcode scanning.

Barcode Software

Barcodes are created with special software. While barcode software for Microsoft Windows is available, best suited for barcode creation are Apple Macintosh computers. Macs are preferable due to their strong position in the DTP, prepress and graphics market segment. A typical barcode software will support the common symbologies, calculate checksums automatically and will provide a variety of output options with support for the most common images formats (like PNG, TIFF or JPG) and also for Post Script or EPS.

A cheap alternative to dedicated barcode generators are so called barcode fonts. However, the quality a barcode created with such a font will usually not conform to the respective standards.

Depending on the application the use of dedicated, barcode enabled, label printing software may be advised. For example, such software can be used to print sequential barcodes (for serial numbers) or print logos or product images next to the actual barcode.

Barcode Scanner

Barcode Scanners, also known as barcode readers exist in various forms: The most common type are laser scanners. Here a moving laser beam scans the code which results in fast and error free reading. A cheap alternative to laser scanners are CCD scanners that feature a row of light emitting diodes and photo detectors. The earliest type of barcode reader where so called barcode wands, also known a magic wands. Here a single light emitting diode (LED) and a single photo detector are used to detect the typical black and white pattern of a barcode. While laser and CCD barcode scanners scan a barcode as a whole the barcode wand has to be swiped across the code to read it.

Barcode Printers

Barcode printers are used to print the barcode on self adhesive labels. Today most barcode label printers work in either thermo direct or thermo transfer mode. Using the thermo direct principle the print head applies heat to selected parts of the label which then turn dark. This is the same principle as is used with older fax machines. Thermo direct labels are sensitive to light and should not be used if they have to last longer than a few days or weeks. Typical applications are address labels which only have to last a few days.

With thermo transfer printers a heat sensitive ribbon (thermo transfer ribbon) sits between the print head and the label. As heat is applied to the ribbon, ink transfers (hence the name) from the ribbon to the label. Labels that were printed with thermo transfer are very durable. However, besides the actual label the transfer ribbon is another consumable which will increase the printing cost.

Labels :

alternative barcode reader

Radius Server to Access the Internet Network

Sunday, May 15th, 2011

Radius Server to Access the Internet Network photoRadius, Remote Authentication Dial In User Service is a networking concept which is used to provide access to users to services which require logging in, generally with a username and password. This protocol uses servers to store information in the form of a list of user names or passwords. So, when a user wants to log onto for example, the internet, he enters his user name and password and submits them. The data is sent to the RADIUS server and checked against a list of existing users and their respective passwords. If the username and password entered by the user matches the one on the list, then the user is granted access to the internet.

This protocol is widely used by Internet Service Providers (ISPs) as well as large companies, corporations, educational institutions and other organizations to regulate and manage access to the internet as well as to internal networks. Normally these authentications protocol is carried out by devices like the modem, Digital Subscriber Lines (DSLs) automatically.

The most important functions of the RADIUS server can be summarized as AAA or Authentication, Authorization and Accounting. The first two ‘A’s refer to allowing a user access to a network. If we look in detail at our previous example, we will come to know that a RADIUS server may return any one of three responses to the login request – “Nay” which means that access to the user is denied under all circumstances, “Challenge” which means that the user is asked for additional information before access is granted, and “Yea” which grants to the user, access to the network.

Accounting refers to the billing function carried out by RADIUS. It refers to the situations in which the users’ time or activities are monitored and logged. This is especially useful for those who run on postpaid internet which is calculated either by Data Transfer or by time. The RADIUS server receives a command to start billing when the user logs on and later to stop billing, when the users logs off. RADIUS servers nowadays, can also access databases stored remotely to check details. Communication between the user and the server is nowadays done through highly encrypted, reliable channels.