Search Results

by Patrick
Tue Sep 05, 2023 9:51 am
Forum: General
Topic: Sorry to post here
Replies: 2
Views: 11496

Re: Sorry to post here

I see in the user log: Deleted post “Getting data from new Phidget Hub” written by “bitout” for the following reason: Spam.

This usually means that your post included a spammy link, but a mistake could have been made. You can re-post your question.

-Patrick
by Patrick
Tue Aug 29, 2023 4:20 pm
Forum: Linux
Topic: Network server requires authentication
Replies: 3
Views: 14398

Re: Network server requires authentication

The warning about i386 arch is just a warning and should not affect anything. I've talked to Brian about helping you myself tomorrow, as I would like to get to the bottom of this.

-Patrick
by Patrick
Tue Aug 29, 2023 11:30 am
Forum: General
Topic: Access an Ethernet HUB on a different Subnet
Replies: 3
Views: 20657

Re: Access an Ethernet HUB on a different Subnet

Correct, the Control Panel is using Bonjour. The Phidget API supports AddServer which allows you to just use the IP address.

-Patrick
by Patrick
Tue Aug 29, 2023 10:30 am
Forum: General
Topic: New User - New Hardware - Cant update FW on RTD Phidget
Replies: 2
Views: 11223

Re: New User - New Hardware - Cant update FW on RTD Phidget

The red VINT icon indicates a high-speed capable VINT2 device. When there is an upgrade you'll see a blue arrow-up icon next to the version.

-Patrick
by Patrick
Tue Aug 22, 2023 8:46 am
Forum: General
Topic: power plug (digital output) not turning off
Replies: 1
Views: 12984

Re: power plug (digital output) not turning off

Will it switch off from the Phidget control panel? Does it switch off when you unplug it?
by Patrick
Tue Aug 22, 2023 8:28 am
Forum: Javascript
Topic: Getting "connect ECONNREFUSED" on connection attempt
Replies: 4
Views: 27291

Re: Getting "connect ECONNREFUSED" on connection attempt

Would it be possible to get a copy of the network server logs from the failure period? It may be overwritten by now, but this would help me track down the issue.

C:\ProgramData\Phidgets\logs\Phidget22NetworkServer_networkserver.log

Thanks,
-Patrick
by Patrick
Wed Aug 09, 2023 9:33 am
Forum: Python
Topic: Solid state relay
Replies: 3
Views: 20033

Re: Solid state relay

Channel persistence is an upcoming feature in phidget22 but not currently supported.

-Patrick
by Patrick
Fri Jul 21, 2023 3:52 pm
Forum: General
Topic: Changing event queue size from default
Replies: 6
Views: 20750

Re: Changing event queue size from default

hi,

contact me at patrick@phidgets.com

I can send you the source, or get you a custom build.

That download is a very old copy of the library from 2018.

-Patrick
by Patrick
Fri Jul 21, 2023 3:45 pm
Forum: General
Topic: Getting size of current Phidget queue
Replies: 1
Views: 12181

Re: Getting size of current Phidget queue

No, this isn't exposed.
by Patrick
Wed Jul 19, 2023 11:31 am
Forum: General
Topic: Changing event queue size from default
Replies: 6
Views: 20750

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