Platforms to show: All Mac Windows Linux Cross-Platform

Back to OldPhidgetEncoderMBS class.

OldPhidgetEncoderMBS.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
The event for a change in the input.

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.

OldPhidgetEncoderMBS.PositionChanged(index as Integer, position as Integer, time as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Phidgets MBS Phidgets Plugin 7.7 ✅ Yes ✅ Yes ✅ Yes ❌ No
The event called for every position change.

Index: Index of the Encoder firing the Event
Position: Position of the Encoder
Time: Time of 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...