Platforms to show: All Mac Windows Linux Cross-Platform

Back to PhidgetLEDArrayMBS class.

PhidgetLEDArrayMBS.clearLEDs

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Phidgets MBS Phidgets Plugin 26.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Turn off all LEDs. Any active animations will be stopped.

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
The constructor.

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
Display an animation.

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
Set the color of a single of LED.

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
Set the colors of a segment of LEDs

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
Set the colors of a segment of LEDs.

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
Disable the specified animation.

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
Restart all animations at the same time.

The items on this page are in the following plugins: MBS Phidgets Plugin.


The biggest plugin in space...