Search Results

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

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: 134

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: 7143

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: 426

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: 426

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: 228

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: 452

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: 640

Re: pH voltage using Labview

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

-Patrick
by Patrick
Wed Apr 26, 2023 12:10 pm
Forum: General
Topic: Read-only file system
Replies: 2
Views: 303

Re: Read-only file system

Have a look at the kernel log - it could be running into file system corruption and remounting the filesystem readonly.

You could try to a factory reset and see if that helps.

-Patrick
by Patrick
Fri Apr 14, 2023 1:38 pm
Forum: Linux
Topic: Unable to compile
Replies: 2
Views: 856

Re: Unable to compile

I'd recommend installing from package on Ubuntu. If you're using kinetic or something, you can just use the jammy repo.

I will update the source to handle these warnings.

-Patrick