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

1012 User Guide

From Phidgets Legacy Support
Revision as of 20:30, 19 July 2012 by Mparadis (talk | contribs) (Created page with "==Getting Started== ===Checking the Contents=== {{UGbox| '''You should have received:''' * A Phidget Interface Kit 0/16/16 * A mini-USB cable | '''In order to test your new P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Getting Started

Checking the Contents

You should have received:

  • A Phidget Interface Kit 0/16/16
  • A mini-USB cable

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

  • A switch, a piece of wire
  • An incandescent bulb

Connecting the Pieces

  1. Digital Inputs: Connect the black wire (-) from the battery to the ground terminal (G). Connect the red wire (+) to one of the switch terminals. Connect the other switch terminal to the digital input terminal block number 0 using a piece of wire.
  2. Digital Outputs: Connect one of the bulb wire to the 5V terminal. Connect the other bulb wire to digital output terminal block number 3.
  3. Connect the board to the PC using the USB cable.

1012 2 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 0/16/16 is properly attached to your PC.

1012 2 Control Panel Screen.jpg
  1. Double Click on Phidget InterfaceKit 0/16/16 in the Phidget Control Panel to bring up InterfaceKit-full and check that the box labelled Attached contains the word True.
  2. To test the digital input, toggle the switch on and off. When on, a tick mark will appear in the Digital In box and the on-board LED will also turn on; the tick mark will disappear when the switch is off and the onboard LED light will go off.
  3. To test the digital output, put a tick mark in the digital out box and both the on-board LED and the incandescent bulb will turn on. If you click on the box again the tick mark will go away and both lights will turn off. The bottom row shows the status of the request, while the top row displays the status of the digital output as reported by the device.
1012 2 InterfaceKit 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 0/16/16 is properly attached.
  5. Double Click on Phidget InterfaceKit 0/16/16 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

For more information, check the Open Collector Digital Output Primer and the Digital Input Primer.

API

We document API Calls specific to this product in this section. Functions common to all Phidgets and functions not applicable to this device are not covered here. This section is deliberately generic. For calling conventions under a specific language, refer to the associated API manual in the Quick Downloads section for that language. For exact values, refer to the device specifications.

Functions

int InputCount() [get] : Constant = 16

Returns the number of digital inputs supported by this PhidgetInterfaceKit.


bool InputState(int InputIndex) [get]

Returns the state of a particular digital input. Digital inputs read True where they are activated and false when they are in their default state.


int OutputCount() [get] : Constant = 16

Returns the number of digital outputs supported by this PhidgetInterfaceKit.


bool OutputState (int OutputIndex) [get,set]

Sets/returns the state of a digital output. Setting this to true will activate the output, False is the default state. Reading the OutputState immediately after setting it will not return the value set - it will return the last state reported by the Phidget.


Events

OnInputChange(int InputIndex, bool State) [event]

An event that is issued when the state of a digital input changes.


OnOutputChange(int OutputIndex, bool State), [event]

An event that is issued when the state of a digital output changes.


Product History

Date Board Revision Device Version Comment
January 2003 0 600 Product Release
January 2004 0 601 Added State Echoing
September 2008 1 601 Added Digital Input Filtering
September 2010 2 605 Smaller Terminal blocks, Mini-USB connector, red Digital Outputs and green Digital Inputs LEDs, added two +5V terminal blocks