Search Results

by Patrick
Mon Jun 05, 2023 3:39 pm
Forum: All Other Phidgets
Topic: Unsupported VINT Phidget
Replies: 3
Views: 21538

Re: Unsupported VINT Phidget

Can you post the contents of ~/Library/Logs/phidget22controlpanel.log?

I performed an upgrade on DAQ1200_0 just now on my mac, and couldn't reproduce you issue.

If you unplug and replug the device, does it still report as unsupported?

-Patrick
by Patrick
Mon Jun 05, 2023 1:40 pm
Forum: General
Topic: VINT HUB5000_0 and TMP1101_1 detected but not
Replies: 2
Views: 19720

Re: VINT HUB5000_0 and TMP1101_1 detected but not

Hi,

HUB5000 is a network Phidget, so you'll need to select 'Remote (Network)' in the code sample generator.

-Patrick
by Patrick
Tue May 30, 2023 11:03 am
Forum: Java
Topic: jar only deployment
Replies: 1
Views: 40132

Re: jar only deployment

Yes this should be possible, assuming it's only meant to run on Windows.

-Patrick
by Patrick
Fri May 26, 2023 3:26 pm
Forum: Linux
Topic: phidget22 python API issue
Replies: 2
Views: 18751

Re: phidget22 python API issue

Have a look here: https://www.phidgets.com/docs/OS_-_Linux

You'll need to create the udev rule to allow access on linux to non-root users.

-Patrick
by Patrick
Mon May 15, 2023 1:16 pm
Forum: General
Topic: Scan for Phidget sensors attached?
Replies: 5
Views: 28011

Re: Scan for Phidget sensors attached?

You need to try opening a channel to see whether it's in use by another program - in which case open will time out.

The IsOpen property tells you whether a channel you created is open (open() was called on it).

-Patrick
by Patrick
Wed May 10, 2023 10:41 am
Forum: C#.NET
Topic: Not able to compile C# examples
Replies: 3
Views: 24491

Re: Not able to compile C# examples

Hi, 1042 doesn't have on-board AHRS, so as you've seen, you need to calculate your orientation yourself - you can do this in a number of different ways. The SpatialAHRS example does include the ComplementaryAHRS.cs, which is similar to the algorithm embedded in our more advanced Spatials. We have fo...
by Patrick
Tue May 09, 2023 9:45 am
Forum: C#.NET
Topic: Not able to compile C# examples
Replies: 3
Views: 24491

Re: Not able to compile C# examples

Hi, I would recommend using the code sample generator on the product page to generate much simpler readable code. The example you have is the full-featured control panel GUI, and it is more geared towards usability than readability. I did notice recently that the standalone AHRS GUI doesn't compile,...
by Patrick
Tue May 09, 2023 9:38 am
Forum: C#.NET
Topic: Wrong compass bearing
Replies: 1
Views: 20810

Re: Wrong compass bearing

Have you run through the compass calibration program? The bearing can be highly affected by environment.

-Patrick
by Patrick
Tue May 09, 2023 9:21 am
Forum: All Other Phidgets
Topic: Firmware 204 issues
Replies: 1
Views: 27905

Re: Firmware 204 issues

Hi,

I have not been able to reproduce this issue. I wonder if you could recreate the bug and then send me the Phidget network server log from the HUB5000 web interface?

-Patrick
by Patrick
Mon May 01, 2023 12:59 pm
Forum: Labview
Topic: pH voltage using Labview
Replies: 1
Views: 26127

Re: pH voltage using Labview

You can get the voltage by using the VoltageInput channel type in Labview.

-Patrick