1017 User Guide

From Phidgets Support
Revision as of 17:22, 28 November 2017 by Mparadis (talk | contribs)

Getting Started

Welcome to the 1017 user guide! In order to get started, make sure you have the following hardware on hand:


Next, you will need to connect the pieces:

1017 1 Connecting The Hardware.jpg
  1. Connect the power supply and load in series.
  2. Connect the ends of the series to the NO (normally open) and the middle pin of one of the terminals.
  3. Connect the Phidget to your computer using the USB cable.


Now that you have everything together, let's start using the 1017!

Using the 1017

Phidget Control Panel

In order to demonstrate the functionality of the 1017, the Phidget Control Panel running on a Windows machine will be used.


The Phidget Control Panel is available for use on both macOS and Windows machines.

Windows

To open the Phidget Control Panel on Windows, find the Ph.jpg icon in the taskbar. If it is not there, open up the start menu and search for Phidget Control Panel

Windows PhidgetTaskbar.PNG

macOS

To open the Phidget Control Panel on macOS, open Finder and navigate to the Phidget Control Panel in the Applications list. Double click on the Ph.jpg icon to bring up the Phidget Control Panel.


For more information, take a look at the getting started guide for your operating system:


Linux users can follow the getting started with Linux guide and continue reading here for more information about the 1017.

First Look

After plugging the 1017 into your computer and opening the Phidget Control Panel, you will see something like this:

1017 Panel.jpg


The Phidget Control Panel will list all connected Phidgets and associated objects, as well as the following information:

  • Serial number: allows you to differentiate between similar Phidgets.
  • Channel: allows you to differentiate between similar objects on a Phidget.
  • Version number: corresponds to the firmware version your Phidget is running. If your Phidget is listed in red, your firmware is out of date. Update the firmware by double-clicking the entry.


The Phidget Control Panel can also be used to test your device. Double-clicking on an object will open an example.

Relay Output

Double-click on a Digital Output object labelled Signal Relay in order to run the example:

1017 RelayOutput Example.jpg


General information about the selected object will be displayed at the top of the window. You can also experiment with the following functionality:

  • Toggle the state of the relay by pressing the button.


Technical Details

1017 1 Relay Diagram.jpg

Relays

A relay is an electrically-controlled switch. Although many types of electrical switches exist, a relay’s mechanical nature gives it the advantage of reliability and current-switching capacity. The main disadvantage to using mechanical relays is their limited life-span, as opposed to solid state relays who do not suffer from this drawback. For more information, check the Mechanical Relay Primer and the Solid State Relay Primer.

Using a Digital Output Relay

Relays have a connection scheme determined by the arrangement of contacts within the relay. Because relays are a type of switch, they are defined in the same way other electromechanical switches are defined.

In switch schemes, the number of poles represents the number of common terminals a switch has, and the number of throws represents the number of switchable terminals that exist for each pole. The relays used in the InterfaceKit 0/0/8 are DPDT relays: double pole, double throw. The internal construction of this type of relay is depicted in the diagram above. Many other types of relays exist: SPST, DPDT, and DPST, to name a few.

In a relay, one of the throw terminals is labelled normally closed (NC), and the other is labelled normally open (NO). As the name indicates, the normally closed terminal is the terminal connected to common when the relay coil is not powered. When the relay coil is energized by the relay control circuit, the electromagnetic field of the coil forces the switch element inside the relay to break its contact with the normally closed terminal and make contact with the normally open terminal. The switch element would then connect the normally open terminal and the common terminal.

Rated Current/Voltage/Power

These relays cannot be switched at maximum current and maximum voltage at the same time. Ensure that the total power of the load does not exceed the switching power of the relay. For example, you can switch these relays at 200V DC and 0.3 A (60W), or 30VDC and 2A (60W), but not 200VDC and 2A (400W).

Wetting Current

When a relay is in one switch position for a period of time, oxidation of the open contact(s) can occur. Depending upon the internal coating material of the contacts, oxide films of varying density will be displaced upon the surface of open contacts; this film acts as an insulator to current flow. When the relay is switched, a certain amount of current flowing through the contacts, known as the wetting current, is required to remove the film of oxides and ensure proper conduction. The wetting current required to operate this relay is low enough for use in signal switching applications. Check the specification table for your relay board to find out the Minimum Load Current or Wetting Current.

Load Noise

If highly inductive loads are used with this InterfaceKit, it is recommended that a noise limiting component be used to prevent damage to the device. An MOV, TVS diode, or kickback diode (for DC applications) shunted across the load will assist in dissipating voltage transients.

What to do Next

  • Programming Languages - Find your preferred programming language here and learn how to write your own code with Phidgets!
  • Phidget Programming Basics - Once you have set up Phidgets to work with your programming environment, we recommend you read our page on to learn the fundamentals of programming with Phidgets.