Platforms to show: All Mac Windows Linux Cross-Platform
Back to PhidgetLEDArrayMBS class.
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Phidgets | MBS Phidgets Plugin | 26.1 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
PhidgetLEDArrayMBS.Constructor
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Phidgets | MBS Phidgets Plugin | 26.1 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
PhidgetLEDArrayMBS.setAnimation(animationID as Int32, pattern() as PhidgetLEDArrayColorMBS, StartAddress as UInt32, EndAddress as UInt32, Time as UInt32, animationType as Integer)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Phidgets | MBS Phidgets Plugin | 26.1 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
animationID: The ID of the animation.
pattern: The LED pattern to animate.
StartAddress: Which LED to start the animation from.
EndAddress: Which LED the animation will end on.
Time: Time between changes in ms.
animation: The animation type. See AnimationType* constants.
PhidgetLEDArrayMBS.setLED(address as UInt32, ColorValue as PhidgetLEDArrayColorMBS, faceTime as UInt32)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Phidgets | MBS Phidgets Plugin | 26.1 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
address: The address of the LED.
color: The color.
fadeTime: The time to fade from the previous state in milliseconds.
PhidgetLEDArrayMBS.setLEDs(StartAddress as UInt32, EndAddress as UInt32, leds() as PhidgetLEDArrayColorMBS, fadeTime as UInt32)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Phidgets | MBS Phidgets Plugin | 26.1 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
startAddress: The address of the first LED in the segment.
endAddress: The address of the last LED in the segment.
pattern: The color pattern. This will be repeated or truncated as necessary to fill the space between startAddress and endAddress
fadeTime: The time to fade from the previous state in milliseconds.
PhidgetLEDArrayMBS.setLEDsAsync(StartAddress as UInt32, EndAddress as UInt32, leds() as PhidgetLEDArrayColorMBS, fadeTime as UInt32)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Phidgets | MBS Phidgets Plugin | 26.1 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
startAddress: The address of the first LED in the segment.
endAddress: The address of the last LED in the segment.
leds: The color pattern. This will be repeated or truncated as necessary to fill the space between startAddress and endAddress
fadeTime:The time to fade from the previous state in milliseconds.
Calls setLEDsCompleted event later.
PhidgetLEDArrayMBS.stopAnimation(animationID as Int32)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Phidgets | MBS Phidgets Plugin | 26.1 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
animationID: The ID of the animation to disable.
PhidgetLEDArrayMBS.synchronizeAnimations
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Phidgets | MBS Phidgets Plugin | 26.1 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
The items on this page are in the following plugins: MBS Phidgets Plugin.