Platforms to show: All Mac Windows Linux Cross-Platform

Back to OldPhidgetInterfaceKitMBS class.

OldPhidgetInterfaceKitMBS.InputChanged(index as Integer, value as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Phidgets MBS Phidgets Plugin 7.7 ✅ Yes ✅ Yes ✅ Yes ❌ No
Called on any input change.

With plugin version 8.5 and newer this event is executed on the main thread of your application to avoid crashes with Xojo. Events are buffered until you the main thread has time available.
Older plugins execute the event on the thread where the event was created which may lead into problems described in the ThreadMBS class documentation.

OldPhidgetInterfaceKitMBS.OutputChanged(index as Integer, value as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Phidgets MBS Phidgets Plugin 7.7 ✅ Yes ✅ Yes ✅ Yes ❌ No
Returns the number of digital outputs on this particular Phidget device.

With plugin version 8.5 and newer this event is executed on the main thread of your application to avoid crashes with Xojo. Events are buffered until you the main thread has time available.
Older plugins execute the event on the thread where the event was created which may lead into problems described in the ThreadMBS class documentation.

OldPhidgetInterfaceKitMBS.SensorChanged(index as Integer, value as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Phidgets MBS Phidgets Plugin 7.7 ✅ Yes ✅ Yes ✅ Yes ❌ No
Called on any sensor change.

With plugin version 8.5 and newer this event is executed on the main thread of your application to avoid crashes with Xojo. Events are buffered until you the main thread has time available.
Older plugins execute the event on the thread where the event was created which may lead into problems described in the ThreadMBS class documentation.

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


The biggest plugin in space...