Platforms to show: All Mac Windows Linux Cross-Platform

Back to OldPhidgetAdvancedServoMBS class.

OldPhidgetAdvancedServoMBS.CurrentChanged(index as Integer, value as Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Phidgets MBS Phidgets Plugin 7.7 ✅ Yes ✅ Yes ✅ Yes ❌ No
The current value changed.

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.

OldPhidgetAdvancedServoMBS.PositionChanged(index as Integer, value as Double)

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

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.

OldPhidgetAdvancedServoMBS.VelocityChanged(index as Integer, value as Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Phidgets MBS Phidgets Plugin 7.7 ✅ Yes ✅ Yes ✅ Yes ❌ No
The velocity changed.

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