REL2002 User Guide: Difference between revisions
| (9 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
__NOINDEX__ | |||
__NOTOC__ | |||
<metadesc>Switch a small digital signal with the Signal Relay Phidget. Switches up to 60W of DC power or 125 VA of AC power.</metadesc> | |||
[[Category:UserGuide]] | [[Category:UserGuide]] | ||
== | ==Part 1: Setup== | ||
{{ | {{PT1 Deck Sequence}} | ||
== Part 2: Using Your Phidget == | |||
===About=== | |||
[[ | [[File:1017_1_Relay_Diagram.jpg|200px|right|link=]] | ||
< | The REL2002 is a mechanical relay suitable for both AC and DC applications. It is a double-pole double-throw style relay meaning it will switch two circuits at once. You interact with the REL2002 through the Digital Output Channel Class to turn power to your circuit or device on and off . | ||
<div style="clear: both;"></div> | |||
===Explore Your Phidget Channels Using The Control Panel=== | |||
Double click on the Digital Output channel class under the port your REL2002 is connected to. | |||
[[Image:REL2002_Panel_Example.jpg|link=|center]] | |||
{{UG-Part3}} | |||
== Part 4: Advanced Topics and Troubleshooting == | |||
{{UGC-Start}} | |||
{{UGC-Addressing}} | |||
{{UGC-Entry|Mechanical Relays| | |||
| | |||
This relay is an electrically-controlled switch. For more information about how mechanical relays work and how to use them, visit the [[Mechanical Relay Guide]]. | |||
}} | |||
{{UGC-Entry|Can I use this relay without a VINT Hub?| | |||
| | |||
Unlike most VINT devices that communicate to the VINT Hub by sending packets on the data line, the REL2002 is simply controlled with the port in digital output mode. This means that you can control it with other digital output devices. For example, you can control it with a Phidget 1018 like this: | |||
[[Image: | [[Image:REL2XXX_1018.png|link=|500px]] | ||
Here's a simplified diagram to clarify how the REL2002 works: | |||
[[Image:REL2002_circuit.png|link=|650px]] | |||
{{ | The red wire requires 5V to power the relay coil, and the white wire requires at least 3.3V to switch the MOSFET. | ||
}} | |||
{{UGC-End}} | |||
Latest revision as of 15:33, 8 May 2026
Part 1: Setup
Part 2: Using Your Phidget
About
The REL2002 is a mechanical relay suitable for both AC and DC applications. It is a double-pole double-throw style relay meaning it will switch two circuits at once. You interact with the REL2002 through the Digital Output Channel Class to turn power to your circuit or device on and off .
Explore Your Phidget Channels Using The Control Panel
Double click on the Digital Output channel class under the port your REL2002 is connected to.

Part 3: Create your Program
Part 4: Advanced Topics and Troubleshooting
Before you open a Phidget channel in your program, you can set these properties to specify which channel to open. You can find this information through the Control Panel.
1. Open the Control Panel and double-click on the red map pin icon:

2. The Addressing Information window will open. Here you will find all the information you need to address your Phidget in your program.

See the Phidget22 API for your language to determine exact syntax for each property.
This relay is an electrically-controlled switch. For more information about how mechanical relays work and how to use them, visit the Mechanical Relay Guide.
Unlike most VINT devices that communicate to the VINT Hub by sending packets on the data line, the REL2002 is simply controlled with the port in digital output mode. This means that you can control it with other digital output devices. For example, you can control it with a Phidget 1018 like this:
Here's a simplified diagram to clarify how the REL2002 works:
The red wire requires 5V to power the relay coil, and the white wire requires at least 3.3V to switch the MOSFET.