Search Results: Patrick

Products | Content | Learn | Forums

Searched query: patrick

by Patrick
Wed Jul 19, 2023 11:31 am
Forum: General
Topic: Changing event queue size from default
Replies: 6
Views: 30779

Re: Changing event queue size from default

You can build from source if you are on Linux - we don't distribute the full source for Windows or macOS.

What's your environment? OS? Language? GUI or console app? There is usually a solvable reason for dropped events.

-Patrick
by Rhybot
Wed Jul 19, 2023 11:07 am
Forum: General
Topic: Changing event queue size from default
Replies: 6
Views: 30779

Re: Changing event queue size from default

Hi Patrick, Thanks for the suggestion, and actually already have long-running tasks run on a thread. Yes, I don't fully understand why my queue is filling up, so I am just looking at all options. I am getting the EEPHIDGET_DISPATCH ...
by Patrick
Wed Jul 19, 2023 10:53 am
Forum: General
Topic: Changing event queue size from default
Replies: 6
Views: 30779

Re: Changing event queue size from default

... the control panel, or internal tests, we generally fill a queue in the event handler, and then deal with the data in chunks from another thread. -Patrick
by pos-informatique
Tue Jul 11, 2023 4:44 pm
Forum: Javascript
Topic: Wireless VINT Hub - phidget22.min.js:7 WebSocket connection to 'ws://192.168.100.1:5661/phidgets' failed
Replies: 2
Views: 22470

Re: Wireless VINT Hub - phidget22.min.js:7 WebSocket connection to 'ws://192.168.100.1:5661/phidgets' failed

Hello Patrick,

Thanks it's work now! :D
I just remarked on the VINT Hub portal it was writing "The webserver is required for JavaScript in-browser clients."... :?:oops:
by Patrick
Tue Jul 11, 2023 3:53 pm
Forum: Javascript
Topic: Wireless VINT Hub - phidget22.min.js:7 WebSocket connection to 'ws://192.168.100.1:5661/phidgets' failed
Replies: 2
Views: 22470

Re: Wireless VINT Hub - phidget22.min.js:7 WebSocket connection to 'ws://192.168.100.1:5661/phidgets' failed

The browser API uses a different port to connect than Node.js - 8080 by default (because it's using the websocket protocol while Node.js uses regular sockets).

-Patrick
by Patrick
Tue Jul 11, 2023 3:47 pm
Forum: General
Topic: Phidget22 API Discovery and Enumeration
Replies: 2
Views: 21403

Re: Phidget22 API Discovery and Enumeration

... to construct the tree view - the Parent of a channel is it's device. The parent of a device is either a VINT Hub (for VINT devices) or null. -Patrick
by Patrick
Tue Jul 04, 2023 10:46 am
Forum: General
Topic: Phidget22.Net & NetServerAddedEventArgs / NetServerRemovedEventArgs
Replies: 1
Views: 20775

Re: Phidget22.Net & NetServerAddedEventArgs / NetServerRemovedEventArgs

... and removed events, you should use the name field. As for why the hostname has been set to the name in the remove event - I'm not exactly sure. -Patrick
by Patrick
Wed Jun 14, 2023 9:45 am
Forum: General
Topic: set.DataInterval issue
Replies: 2
Views: 21030

Re: set.DataInterval issue

When both channels are being used the minimum data interval is 100ms. This is specified on the specifications tab on the product page.

-Patrick
by Patrick
Tue Jun 06, 2023 3:29 pm
Forum: Python
Topic: Maximum sampling rate with Encoder Phidgets
Replies: 1
Views: 28399

Re: Maximum sampling rate with Encoder Phidgets

1057/1047 offer our fastest encoder update rate (125Hz)

Depending on what kind of voltage you're measuring, you can get up to 1000Hz (VINT Hub ports in Voltage Input mode). Voltage VINT Devices will have slower data rates.

-Patrick
by Patrick
Tue Jun 06, 2023 3:22 pm
Forum: All Other Phidgets
Topic: Unsupported VINT Phidget
Replies: 3
Views: 22204

Re: Unsupported VINT Phidget

Do you have access to a Windows PC? The Windows control panel can be used to restore the firmware. Alternatively, contact support@phidgets.com to do a swap.

-Patrick