VL.Devices.Phidgets 0.1.9

dotnet add package VL.Devices.Phidgets --version 0.1.9
                    
NuGet\Install-Package VL.Devices.Phidgets -Version 0.1.9
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VL.Devices.Phidgets" Version="0.1.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VL.Devices.Phidgets" Version="0.1.9" />
                    
Directory.Packages.props
<PackageReference Include="VL.Devices.Phidgets" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add VL.Devices.Phidgets --version 0.1.9
                    
#r "nuget: VL.Devices.Phidgets, 0.1.9"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package VL.Devices.Phidgets@0.1.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=VL.Devices.Phidgets&version=0.1.9
                    
Install as a Cake Addin
#tool nuget:?package=VL.Devices.Phidgets&version=0.1.9
                    
Install as a Cake Tool

VL.Devices.Phidgets

VL Integration for Phidgets Try with the visual live-programming environment for .NET Download: http://visualprogramming.net

Installing

To use the latest stable version:

  1. Go to Gamma's Quad menu > Manage Nugets > Commandline and type:
    nuget install VL.Devices.Phidgets
  2. Press Enter and wait the ending of the installation process
  3. Open the Help Menu (F1). Open the tap "Learn". Search for the pack "Devices.Phidgets"

Contributing

Feel free to clone the repro an add missing Phidget devices. Also you can make a pull request or send me the patch over any digital communication cannel.

How to add missing Phidgets Nodes

There are a huge List of Phidget devices and classes. So there was no time to add all devices to the package or to do it via factory pattern etc. (Phidget API)
The important operation are bundles via processes, so it is easy to add new nodes to the package.

  1. Clone the repository and open the VL.Devices.Phidgets.vl document
  2. Open the definition patch (Shift+Alt+A)
  3. Add a process node with the name of the Phidget class you want to add like "Accelerometer"

vvvv gamma definition patch

  1. Open the process "Accelerometer" and add the "Create" operation of the Accelerometer class

Create Accelerometer class

  1. Assign the node to the "Create" operation via context menu

Assign to Create Operation

  1. Store the instance of the class in a pad with the name of the class.

Accelerometer Pad

  1. Every class extends the Phidget class to handle basic operation like open and close. To add these basic phidget operation to the accelerometer, we add the predefined Phidget process and extend the Inputs and Outputs.

Phidget Base Process

  1. If necessary you can add the operation for "Hub" or "Sensor" process with their predefined operation.

Hub and Sensor

  1. Every Sensor comes with its own Event and EventArgs to send data from device to the computer. This has to implemented by its own, but always follows the same structure.

Accelerometer

  1. There are class related set operations for the devices. Add the set operations to the patch. The operation should only be applied it if the phidget is attached and the pin is changed.

Set operations

  1. Create a help patch into the help/Phidgets folder with the scheme "HowTo [ClassName]" and add your node and test and set the default pin settings so that everything works like expected.

Licencing

Licensed under the Apache License, Version 2.0 (the "License"). You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.9 77 1/27/2026
0.1.8 73 1/27/2026
0.1.7 93 1/19/2026
0.1.6 87 1/19/2026
0.1.5 88 1/19/2026
0.1.4 83 1/19/2026
0.1.3 86 1/19/2026
0.1.1 94 1/15/2026
0.1.0 94 1/15/2026
0.0.13-alpha 408 4/24/2024
0.0.12-alpha 288 4/22/2024
0.0.11-alpha 282 4/22/2024
0.0.10-alpha 470 12/8/2022
0.0.9-alpha 388 12/1/2022
0.0.8-alpha 450 6/8/2022
0.0.7-alpha 440 6/7/2022
0.0.6-alpha 424 6/7/2022
0.0.5-alpha 428 6/3/2022
0.0.4-alpha 423 6/3/2022
0.0.3-alpha 423 6/3/2022
0.0.2-alpha 449 6/3/2022
0.0.1-alpha 451 6/3/2022