Alert.png

Notice: This page contains information for the legacy Phidget21 Library.

Phidget21 is out of support. Bugfixes may be considered on a case by case basis.

Phidget21 does not support VINT Phidgets, or new USB Phidgets released after 2020. We maintain a selection of legacy devices for sale that are supported in Phidget21.

We recommend that new projects be developed against the Phidget22 Library.


Click on the 2phidget22.jpg button in the menu bar to go to the Phidget22 version of this page.

Alert.png

1146 User Guide

From Phidgets Legacy Support
Revision as of 14:32, 9 May 2018 by Mparadis (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
1146.jpg
Go to this device's product page


Getting Started

Checking the Contents

You should have received:

  • An IR Reflective Sensor 1-4mm
  • A Sensor Cable

In order to test your new Phidget you will also need:

Connecting the Pieces

  1. Connect the IR Reflective Sensor 1-4mm to any Analog Input on the PhidgetInterfaceKit board using the sensor cable.
  2. Connect the PhidgetInterfaceKit to your PC using the USB cable.

1146 0 Connecting The Hardware.jpg

Testing Using Windows 2000 / XP / Vista / 7

Make sure you have the current version of the Phidget library installed on your PC. If you don't, follow these steps:

  1. Go to the Quick Downloads section on the Windows page
  2. Download and run the Phidget21 Installer (32-bit, or 64-bit, depending on your system)
  3. You should see the Ph.jpg icon on the right hand corner of the Task Bar.

Running Phidgets Sample Program

Double clicking on the Ph.jpg icon loads the Phidget Control Panel; we will use this program to ensure that your new Phidget works properly.

The source code for the InterfaceKit-full sample program can be found in the quick downloads section on the C# Language Page. If you'd like to see examples in other languages, you can visit our Languages page.

Updating Device Firmware

If an entry in this list is red, it means the firmware for that device is out of date. Double click on the entry to be given the option of updating the firmware. If you choose not to update the firmware, you can still run the example for that device after refusing.

Double Click on the Ph.jpg icon to activate the Phidget Control Panel and make sure that the Phidget InterfaceKit 8/8/8 is properly attached to your PC.

1018 2 Control Panel Screen.jpg
  1. Double Click on Phidget InterfaceKit 8/8/8 in the Phidget Control Panel to bring up InterfaceKit-full and check that the box labelled Attached contains the word True.
  2. Make sure that the Ratiometric box is Ticked.
  3. Move an object in front of the sensor. The sensor value changes from 900 to 30 as the object is moving closer to the sensor from a distance of 4mm. When the object is more than 4mm away, you may notice some change in sensor value as the object enters or leaves the sensor's field of view, but this value does not represent the actual distance to the object.
  4. You can adjust the input sensitivity by moving the slider pointer. A change in the sensor value will not register unless it is greater than or equal to the sensitivity value.
  5. Click on the Sensors button to bring up the Advanced Sensor Form.
Sensor InterfaceKit Screen 997.jpg
  1. In the box belonging to the input the sensor is plugged into, select the 1146 - IR Reflective Sensor 4mm from the drop down menu.
  2. Shows the distance of the object from the 1146.
  3. Formula used to convert the analog input SensorValue into distance.
1146 0 Advanced Sensor Form Screen.jpg

Testing Using Mac OS X

  1. Go to the Quick Downloads section on the Mac OS X page
  2. Download and run the Phidget OS X Installer
  3. Click on System Preferences >> Phidgets (under Other) to activate the Preference Pane
  4. Make sure that the Phidget InterfaceKit 8/8/8 is properly attached.
  5. Double Click on Phidget InterfaceKit 8/8/8 in the Phidget Preference Pane to bring up the InterfaceKit-full Sample program. This program will function in a similar way as the Windows version.

Using Linux

For a step-by-step guide on getting Phidgets running on Linux, check the Linux page.

Using Windows Mobile / CE 5.0 / CE 6.0

For a step-by-step guide on getting Phidgets running on Windows CE, check the Windows CE page.

Technical Details

This sensor can detect the distance of an object from 1mm to 4mm away. Objects with smooth, opaque surfaces are typically easier to detect.

The sensor value changes from 900 to 30 as the object is moving closer to the sensor from a distance of 4mm. When the object is more than 4mm away, you may notice some change in sensor value as the object enters or leaves the sensor's field of view, but this value does not represent the actual distance to the object. The exact equation for the sensor is as follows:

Distance (mm) = 1.3927*e^(0.001967*SensorValue)

Where "SensorValue" is the 0-1000 value measured by the interfaceKit. If you're using a non-Phidgets interface, you can substitute SensorValue for Voltage*200.

The IR sensor works just as well in both dim and well lit areas.

Other Interfacing Alternatives

If you want maximum accuracy, you can use the RawSensorValue property from the PhidgetInterfaceKit. To adjust a formula, substitute (SensorValue) with (RawSensorValue / 4.095) If the sensor is being interfaced to your own Analog to Digital Converter and not a Phidget device, our formulas can be modified by replacing (SensorValue) with (Vin * 200). It is important to consider the voltage reference and input voltage range of your ADC for full accuracy and range.


Each Analog Input uses a 3-pin, 0.100 inch pitch locking connector. Pictured here is a plug with the connections labelled. The connectors are commonly available - refer to the Analog Input Primer for manufacturer part numbers.

Analoginput.jpg

Product History

Date Board Revision Device Version Comment
January 2013 0 N/A Product Release