Quantity Available: 67
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 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 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 | ||
---|---|---|---|
Part Number | Price | Number of VINT Ports | Controlled By |
![]() VINT Hub Phidget
|
$30.00 | 6 | USB (Mini-USB) |
![]() Wireless VINT Hub
|
$60.00 | 6 | Local Network (Ethernet or Wi-Fi) |
![]() PhidgetSBC4
|
$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.
Product | Physical Properties | |
---|---|---|
Part Number | Price | Cable Length |
![]() Phidget Cable 60cm
|
$2.00 | 600 mm |
![]() Phidget Cable 10cm
|
$1.50 | 100 mm |
![]() Phidget Cable 350cm
|
$3.00 | 3.5 m |
![]() Phidget Cable 120cm
|
$2.25 | 1.2 m |
![]() Phidget Cable 180cm
|
$2.75 | 1.8 m |
![]() Phidget Cable 30cm
|
$1.75 | 300 mm |
![]() Phidget Cable 90cm
|
$2.00 | 900 mm |
![]() Phidget Cable 150cm
|
$2.50 | 1.5 m |
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":
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.
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 |
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 |
Electical Properties | |
Current Consumption Max | 12 mA |
Current Consumption Min | 20 μA |
Isolation Voltage (DC) | 50 V DC |
Electrical Properties | |
Input Impedance | 300 mΩ |
Customs Information | |
Canadian HS Export Code | 9030.33.00 |
American HTS Import Code | 9030.33.38.00 |
Country of Origin | CN (China) |
The maximum recommended length of the Phidget cable between this device and a VINT Hub depends on what kind of hardware is on your VCP1100. If the device has a icon printed on the enclosure, it means it's equipped with an improved filter which will increase the maximum cable length as long as it's connected to a VINT Hub with the same shield icon.
Cable Gauge | Cable Length (m) |
---|---|
26 AWG or thicker | 5 |
26 AWG or thicker (with ![]() | 50 |
Date | Board Revision | Device Version | Comment |
---|---|---|---|
February 2018 | 0 | 101 | Product Release |
Channel Name | API | Channel |
---|---|---|
Current Input | CurrentInput | 0 |
API | Detail | Language | OS | |
---|---|---|---|---|
CurrentInput | Visual Studio GUI | C# | Windows | Download |
CurrentInput | Java | Android | 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 |
![]() 30 Amp Current Sensor AC/DC
|
$31.00 | Current (AC/DC In-Line) | VoltageRatio Input | ± 75 mA | ± 30 A | — |
![]() i-Snail-VC-10 AC Current Sensor 10Amp
|
$40.00 | Current (AC Through-Hole) | Voltage Input (0-5V) | 0 A | 10 A | 10 mA |
![]() i-Snail-VC-25 AC Current Sensor 25Amp
|
$40.00 | Current (AC Through-Hole) | Voltage Input (0-5V) | 0 A | 25 A | 25 mA |
![]() i-Snail-VC-50 AC Current Sensor 50Amp
|
$40.00 | Current (AC Through-Hole) | Voltage Input (0-5V) | 0 A | 50 A | 50 mA |
![]() i-Snail-VC-100 AC Current Sensor 100Amp
|
$40.00 | Current (AC Through-Hole) | Voltage Input (0-5V) | 0 A | 100 A | 100 mA |
![]() CE-IZ02-32MS1-0.5 DC Current Sensor 0-10mA
|
$95.00 | Current (DC In-Line) | Voltage Input (0-5V) | 0 A | 10 mA | — |
![]() CE-IZ04-35A2-1.0/0-100A DC Current Transducer
|
$35.00 | Current (DC Through-Hole) | ±12V Adapter | 0 A | 100 A | 100 mA |
![]() CE-IZ04-35A2-1.0/0-250A DC Current Transducer
|
$35.00 | Current (DC Through-Hole) | ±12V Adapter | 0 A | 250 A | 250 mA |
![]() CE-IB04-35A2-1.0/±100A DC Current Transducer
|
$35.00 | Current (DC Through-Hole) | ±12V Adapter | -100 A | 100 A | 200 mA |
![]() CE-IB04-35A2-1.0/±250A DC Current Transducer
|
$35.00 | Current (DC Through-Hole) | ±12V Adapter | -250 A | 250 A | 500 mA |
![]() 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 |