Thursday, November 13, 2008

One of the major updates in ITScriptNet V3.0 is a simplification of the editions.  We are retiring Batch in favor of Batch Plus and Omni.  Since Batch supported single-prompt only, and we are also retiring support for DOS and character mode devices, there is really no need for this edition.  It is much simpler to know that Batch Plus supports batch data collection, and Omni adds realtime (wireless) support.

At the same time, we have combined the Program Designer and Clients into a single version.  The same Program Designer will now be used to design programs for Batch Plus or Omni.  You can select whether the Realtime features are enabled through a new option on the Program Settings screen.  The rest is handled by the licensing – if you have an Omni Runtime or Omni Device License, then the Omni features will work.  Otherwise, if you have a Batch Plus Runtime or Device License, you will be limited to the Batch Plus features.

We hope this will simplify downloading and deployment.  Now instead of 6 different downloads to choose from, there are only 2 - Full or Runtime.

posted on Thursday, November 13, 2008 5:59:49 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
 Wednesday, November 12, 2008

The script engine in ITScriptNet V3.0 has been significantly enhanced with the addition of element properties.  This is a new way to control the behavior and appearance of elements on a prompt.  In previous versions, you could set a property using an In-Prompt script.  For example, to set the background color for an element to Red, you could edit the Background Color In-Prompt Script to set a color, like this:

Element Background Color In-Prompt Script:
RGB(255, 0, 0)

If you wanted to change the color at runtime, for example in response to pressing a button, you would instead set the Background Color In-Prompt Script to a user variable.

Element Background Color In-Prompt Script:
@Color@

Then in the button press action, you would set the user variable to the color you want, and refresh the element.

Button Action Script:
@Color@ = RGB(255, 0, 0)
Refresh("Prompt.Element")

This works well, but has the disadvantage that all of the element's Activation scripts run when it is refreshed.

With ITScriptNet V3.0, we have added the ability to set these properties directly.  Now, to change the background color of an element at runtime, you can simlpy set the value:

Button Action Script:
this.element.backgroundcolor = RGB(255, 0, 0)

Almost any element setting can now be set using these properties!

posted on Wednesday, November 12, 2008 10:08:36 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
 Monday, November 10, 2008

Z-Space Technologies is pleased to announce V3.0 of ITScriptNet.  We have been working on this new version for a long time, and we are very excited to be approaching release.  There are so many new features and updates that it is difficult to list them all, but check the link to the announcement page for an idea.

We are in QC on this version now, and we expect to release in the next few weeks.  If you are a heavy ITScriptNet user and would be interested in a pre-release version to try out, contact Tim James and let him know.  We are setting up a limited number of pre-release sites.

Over the next few weeks we'll talk more about the new features and updates in ITScriptNet V3.0.  We hope you like it as much as we do!

posted on Monday, November 10, 2008 2:50:17 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
 Friday, November 07, 2008

It looks there will be an intermediate release of Windows Mobile between the current 6.1 and the scheduled Windows Mobile 7. Steve Ballmer announced at a conference that there will be a Windows Mobile 6.5 released early next year.  There are not very many details yet so we will see if anything is useful for Data Collection devices.

posted on Friday, November 07, 2008 10:45:40 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]

Honeywell has filed a lawsuit against Datalogic over the 2-D Imagers in their portable devices.  The could affect all Datalogic portable computers and other products as well.

posted on Friday, November 07, 2008 10:44:40 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
 Wednesday, November 05, 2008

Following up on last weeks note about Motorola adding Windows 6.1 to several devices, here is the official announcement.  As we discussed, Windows Mobile 6.1 will be available on the MC3000, MC9000, MC70 and MC75.

posted on Wednesday, November 05, 2008 12:08:54 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
 Tuesday, November 04, 2008

We offer two licensing options for ITScriptNet Solution Packs, plus two demo modes.

Full Licenses
A Single User license installs the Solution Pack using SQL Compact Edition on a single PC.  Only that PC can access the databases, and the ITScriptNet Omni Server runs on that PC as well.  This mode works well for smaller customers who only need access to the data from a single PC.  Device Licenses are registered on each device to allow them to collect unlimited records.

The Multi User license installs the Solution Pack using SQL Server, either by installing SQL Express directly on the PC, or by allowing a connection to an existing SQL Server elsewhere on the network.  In addition, a License Server is installed that allows other PCs on the network to access the data as well.  This allows any number of PCs to use the database maintenance screens, run reports, etc.  However the OMNI Server is only required on the main PC.  Device Licenses are registered on each device to allow them to collect unlimited records.

Demo modes
A Solution Pack with no license runs in demo mode.  The demo can use either SQL Server (Multiuser mode) or SQL Compact Edition (Single User Mode).  However, no database editing can be performed on the PC, and only 10 records can be collected on the device.  This mode allows a user to get a feel for how the Solution Pack works, and will allow uploading and downloading of the Sample Data that ships with the Solution Pack.

We also offer a Reseller License for resellers to demo the Solution Pack.  This is a Single User license only (SQL  Compact Edition), as is intended for installation on a laptop that the reseller can take on the road to customer calls.  This edition does allow database editing, but is limited to 10 records in the Item/Customer/Location tables.  The Device is also limited to collecting 10 records unless a device license is registered on the device.

posted on Tuesday, November 04, 2008 9:13:02 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
 Friday, October 31, 2008

It's that time of year again!  Daylight Savings Time ends on Sunday, Nov 2nd in the USA.

We've discussed this topic for the past several years, especially as it relates to Windows Mobile and Windows CE devices.  Be sure to check your device dates next week to make sure they have updated correctly!

posted on Friday, October 31, 2008 8:45:17 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
 Thursday, October 30, 2008

Motorola has announced that they will be supporting Windows Mobile 6.1 on several devices, including the MC3000, MC9090, MC70, and MC75.  This marks the first MC3000 available with Windows Mobile, as all previous devices have had Windows CE only.

We were unable to find an official annoucement yet, but checking the Motorola website reveals that the MC300 lists Windows Mobile 6.1 as an option.  However the MC9090, MC70 and MC75 do not list it as of today.  Availability is supposed to be 4th quarter of this 2008 for all but the MC75, which will be 1st quarter 2009.

We expect the ITScriptNet clients for Symbol will work on this new configuration without any difficulty, but as always we will test as soon as possible.

posted on Thursday, October 30, 2008 3:16:46 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
 Wednesday, October 29, 2008

The November 2008 ITScriptNet News has been posted to the website.  You can read it here.  Topics discussed include the release of the Inventory Control Solution Pack, the new website, and news about ITScriptNet V3.0.

posted on Wednesday, October 29, 2008 10:41:13 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
 Monday, October 27, 2008

The idea behind our ITScriptNet Solution Packs is to provide a complete software solution for a particular vertical application.  By combining the Solution Pack with a portable device, printer and PC, the customer can begin collecting data right away.  The Solution Pack includes everything needed to run the process from start to finish.

The core of the Solution Pack is the database.  We support both a Single-User mode, which uses Microsoft SQL Server Compact Edition as the database engine, as well as a Multi-User mode which uses Microsoft SQL Express or full SQL Server.  If the customer has an existing SQL Server they can use that, or the Solution Pack can install SQL Express right on the PC.

The PC Application is used to maintain databases, perform tasks such as Import/Export, Backup/Restore, view and change data, and run reports.  A complete set of reports are provided that allow for flexibility in setting data limits.

Communications with the Portable Device is through the ITScriptNet OMNI server.  Devices can connect wirelessly, or by simply cradling the device and using ActiveSync.

The portable device data collection programs are written using ITScriptNet OMNI.  This allows them to run on any natively supported device, and even on many unsupported devices using the generic clients.  The portable applications can collect data in batch for download over ActiveSync, or can send the data wirelessly.  The portable applications are very powerful, yet easy for an operator to learn.

The Solution Packs are very configurable, with options to enable and disable many features so customers can tailor the software to exactly fit their needs.  You can optionally use such features as User Logins, Serialization of parts, Lot Codes, Bin Locations, etc. 

When you put it all together, a customer can quickly and easily deploy a Solution Pack and get started collecting data right away.  From importing existing parts or inventory data, to collecting Receiving or Move transactions on the Portable Device, to running reports showing current Inventory Levels or reorder points, everything the customer needs is built right in.

posted on Monday, October 27, 2008 11:15:03 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
 Friday, October 24, 2008

After hinting at them for awhile, we are very excited to announce the release of the first ITScriptNet Solution Pack.  The Inventory Management solution pack is now available!

Solution Packs are a complete, end-to-end solution that incorporates a database, PC Application, Portable Data Collection programs, reports, labels, and more.  You can use these applications off-the-shelf for a complete solution, or we can customize them for you.

The Inventory Management Solution Pack has everything you need to control your inventory including Receiving, Inventory Moves, item and bin label printing, reports, database maintenace and more.

We are also hard at work on several more Solution Packs including Check In/Check Out, Asset Tracking, and Route Accounting.

posted on Friday, October 24, 2008 11:49:07 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
 Tuesday, September 23, 2008

Seagull Scientific has released BarTender version 9, whic is a significant upgrade to BarTender.  We use BarTender to design label formats for custom systems, and export than as Printer Code Templates.  These can be easily integrated into ITScriptNet's printing support.

posted on Tuesday, September 23, 2008 11:02:41 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
 Thursday, September 11, 2008

Datalogic has announced that the Pegaso has been certified for use on AT&T's wireless network.  The Pegaso has a Quad-band EDGE capable radio.  This will allow the ITScriptNet OMNI client to connect wirelessly to an OMNI server over GPRS to upload or download data from almost anywhere.

posted on Thursday, September 11, 2008 8:43:38 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]

Following on yesterday's announcement of the CN3 with Windows Mobile 6.1, Intermec has also announced that the CK3 will also be available with Windows Mobile 6.1.  The press release suggests that this device will be available in October.

posted on Thursday, September 11, 2008 8:36:56 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
 Wednesday, September 10, 2008

Intermec has announced that they will start shipping the CN3 with Windows Mobile 6.1.  The biggest advantage to this update is likely to be integration with Microsoft System Center Mobile Device Manager for larger enterprises.  From a pure data collection standpoint, users will probably not see much of a difference.  We anticipate the our existing ITScriptNet client for the CN3 will run on this new device, and we will test it as soon as possible.

posted on Wednesday, September 10, 2008 8:02:21 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
 Wednesday, September 03, 2008

As we mentioned last time, we will be exhibiting at this years BlueStar Vartech show.  We will be in Booth 518, previewing our new Solution Packs and some new ITScriptNet 3.0 features.

We are also providing the Registration System for the show, as we have for the past few years.  This year the registration system consists of an ITScriptNet program running on ELO touchscreen PCs with the PC Client.  There is a Metrologic fixed-mount presentation scanner at each station, a Cherry keyboard, and a Sato desktop label print.  For line busting, we will be using Honeywell Dolphin 9900 and Datalogic Kyman terminals, printing to Zebra QL 420 portable printers.  Check it out when you register - it is a good representation of the kind of solution that can be built using ITScriptNet technology across a wide range of hardware!

posted on Wednesday, September 03, 2008 11:00:12 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0]
 Tuesday, August 26, 2008

If you are coming to the Vartech show this year in Orlando, be sure to see our booth!  We will be showing our new Solution Packs, and previewing upcoming ITScriptNet innovations.  We'll post more details as they become available.  We hope to see you there!

posted on Tuesday, August 26, 2008 1:43:08 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]