Search Results

by Patrick
Tue Dec 05, 2023 10:39 am
Forum: C#.NET
Topic: Set StepperControlMode.Run ==> How to Motor Run
Replies: 1
Views: 35914

Re: Set StepperControlMode.Run ==> How to Motor Run

In run mode, use VelocityLimit to move the motor.

-Patrick
by Patrick
Wed Nov 29, 2023 5:08 pm
Forum: Python
Topic: macos: KeyboardInterrupt exception not working w/Phidget22.Devices.DigitalOutput
Replies: 7
Views: 82946

Re: macos: KeyboardInterrupt exception not working w/Phidget22.Devices.DigitalOutput

Yes, the issue was in the C library not the python library.

-Patrick
by Patrick
Wed Nov 29, 2023 11:58 am
Forum: Python
Topic: macos: KeyboardInterrupt exception not working w/Phidget22.Devices.DigitalOutput
Replies: 7
Views: 82946

Re: macos: KeyboardInterrupt exception not working w/Phidget22.Devices.DigitalOutput

Hi,

This issue has been resolved in the latest release. Thanks for reporting.

-Patrick
by Patrick
Tue Nov 28, 2023 12:49 pm
Forum: Python
Topic: macos: KeyboardInterrupt exception not working w/Phidget22.Devices.DigitalOutput
Replies: 7
Views: 82946

Re: macos: KeyboardInterrupt exception not working w/Phidget22.Devices.DigitalOutput

Hi,

I'm looking into this now. I can recreate the issue.

-Patrick
by Patrick
Fri Nov 24, 2023 3:22 pm
Forum: General
Topic: Is it possible to find Windows IoT/UWP drivers?
Replies: 1
Views: 31916

Re: Is it possible to find Windows IoT/UWP drivers?

We don't have UWP or ARM64 drivers for Windows at this time. UWP specifically requires some major rework of the library as we are using APIs not available in UWP, but we may do a release at some point.

-Patrick
by Patrick
Fri Nov 24, 2023 3:19 pm
Forum: macOS
Topic: M2 with MacOS 13.5 don't recognized phidget without physically dettach usb out and in
Replies: 7
Views: 65394

Re: M2 with MacOS 13.5 don't recognized phidget without physically dettach usb out and in

The latest max externals are compiled for Apple Silicon - are you using the latest libraries?

-Patrick
by Patrick
Wed Nov 22, 2023 3:43 pm
Forum: macOS
Topic: M2 with MacOS 13.5 don't recognized phidget without physically dettach usb out and in
Replies: 7
Views: 65394

Re: M2 with MacOS 13.5 don't recognized phidget without physically dettach usb out and in

1018_3B is the newest revision on the 1018, with different hardware, you can't upgrade to it.

Do you see the same issues on macOS 14?

I will try to reproduce your issue here.

-Patrick
by Patrick
Wed Nov 22, 2023 12:25 pm
Forum: macOS
Topic: M2 with MacOS 13.5 don't recognized phidget without physically dettach usb out and in
Replies: 7
Views: 65394

Re: M2 with MacOS 13.5 don't recognized phidget without physically dettach usb out and in

Hi, Can you try installing the standalone control panel, and see if that helps? It uses a different type of kernel driver than the regular installer. Alternatively, the latest version of the 1018 (1018_3B) doesn't require a kernel driver at all, but this would require you to upgrade your hardware. T...
by Patrick
Tue Oct 17, 2023 9:38 am
Forum: General
Topic: Help: Cannot Install Phidget on a random Window 7 computer
Replies: 8
Views: 19091

Re: Help: Cannot Install Phidget on a random Window 7 computer

This means that WinUSB drivers aren't getting loaded as expected for some reason. I suspect an update issue. I recommend trying these steps:

https://community.silabs.com/s/article/ ... uage=en_US

-Patrick
by Patrick
Mon Oct 16, 2023 11:44 am
Forum: Python
Topic: 1047 encoder: setDataRate(50) is 20% slower than requested
Replies: 4
Views: 21304

Re: 1047 encoder: setDataRate(50) is 20% slower than requested

After setting the DataRate, you can read it back to get the actual rate being used by the device.

-Patrick