| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
Phidget.Create
Creates an instance of a Phidget channel.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| Phidget | 13.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
MBS( "Phidget.Create"; Type ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Type | The type of device object to create. Can be one of VoltageRatioInput, DigitalInput, DigitalOutput, RCServo, VoltageOutput, VoltageInput, CapacitiveTouch, RFID, GPS, Gyroscope, Magnetometer, Spatial, TemperatureSensor, Encoder, FrequencyCounter, IR, PHSensor, DCMotor, CurrentInput, Stepper, LCD, MotorPositionController, BLDCMotor, DistanceSensor, LightSensor, PressureSensor, ResistanceInput, PowerGuard, SoundSensor, Hub, Dictionary, Accelerometer, HumiditySensor, LEDArray, CurrentOutput. |
"DigitalInput" |
Result
Returns reference number or error.
Description
Creates an instance of a Phidget channel.Once created the channel may need to be configured to match the physical device and channel index you want to attach to, and then be opened by calling Phidget.Open.
The Phidget channel handle must be released with Phidget.Release.
Examples
Creates a LCD object:
Set Variable [ $phidget; Value: MBS( "Phidget.Create"; "LCD" ) ]
See also
Release notes
- Version 16.1
- Added CurrentOutput and LEDArray as device for Phidget.Create function.
Example Databases
- Phidgets/Phidget Barometer
- Phidgets/Phidget Digital Outputs
- Phidgets/Phidget Distance Sensor
- Phidgets/Phidget IR Receiver
- Phidgets/Phidget LCD
- Phidgets/Phidget Light Sensor
- Phidgets/Phidget Temperator Sensor
- Phidgets/Phidget Voltage Input
Blog Entries
- MBS FileMaker Plugin, version 16.1pr1
- Using the RFID reader from Phidgets in FileMaker
- MBS Plugin Advent calendar: 10 - Phidgets
- News in MBS FileMaker Plugin 13.4
This function checks for a license.
Created 16th August 2023, last changed 30th January 2026