Quantity Available: 1000+
Qty | Price |
---|---|
5 | $23.75 |
10 | $22.50 |
25 | $20.00 |
50 | $17.50 |
100 | $16.25 |
250 | $15.00 |
500 | $13.75 |
1000 | $12.50 |
The VCP1001 can be used to measure voltages up to ±40V. This Phidget connects to your computer through a VINT Hub.
This Phidget is a smart device that must be controlled by a VINT Hub. For more information about VINT, have a look at the VINT Primer. You can use a Phidget Cable to simply and easily connect the two devices. Here's a list of all of the different VINT Hubs currently available:
Product | Board | |||
---|---|---|---|---|
Image | Part Number | Price | Number of VINT Ports | Controlled By |
![]() |
HUB0000_0 | $30.00 | 6 | USB (Mini-USB) |
![]() |
HUB5000_0 | $60.00 | 6 | Local Network (Ethernet or Wi-Fi) |
![]() |
SBC3003_0 | $120.00 | 6 | — |
Use a Phidget cable to connect this device to the hub. You can solder multiple cables together in order to make even longer Phidget cables, but you should be aware of the effects of having long wires in your system.
Welcome to the VCP1001 user guide! In order to get started, make sure you have the following hardware on hand:
Next, you will need to connect the pieces:
Now that you have everything together, let's start using the VCP1001!
In order to demonstrate the functionality of the VCP1001, 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.
To open the Phidget Control Panel on Windows, find the icon in the taskbar. If it is not there, open up the start menu and search for Phidget Control Panel
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 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 VCP1001.
After plugging the VCP1001 into your computer and opening the Phidget Control Panel, you will see something like this:
The Phidget Control Panel will list all connected Phidgets and associated objects, as well as the following information:
The Phidget Control Panel can also be used to test your device. Double-clicking on an object will open an example.
The VCP1001 allows you to measure voltages up to ±40V. This Phidget is ideal for monitoring power supplies, adapting devices to be used with Phidgets, or other voltage monitoring applications. You can manually select the voltage range (±5V, ±15V, or ±40V) in your program, or use Automatic mode which adjusts ranges based on the measurement.
You can use your Control Panel to explore your Phidget's channels.
1. Open your Control Panel, and you will find the 10-bit (+-40V) Voltage Input Phidget channel:
2. Double click on the channel to open an example program. This channel belongs to the Voltage Input channel class:
In your Control Panel, double click on "10-bit (+-40V) Voltage Input Phidget":
1. Setting up your Programming Environment
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.
The Change Trigger is the minimum change in the sensor data needed to trigger a new data event. The Data Interval is the time (in ms) between data events sent out from your Phidget. You can modify one or both of these values to achieve different data outputs. You can learn more about these two properties here.
In the Phidget Control Panel, open the channel for your device and click on the icon next to the data type that you want to plot. This will open up a new window:
If you need more complex functionality such as logging multiple sensors to the same sheet or performing calculations on the data, you'll need to write your own program. Generally this will involve addressing the correct channel, opening it, and then creating an Event Handler and adding graphing/logging code to it.
The quickest way to get started is to download some sample code for your desired programming language and then search google for logging or plotting in that language (e.g. "how to log to csv in python") and add the code to the existing change handler.
The VCP1001 is electrically isolated, so a power surge in the circuit you are measuring would only damage the VCP1001- it will not damage your Hub or your computer. Having isolation also helps prevent the formation of ground loops in your system. Another advantage of isolation on the VCP1001 is that the negative terminal doesn’t have to be at 0 volts. You can measure the voltage differential between any two points on the circuit. For example, look at the battery charging circuit pictured below. Directly measuring the voltage with a non-isolated sensor could be risky due to the complexity between the battery and VINT Hub. However, thanks to the isolated nature of the VCP1001, the battery voltage may be measured directly, ignoring the circuits in between.
Sensor Properties | |
---|---|
Sensor Type | Voltage (DC) |
Board Properties | |
Controlled By | VINT |
Voltage Sensor | |
Withstand Voltage Max | ± 50 V DC |
Number of Voltage Inputs | 1 |
Sensor Input Impedance | 1 MΩ |
Voltage Difference Max | ± 40 V DC |
Sampling Interval Min | 40 ms/sample |
Sampling Interval Max | 60 s/sample |
±5V Range | |
Voltage Resolution | 200 μV DC |
Voltage Offset Max | 5 mV DC |
Measurement Error Max | 0.2 % |
Voltage Noise | 3 mV DC |
±15V Range | |
Voltage Resolution | 500 μV DC |
Voltage Offset Max | 15 mV DC |
Measurement Error Max | 0.2 % |
Voltage Noise | 10 mV DC |
±40V Range | |
Voltage Resolution | 1.2 mV DC |
Voltage Offset Max | 40 mV DC |
Measurement Error Max | 0.2 % |
Voltage Noise | 25 mV DC |
Electrical Properties | |
Current Consumption Max | 11 mA |
Physical Properties | |
Recommended Wire Size | 16 - 26 AWG |
Operating Temperature Min | -40 °C |
Operating Temperature Max | 85 °C |
Customs Information | |
Canadian HS Export Code | 9030.33.00 |
American HTS Import Code | 9030.33.38.00 |
Country of Origin | CN (China) |
Date | Board Revision | Device Version | Comment |
---|---|---|---|
June 2017 | 0 | 100 | Product Release |
Channel Name | API | Channel |
---|---|---|
Voltage Input | VoltageInput | 0 |
API | Detail | Language | OS | |
---|---|---|---|---|
VoltageInput | Visual Studio GUI | C# | Windows | Download |
VoltageInput | Java | Android | Download | |
VoltageInput | Multi-Channel Example | JavaScript | Browser | Download |
VoltageInput | JavaScript | Browser | Download | |
VoltageInput | Objective-C | macOS | Download | |
VoltageInput | Swift | macOS | Download | |
VoltageInput | Swift | iOS | Download | |
VoltageInput | Visual Basic .NET | Windows | Download | |
VoltageInput | Max/MSP | Multiple | Download |
Product | Voltage Sensor | Sensor Properties | |||
---|---|---|---|---|---|
Image | Part Number | Price | Voltage Difference Max | Input Voltage Min (DC) | Input Voltage Max (DC) |
![]() |
1135_0B | $17.00 | ± 30 V DC | — | — |
![]() |
3508_0 | $115.00 | — | — | — |
![]() |
3509_1 | $115.00 | — | 0 V DC | 200 V DC |
![]() |
DAQ1400_0 | $20.00 | — | — | — |
![]() |
VCP1000_0 | $50.00 | ± 40 V DC | — | — |
![]() |
VCP1001_0 | $25.00 | ± 40 V DC | — | — |
![]() |
VCP1002_0 | $25.00 | ± 1 V DC | — | — |