Driver Installation and Hyperterminal Operation of
iLoad Digital USB Sensors

Windows XP and Windows Vista

 

Note: If you have purchased LoadVUE or LoadVUE Lite software with your iLoad Digital USB sensor, please ensure that you install the drivers as described in this document before you install the LoadVUE software.  Also not that the screen shots in this document are for Windows XP, but the process is the same with Windows Vista although the appearance of screens is different.

 

Note: The iLoad series sensors are intended for use with an NRTL approved device such as a computer or regulated power supply.

 

 

Driver Installation

 

  1. Insert the iLoad Digital USB Driver CD OR the LoadVUE or LoadVUE Lite CD into your computer’s drive. If you have downloaded the driver files from our web site onto a location in your hard disk, substitute that location instead of the CD drive in the instructions below. Drivers for Windows XP and Windows Vista are available here.
  2. Plug in your iLoad Digital USB sensor into an available USB port on your Windows computer.  The New Hardware Wizard window will come up in a few seconds.



    Select the option for “No, not this time” and click Next.

  3. On the next screen select the option for “Install the software automatically” option and click Next.  Your computer should scan the CD to find appropriate drivers for the sensor.

  4. The wizard will find the drivers on the CD and may ask you to select the driver appropriate for you,  Please select the driver appropriate for your operating system (Windows XP or Windows Vista) and click Next.

  5. On the next dialog box click “Continue Anyway”.

  6. Windows installs the driver for your iLoad Digital USB sensor.  Click Finish.  The sensor will appear as a COM port to Windows whenever you plug it in to the same USB port on your computer.  If you use a different physical USB port, you may need to go through this procedure again to associate a COM port with that USB port.  However, you will usually not have to insert the CD again.



To verify the COM port number that has been assigned to the sensor, open the Hardware Device Manager.  You can do so by going to the Control Panel in Windows and double-clicking on System .  On the System dialog box click on the Hardware tab and select the Device Manager button.

When your iLoad Digital USB sensors is connected and correctly installed, you should see a COM port assigned to it as shown highlighted  in the following screen shot.

If you have more COM ports than you have sensors connected, you can double-click on the entry for a COM port.  The ports associated with iLoad Digital USB sensors will indicate that they have a Loadstar Sensors driver as shown below.

 

You are now ready to start using your iLoad Digital USB sensor.

Hypterterminal Operation

In Windows XP, launch the Hyperterminal program. (Start...All Programs...Accessories...Communications...Hypterterminal) (Note: Windows Vista does not include a terminal client. However, free terminal client software like Teraterm are available).

Set up a new connection to connect to the iLoad Digital USB sensor's COM port.

In the "Connect To" window, select the appropriate COM port.

In the "Port Settings" dialog box, accept the defaults. The baud rate is not applicable to the iLoad USB sensors.

Click OK to accept the settings. Then click "Enter" a few times. You should see the sensor respond with an "A".

 

Type "O0W1" and hit return. The sensor will respond with the current load on the sensor in millipounds. In the figure below the load is 2.853 pounds.

Type "CT0<return>" to tare the sensor. This will zero the load (all further readings will subtract the load sensed at this point.)

Type "O0W0" to output the load continuously. Hitting <return> at any time will stop outputting the readings.

 

Basic command set

The iLoad Digital USB sensor can be used through LoadVUE or LoadVUE lite software from Loadstar Sensors.  It can also be used directlyas a COM port using any terminal emulation software such as HyperTerminal that is included with Windows XP.  To set up Hyperterminal or other terminal emulation program to communicate with the sensor, select the appropriate COM port in the program and connect.  Once connected, a few simple commands are all the are needed to operate the sensor:

Enter

This just pings the port and the sensor responds with “A” to indicate that it is set up and ready.

CT0

This sets the tare (or zero) for the sensor.  If you plan to zero out a preload, please use this command.

O0W1

O0W0

The O0W1 command outputs the weight or force reading once. 

O0W0 outputs a continuous stream of weight or force readings. Simply send a <carriage return> to stop streaming.
 

The output is in 1/1000 of a pound (milli-pound).  E.g., if the reading returned is 2345, the sensor reading is equivalent to 2.345 lbf.

O0S2

Outputs the temperature within the sensor in deg. C.  Note that this is the temperature within the sensor and is usually a few degrees higher than ambient.

SLC

This command outputs a floating point number that indicates the load capacity of the sensor in lbf.

SS1

This command outputs the last three digits of the serial number of the sensor.

SS0

This command outputs the model number of the sensor.

 

Reading the iLoad Digital USB Sensor Using Labview

LabView can access the serial port using either Instrument Assistant or the serial port VIs. You can download an example here that shows how to tare the sensor and to read the loads using the CT0 and O0W1 commands. Another example that illustrates how to use the O0W0 command to retrieve loads continuously is available here. All the example VIs use LabView version 8.2

Reading the iLoad Digital USB Sensor Using Matlab

Matlab can access the serial port using the serial object. You can download an example here that shows how to read the loads using the O0W1 command.