VINT Upgrades
Second generation VINT devices have increased communication speeds, longer Phidget cables, and improved electrical immunity. Learn more here.
The VCP1100 measures the current flow in an electronic circuit or device. 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 Overview page. 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 Properties | |||
---|---|---|---|---|
Part Number | Price | Number of VINT Ports | VINT Communication Speed Max | Controlled By |
VINT Hub Phidget
|
$40.00 | 6 | 1 Mbit/s | USB (Mini-USB) |
1-Port VINT Hub Phidget
|
$24.00 | 1 | 1 Mbit/s | USB (USB-A) |
VINT Hub Phidget
|
$35.00 | 6 | 1 Mbit/s | USB (Mini-USB) |
VINT Hub Phidget
|
$30.00 | 6 | 100 kbit/s | USB (Mini-USB) |
Wireless VINT Hub
|
$60.00 | 6 | 100 kbit/s | Local Network (Ethernet or Wi-Fi) |
PhidgetSBC4
|
$120.00 | 6 | 100 kbit/s | — |
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.
Product | Physical Properties | |
---|---|---|
Part Number | Price | Cable Length |
Phidget Cable 10cm
|
$1.50 | 100 mm |
Phidget Cable 30cm
|
$1.75 | 300 mm |
Phidget Cable 60cm
|
$2.00 | 600 mm |
Phidget Cable 60cm
|
$2.00 | 600 mm |
Phidget Cable 90cm
|
$2.00 | 900 mm |
Phidget Cable 120cm
|
$2.25 | 1.2 m |
Phidget Cable 150cm
|
$2.50 | 1.5 m |
Phidget Cable 180cm
|
$2.75 | 1.8 m |
Phidget Cable 350cm
|
$3.00 | 3.5 m |
Phidget Cable Kit
|
$10.00 | 80 mm |
The VCP1100 measures the in-line DC current flow of up to 30A in an electronic circuit or device.
You can use your Control Panel to explore your Phidget's channels.
1. Open your Control Panel, and you will find the following channel:
2. Double click on the channel to open the example program. This channel belongs to the CurrentInput channel class:
In your Control Panel, double click on "30A Current Sensor Phidget":
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.
The Data Rate is the reciprocal of Data Interval (measured in Hz), and setting it will set the reciprocal value for Data Interval and vice-versa.
You can modify one or both of these values to achieve different data outputs. You can learn more about these properties here.
Note: Graphing and logging is currently only supported in the Windows version of the Phidget Control Panel.
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.
You can perform filtering on the raw data in order to reduce noise in your graph. For more information, see the Control Panel Graphing page.
You can perform a transform on the incoming data to get different graph types that may provide insights into your sensor data. For more information on how to use these graph types, see the Control Panel Graphing page.
Firmware Upgrade
MacOS users can upgrade device firmware by double-clicking the device row in the Phidget Control Panel.
Linux users can upgrade via the phidget22admin tool (see included readme for instructions).
Windows users can upgrade the firmware for this device using the Phidget Control Panel as shown below.
Firmware Downgrade
Firmware upgrades include important bug fixes and performance improvements, but there are some situations where you may want to revert to an old version of the firmware (for instance, when an application you're using is compiled using an older version of phidget22 that doesn't recognize the new firmware).
MacOS and Linux users can downgrade using the phidget22admin tool in the terminal (see included readme for instructions).
Windows users can downgrade directly from the Phidget Control Panel if they have driver version 1.9.20220112 or newer:
Firmware Version Numbering Schema
Phidgets device firmware is represented by a 3-digit number. For firmware patch notes, see the device history section on the Specifications tab on your device's product page.
The VCP1100 is electrically isolated, so a power surge in the circuit you are measuring would only damage the VCP1100- it will not damage your VINT Hub or your computer unless it exceeds the board's isolation voltage (50V) . Having isolation also helps prevent the formation of ground loops in your system.
Sensor Properties | |
---|---|
Sensor Type | Current (DC In-Line Hall Effect) |
Controlled By | VINT |
VINT Communication Speed Max | 10 kbit/s |
Input Current Min | -30 A |
Input Current Max | 30 A |
Current Measurement Resolution | 1.1 mA |
Surge Current (Input) | 100 A |
Measurement Error Max | 4 % |
Input Current Noise | 20 mA |
Sampling Interval Min | 20 ms/sample |
Sampling Interval Max | 60 s/sample |
Physical Properties | |
Recommended Wire Size | 10 - 26 AWG |
Operating Temperature Min | -40 °C |
Operating Temperature Max | 85 °C |
Electrical Properties | |
Current Consumption Max | 12 mA |
Current Consumption Min | 20 μA |
Isolation Voltage (DC) | 50 V DC |
Series Resistance | 1.2 mΩ |
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 |
---|---|---|---|
February 2018 | 0 | 101 | Product Release |
May 2023 | 0 | 102 | Improved averaging when using longer data intervals |
Channel Name | API | Channel |
---|---|---|
Current Input | CurrentInput | 0 |
API | Detail | Language | OS | |
---|---|---|---|---|
CurrentInput | Visual Studio GUI | C# | Windows | Download |
CurrentInput | JavaScript | Browser | Download | |
CurrentInput | Objective-C | macOS | Download | |
CurrentInput | Swift | macOS | Download | |
CurrentInput | Swift | iOS | Download | |
CurrentInput | Visual Basic .NET | Windows | Download | |
CurrentInput | Max/MSP | Multiple | Download |
Product | Sensor Properties | |||||
---|---|---|---|---|---|---|
Part Number | Price | Sensor Type | Controlled By | Input Current Min | Input Current Max | Current Measurement Resolution |
30A Current Sensor Phidget
|
$25.00 | Current (DC In-Line Hall Effect) | VINT | -30 A | 30 A | 1.1 mA |
Clip-on Current Transducer 25A
|
$15.00 | Current (DC Clip-on) | Voltage Input (0-5V) | -25 A | 25 A | 10 mA |
Clip-on Current Transducer 75A
|
$20.00 | Current (DC Clip-on) | Voltage Input (0-5V) | -75 A | 75 A | 10 mA |
DC Current Sensor 0-10mA
|
$95.00 | Current (DC In-Line) | Voltage Input (0-5V) | 0 A | 10 mA | — |
DC Current Transducer ±100A
|
$35.00 | Current (DC Through-Hole) | ±12V Adapter | -100 A | 100 A | 200 mA |
DC Current Transducer ±250A
|
$35.00 | Current (DC Through-Hole) | ±12V Adapter | -250 A | 250 A | 500 mA |
DC Current Transducer 0-100A
|
$35.00 | Current (DC Through-Hole) | ±12V Adapter | 0 A | 100 A | 100 mA |
DC Current Transducer 0-250A
|
$35.00 | Current (DC Through-Hole) | ±12V Adapter | 0 A | 250 A | 250 mA |
i-Snail AC Current Sensor 100Amp
|
$40.00 | Current (AC Through-Hole) | Voltage Input (0-5V) | 0 A | 100 A | 100 mA |
i-Snail AC Current Sensor 10Amp
|
$40.00 | Current (AC Through-Hole) | Voltage Input (0-5V) | 0 A | 10 A | 10 mA |
i-Snail AC Current Sensor 25Amp
|
$40.00 | Current (AC Through-Hole) | Voltage Input (0-5V) | 0 A | 25 A | 25 mA |
i-Snail AC Current Sensor 50Amp
|
$40.00 | Current (AC Through-Hole) | Voltage Input (0-5V) | 0 A | 50 A | 50 mA |
30 Amp Current Sensor AC/DC
|
$31.00 | Current (AC/DC In-Line) | VoltageRatio Input | ± 75 mA | ± 30 A | — |