Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Opens the Phidget channel.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Phidget | 13.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
PhidgetRef | The reference number for the phidget. | $phidget | |
Timeout | The timeout for waiting for the device to respond. Default is 5000 milliseconds. |
1000 | Optional |
Returns OK or error.
Open a phidget:
Set Variable [ $$phidget ; Value: MBS( "Phidget.Create"; "LCD" ) ]
Set Variable [ $r ; Value: MBS( "Phidget.Open"; $$phidget ) ]
Created 16th August 2023, last changed 17th August 2023