Search Results

by Patrick
Tue Mar 12, 2024 9:24 am
Forum: General
Topic: Phidget 1017_2 disconnecting from VINT hub
Replies: 8
Views: 3275

Re: Phidget 1017_2 disconnecting from VINT hub

It's a bit complex, likely an issue with the hub itself. Two workarounds in the meantime: 1. EnableFailsafe on one of the 1017 channels, and make sure to refresh the failsafe faster then your failsafe timeout - this will keep the device from going to sleep when the relays are off, as it's the sleep ...
by Patrick
Fri Mar 08, 2024 10:13 am
Forum: General
Topic: Phidget 1017_2 disconnecting from VINT hub
Replies: 8
Views: 3275

Re: Phidget 1017_2 disconnecting from VINT hub

Can you enable library logging in your application and send an INFO level log covering the detach event?

Does the 1017_2 recover and reattach, or does it need a power cycle to come back?

-Patrick
by Patrick
Thu Feb 22, 2024 2:19 pm
Forum: Max/MSP
Topic: unable to load object bundle executable
Replies: 3
Views: 4145

Re: unable to load object bundle executable

This is fixed in the latest release.

-Patrick
by Patrick
Tue Feb 20, 2024 10:40 am
Forum: Max/MSP
Topic: unable to load object bundle executable
Replies: 3
Views: 4145

Re: unable to load object bundle executable

I will look into the issue.

-Patrick
by Patrick
Thu Feb 01, 2024 11:07 am
Forum: C#.NET
Topic: Sample project to connect MOT2002
Replies: 4
Views: 7775

Re: Sample project to connect MOT2002

The MOT2002 is an analog sensor, so you will need to set isHubPort to true before calling open in order to use the Voltage Input mode of the hub port.

On the MOT2002 product page, you can use the code sample generator to generate a sample project.

-Patrick
by Patrick
Tue Jan 09, 2024 5:17 pm
Forum: Android
Topic: Manager not setting mutability in Pending Intent
Replies: 1
Views: 109343

Re: Manager not setting mutability in Pending Intent

Hi,

We have released a fix for this issue, let us know if the latest Android library release is working for you. The fix is part of phidget22usb.jar

-Patrick
by Patrick
Tue Jan 02, 2024 12:28 pm
Forum: General
Topic: Detach & Removed Side Effects?
Replies: 1
Views: 27134

Re: Detach & Removed Side Effects?

You will always see detach events for child devices before the parent devices in the case of a hub or server detaching.
by Patrick
Mon Dec 18, 2023 11:04 am
Forum: Max/MSP
Topic: Wireless VINT Hub - attached 0
Replies: 2
Views: 39061

Re: Wireless VINT Hub - attached 0

Hi,

HUB5000 is a network Phidget so you will have to enable server discovery, or add the server. Have a look at the PhidgetNet.maxhelp example.

-Patrick
by Patrick
Tue Dec 12, 2023 12:52 pm
Forum: General
Topic: Error in Windows Application log
Replies: 7
Views: 69597

Re: Error in Windows Application log

Hi,

In the meantime, can you uninstall any bonjour from your system and install this newest version: https://www.phidgets.com/downloads/misc/Bonjour64.msi

Let me know if you are still seeing the errors.

-Patrick
by Patrick
Mon Dec 11, 2023 1:48 pm
Forum: General
Topic: Error in Windows Application log
Replies: 7
Views: 69597

Re: Error in Windows Application log

A replacement for the reliance on Apple Bonjour is definitely on the todo list. It's not trivial to move to an alternative for various reasons. The latest Bonjour from Apple is newer than the version that should produce these error messages, however a lot of software embeds Bonjour or mDNS support, ...