# Tuesday, January 19, 2010

With the release of Windows 7 and Windows Server 2008, 64-bit is becoming more popular. However, at this time we do not have any plans to release a 64-bit verison of ITScriptNet. Why?

First of all, the 32-bit version runs fine on all 64-bit Windows operating systems. Windows has a 32-bit subsystem for running on ^4-bit machines.

Secondly, there isn't any advantage (yet) to moving to 64-bit. The primary advantage of a 64-bit OS over 32-Bit is the larger memory size. However, as of now we are not having any trouble fitting into a 4GB address space.

Third, there are actually disadvantages to moving to 64-Bit. There is actually a small performance penalty associated with the larger register size using more of the processor cache. There is also the time associated with actually performing the conversion. Right now, we feel our time is better spent adding new features and improving ITScriptNet. For a slightly technical discussion of this topic, here is a blog entry about why Microsoft has not yet ported Visual Studio to 64-bit either.

This isn't to say that there are no issues to be aware of. In fact, we have posted a Knowledge Base article about two of the 64-bit concerns, ODBC Data Sources and .Net Assemblies.

We will continue to monitor progress in this area, and in the long run a 64-Bit port will probably need to be done. However, in the short term you can continue to use ITScriptNet safely on all flavors of Windows.

posted on Tuesday, January 19, 2010 1:05:47 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
# Friday, January 15, 2010

It appears that Microsoft is going to release an other intermediate Windows Mobile version before version 7. Microsoft now says that following on the heels of WM 6.5.3 (just released), will be WM 6.6.

One of the interesting features discussed is adding support for Capacitive touchscreens. Up to now, almost all Windows Mobile devices have had Resistive touchscreens. Why does this matter? Resistive touchscreens are more suited to using a Stylus, which Capacitive touchscreens require a finger (in fact, they won't work with a stylus). The iPhone and iPod Touch are examples of Capacitive touchscreens. Another difference is that Capacitive touchscreens support multi-touch, while resistive screens do not.

Many users prefer the responsiveness of a capacitive touchscreen, and they are perceived to be a 'superior' technology. However, is Capacitive a good choice for a data collection device? It would certainly not be a good choice for applications requiring gloves. It will also require changes to the way applications are designed, as on-screen elements need to be larger to support less accurate finger-press as opposed to a stylus. However, it opens the door for more gesture-based elements, such as flicking lists to scroll.

We will see if any of the Data Collection device manufacturers choose to release new models with capacitive screens in the coming years.

posted on Friday, January 15, 2010 9:46:30 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
# Tuesday, January 12, 2010
In a study commisioned by Honeywell, almost half of the people surveyed would be interested in using mobile phones for receiving barcoded coupons. The idea would be for the consumer to display the linear or 2-D symbol on the phone screen, and the retailer would use an area imager to read it. Honeywell would presumably see their Adaptus imaging technology as a means to achieve this. We have used Adaptus scanners to read barcodes from PC LCD screens. This is an interesting direction to take mobile data collection!
posted on Tuesday, January 12, 2010 10:19:12 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
# Thursday, January 07, 2010
Honeywell has announced the Dolphin 9700 mobile computer. This is a smaller PDA style device, and features a full VGA display, 3.5G radios, Qwerty keyboard, a secondary camera, and Windows Mobile 6.5. We are working on ITScriptNet support for this device, and will release it soon.
posted on Thursday, January 07, 2010 4:23:42 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
# Friday, December 18, 2009

Our offices will be closed all day on:

  • Thursday Dec 24th
  • Friday Dec 25th
  • Thursday Dec 31st
  • Friday Jan 1st.

We will be back in the office on Monday, Jan 4th.  Have a Happy Holidays!

posted on Friday, December 18, 2009 1:27:50 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
# Tuesday, December 08, 2009

Motorola has released a new RFID-enabled device, the MC3090-Z.  This device is built on the same platform as the MC3000 and MC3100, with a 320x320 square screen.  The RFID reader has an omnidirectional antenna, supporting EPC Gen 2 DRM  in the 902-928 MHz band (US).

posted on Tuesday, December 08, 2009 3:12:31 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
# Friday, November 20, 2009

Many mobile devices are now equipped with built-in GPS radios, and can be used for turn-by-turn navigation.  ITScriptNet supports collecting a breadcrumb trail while using such a navigation system on Windows Mobile devices.  However, what kind of system is best for you?

If you have a fleet with trucks and vans, consumer-grade navigation is not sufficient.  We like Electric Compass, which is designed for commercial applications and has good integration capabilities.  Electric Compass has published an excellent article detailing the differences between Consumer and Commercial navigation.

posted on Friday, November 20, 2009 10:09:20 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
# Wednesday, November 11, 2009

One of the issues that users run into with ITScriptNet deployments is how to handle ITB version updates.  If you make a change to the program, how can you ensure that the device get updated to the new version?

In ITScriptNet 3.1, a few new functions were added to assist in this process.  The RemoteGetITBVersion function queries the Omni Server for the version of an ITB, and the progITBVersion constant evaluates to the current ITB version on the device.  You can compare these, and if there is a mismatch you can load an updated program using OmniLoadProgram.

We have posted a Knowledge Base article about this, including some sample code.

posted on Wednesday, November 11, 2009 3:03:37 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
# Monday, November 09, 2009

Recently PC Magazine published an article about the different processors used by smartphones, and how difficult it is to compare the performance of one device to another.  Although the focus of this article is consumer-grade phones, it got me wondering about data collection devices.  After all, Windows CE and Windows Mobile devices use ARM processors too.

What I've discovered is that it is just as difficult to compare data collections devices against each other as it is to compare phones.  For example, the Motorola PC9500 runs a Marvell PXA320 at 806 MHz.  Is that faster than the Intermec CN50 (the Spec Sheet simply says 'Main Processor ARM11 at 528 MHz)?  Not necessarily - what instruction set does the PXA320 have?  It's difficult to tell.  How about the new Honeywell Dolphin 6100, which has a Marvell XScale PXA300 at 624 MHz?

For further confusion, check out this chart on Wikipedia which attempts to group the various processor families.  Most Xscale processors are listed as ARMV5TE, but the PXA3xx series are not listed.

Another performance bottleneck to keep in mind is the speed of the Flash Memory store.  Not all memory architectures perform the same, and there can be a significant difference in the speed (particularly the Write speed) from one device family to another.  You won't find this information in a spec sheet.

What is the conclusion?  Like the author of the original article, we find that you can not use the manufacturers specifications to compare the performance of one device to another very easily.  For now you will have to rely on more subjective measurements.

posted on Monday, November 09, 2009 5:14:01 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
# Friday, November 06, 2009

One of the new features in ITScriptNet 3.1a is the ability to automatically format grid cells. You can specify the color to use for a cell based on a comparison to a value or another cell.  You can also specify the number of decimal points to use for numeric data, and the format to use for negative numbers.

Here is an example of a program using grid auto-formatting. 

This Physical Inventory program shows the count of items.  Any items with a zero quantity are displayed in yellow, and negative quantities are red.  In adition, the Value field is set to use 2 decimal places and a $ currency prefix.  The source data looks like this:

Here is the Grid Cell definition screen in the ITScriptNet program designer.  You can see that the Automatic Formatting for the cell, and the Automatic Coloring.  Two coloring criteria can be specified for the cell.

These automatic cell formatting options allow you to make your data collection programs more effective through the use of color and formatting, without needing any complicated programming.

posted on Friday, November 06, 2009 10:00:35 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
# Thursday, November 05, 2009

Motorola has introduced the MC3100 series of devices.  These devices are the successor to the MC3000 series, with the same 320x320 square display.   These units feature Windows Mobile 6 or Windows CE 6.  Since they are EMDK compatible, our ITScriptNet client for Motorola will work on them.

posted on Thursday, November 05, 2009 2:19:49 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
# Thursday, October 22, 2009

One of the new features in ITScriptNet 3.1 is what we call Override INI files.  This is a mechanism that you can use to help ease deployment of your ITScriptNet solutions.  Actually, these files have been around for awhile, but were never documented before now.

Here is a simple example of the kind of problem that you could run into.  Let's say you are developing an ITScriptNet program that collects data to SQL Server.  You are developing against your corporate server, and you setup a connection string on the Configure Receive screen, and configure Validation Files are are autogenerated from your database.  Everything works great in your testing, but when you want to deploy the program to your customer you run into the problem.  You customer has a different SQL Server, or maybe SQL Express, or maybe they are using some other database entirely.  How can you deploy your program without having to change all of the connection strings?

The answer is an Override INI file.  When ITScriptNet is going to make a connection to the database (either to generate a Validation File or for Collected Data), it looks for this file first.  If there is an INI file with the same name as the ITB program, ITScriptNet reads the file to see if there is a different connection string specified.  If there is, it uses that one instead of the one that was set in the Program Designer.

This allows you to easily change the database at every customer without having to rework your programs.  You can simply use Notepad or any text editor to change the connection string parameters and put the INI file in the same directory as the ITB program.

There are a handful of other parameters that you can change with an Override INI file besides just the connection string.  For example, you can change the data base type (from ODBC to SQL Server to SQL Compact Edition), you can override the field names of collected data, change the auto-generation mode of a validation file, and more.  For all of the details, check the User Guide where all of the parameters are documented.

posted on Thursday, October 22, 2009 3:16:42 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0]
# Tuesday, October 20, 2009

Over the next few weeks we are going to spotlight some of the new features in ITScriptNet V3.1.

Integration with Vangard Voice Systems AccuSpeech Mobile.
Many applications can take advantage of voice-enabled data collection, which typically falls into two categories: voice prompting, and voice data collection. 

Voice Prompting is where the device speaks to the user with a text-to-speech converter.  This eliminates the need for the operator to look at the screen to see which data field is next to be collected.

Voice Data Collection is where the operator speaks the data to be collected, and the device recognizes it and performs the appropriate action.  Voice prompts can be Actions, such as pressing buttons or selecting a choice from a drop down list, or general speech such as speaking a part number or word that can be recoginized.

ITScriptNet's integration with AccuSpeech supports both Voice Prompting and Voice Data Collection.  We can assist you in voice-enabling any ITScriptNet application.  Then, the AccuSpeech engine can be deployed to your devices along with the ITScriptNet client to allow your users to take advantage of the increase productivity that voice enabling and provide!  Contact us for more information on how Voice Enabling works, and how it can help you.

posted on Tuesday, October 20, 2009 3:01:33 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0]
# Wednesday, October 07, 2009

The October ITScriptNet News is published! Read all about the release of the Asset Tracking Solution Pack, our new Ready-To-Go Applications, and ITScriptNet 3.1a.

posted on Wednesday, October 07, 2009 4:04:36 PM (Eastern Daylight Time, UTC-04:00)  #    Comments [0]
# Tuesday, September 29, 2009

Honeywell has announced that the Dolphin 7600 will be available with built-in GPS.  This is great news for customers looking for a low-cost, integrated device with GPS location ability for Delivery, Route Accounting, Pre-Sale, Asset Tracking, and many other applications.  ITScriptNet supports the GPS hardware through the Windows Mobile GPS Intermediate Driver, so no software changes are required to make it work.

More information on the Doplhin 7600 is available on Honewell's website.

posted on Tuesday, September 29, 2009 11:35:29 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [0]