# Tuesday, January 29, 2008

We've added a few new functions to ITScriptNet in version 2.4.  We've already discussed the new GPS functions, and here are a few more:

  • GetBatteryLife.  This function retreives the remaining battery life (in percent) in case you want to display in your programs.
  • SetPowerDownMode.  This function allows you to override the default powerdown modes for your device.  If you want the device to remain on and not suspend while collecting data, you can set either Unattended or Always On mode.  Unattended mode keeps the device running even while turning the display and keyboard off, the way Exchange DirectPush works.  Always On mode prevents the device from suspending.
  • RemotePutFile.  This function is the compliment to RemoteGetFile, and is used to send a file from the device to the Omni Server.  This is useful for sending GPS breadcrumb logs or other files that you create with FileCreate/FileAppend in addition to collected data.

There are a few utility functions (such as FileExists) added as well.

posted on Tuesday, January 29, 2008 2:10:06 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
# Friday, January 25, 2008

Many new devices now have integrated GPS radios, and Bluetooth GPS receivers are also available to add to existing units.  With the release of Window Mobile 5, Microsoft added a GPS Intermediate Layer Driver which standardizes access to GPS hardware, and allows multiple applications to read GPS data simultaneously.  We have added support to ITScriptNet V2.4 for this GPS driver so you can collect location data in your programs.

There are 4 new functions:

  • GPSOpen
  • GPSClose
  • GPSIsOpen
  • GPSGetPosition

You can use these functions to collect data at a single point (Package Delivery or Meter Reading), or collect data periodically using a Timer to create a breadcrumb trail.  Data can be saved into your collected data file, or sent via Omni communications to be stored in a database.

Using the Intermediate Layer Driver also allows ITScriptNet to collect GPS data at the same time that a navigation system (such as TomTom) is plotting driving directions and maps.

We are developing a Route Demo application which integrates with Google Maps to plot GPS data.  If you are interested in the demo, please contact us for more information.

posted on Friday, January 25, 2008 10:06:04 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
# Thursday, January 24, 2008

Once of the new updates in ITScriptNet V2.4 is support for indexes on Validation Files larger than 16MB.  We've discussed this previously, and the update has been made in V2.4. 

Another new feature is support for Image Capture in the generic Windows Mobile 5 client.  Many WM5 smartphones and PDAs have a built in camera now, and Microsoft added a standard API to interface with it.  This means that we can support image capture using the camera on most consumer-grade Windows Mobile devices, without needing manufacturer-specific drivers or software. 

Rugged mobile computers, for the most part, have their own Imaging libraries written by the manufacturer and do not conform to the standard API.  These devices still require a device-specific client to support image capture.

posted on Thursday, January 24, 2008 8:39:58 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
# Tuesday, January 22, 2008

We've added support for the Datalogic line of devices in V2.4.  We already had clients for the PSC Falcon 4220 (now retired) and the Falcon 4410 CE.  PSC has since been purchased by Datalogic, who has their own line of devices.

Datalogic device line now falls into two families:

The Falcon-compatible devices are the Falcon 4410 (CE and Windows Mobile 5), and the new Pegaso.  We added a Falcon 4410 WM5 client in this release along with the Pegaso.  Each of these devices has a separate client listing in the System Console.

The Datalogic devices are the Memor, Skorpio, Jet and Kyman (The Jet and Kyman are primarily sold in Europe, not in the US).  These devices all share a common SDK, and so we have a single client that runs on all of them.   This is listed in the System Console as the 'Datalogic CE' client.

posted on Tuesday, January 22, 2008 3:12:49 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
# Monday, January 21, 2008

We've been hard at work on the next version of ITScriptNet, and we're almost ready to release it.  Here is a preview of some of the new features in this new version.

New Datalogic device support:

  • Memor, Skorpio, Jet, Kyman
  • Pegaso (PSC 4410 compatible)
  • 4410 Windows Mobile 5

Increased index file sizes to support files larger than 16M.

GPS support

Image Capture support for the Generic WM5 client

New functions

  • GetBatteryLife
  • SetPowerDownMode
  • FileExists
  • RemotePutFile

Over the next few days we'll discuss each of these new features and what to expect in the upcoming release.

posted on Monday, January 21, 2008 1:25:42 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
# Tuesday, January 15, 2008

Recently we encountered an interesting problem with a surprising solution.  A customer was moving his Omni Server to a new Windows 2003 Server, and was having problems connecting to his SQL Server database.  The new server is running 64 bit Windows Server.  It turns out that 32 bit programs, such as ITScriptNet, do not have access to ODBS Data Sources created by the 64 bit ODBC Administrator.  To solve the problem, you must create the DSN with the 32 bit ODBC Administrator, located in C:\Windows\SysWow64\ODBCAD32.exe

You can find out more about 32 bit and 64 bit ODBC Data sources in this Microsoft Knowledge Base article.

We added a Knowledge Base article about this problem

 

posted on Tuesday, January 15, 2008 10:36:34 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
# Thursday, January 03, 2008

This note came across the Intermec wire.  Honeywell, which just completed the purchase of HandHeld Products, has become an Intermec RFID licensee.  We'll keep an eye out for what this might mean.

posted on Thursday, January 03, 2008 9:30:31 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]

We hope everyone has a Happy and Successful New Year.  We have many exciting plans in store for 2008, and we look forward to bringing them to fruition.

posted on Thursday, January 03, 2008 9:27:40 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]