Search Results

by jdecoux
Mon Oct 02, 2023 9:48 am
Forum: Labview
Topic: Error 7050: Phidget Frequency Counter Data Inteval not settable
Replies: 3
Views: 39023

Re: Error 7050: Phidget Frequency Counter Data Inteval not settable

A fix has been made to FrequencyCounterStart.vi to call the correct DataInterval function, pending release. Thanks for pointing it out!

In the meantime, you can use the FrequencyCounterSetDataInterval.vi from the FrequencyCounter palette.
by jdecoux
Wed Sep 27, 2023 9:44 am
Forum: All Other Phidgets
Topic: Spatial IMU/AHRS algorithm params
Replies: 5
Views: 22503

Re: Spatial IMU/AHRS algorithm params

Thanks for clarifying the question! Knowing what confuses people really helps in improving documentation. I'm seeing there could be confusion between the documentation saying the device assuming it's at rest, and what that means practically. The device never fully disregards the gyroscope. Exceeding...
by jdecoux
Wed Sep 13, 2023 12:58 pm
Forum: All Other Phidgets
Topic: Spatial IMU/AHRS algorithm params
Replies: 5
Views: 22503

Re: Spatial IMU/AHRS algorithm params

Please disregard the comment about V104, after more intensive testing, it is completely functional. The problems mentioned above were present in an internal, unreleased build. We revert to recommending V104 at this time. To your earlier question 2: To check if AHRS/IMU parameters are doing anything ...
by jdecoux
Wed Sep 13, 2023 10:05 am
Forum: All Other Phidgets
Topic: Spatial IMU/AHRS algorithm params
Replies: 5
Views: 22503

Re: Spatial IMU/AHRS algorithm params

For clarity, are you using the MOT0110? 1: You can find explanations for what each parameter does on the linked page here: https://www.phidgets.com/docs/Spatial_Guide#AHRS_Parameters However, that wouldn't help you much at the moment because 2: Looking into it, setting the AHRS parameters was broken...
by jdecoux
Fri May 26, 2023 1:52 pm
Forum: General
Topic: Magnetometer Calibration Spatial1042
Replies: 2
Views: 18537

Re: Magnetometer Calibration Spatial1042

I'm having a hard time replicating this issue on this end with the same device, firmware and library versions.

What specifically are you doing to try to calibrate the compass?
by jdecoux
Fri May 26, 2023 1:25 pm
Forum: Linux
Topic: Linux, Artisan, Huky Roaster and an old Phidget 1048-0
Replies: 2
Views: 17209

Re: Linux, Artisan, Huky Roaster and an old Phidget 1048-0

All Phidgets are equally compatible with Linux, Windows, and Mac. So long as the Phidgets libraries are included with the Artisan build for Linux, I foresee no issues in switching over.
by jdecoux
Thu Dec 01, 2022 2:47 pm
Forum: C/C++
Topic: vint hub 5000 digital input c code
Replies: 1
Views: 26319

Re: vint hub 5000 digital input c code

The function you are looking for is PhidgetDigitalInput_getState(<params>)

You can see more about how to use it in the API tab for your device.
by jdecoux
Thu Dec 01, 2022 12:22 pm
Forum: Python
Topic: How to control one task then another
Replies: 1
Views: 22005

Re: How to control one task then another

To detect when your motor is done moving, you can either poll stepper0.getIsMoving() in a loop, or you can set up the stopped event handler to handle the event asynchronously (see setOnStoppedHandler for a brief example in the API).
by jdecoux
Tue Nov 15, 2022 11:09 am
Forum: C/C++
Topic: Phidget Basic Compass Bearing
Replies: 5
Views: 26135

Re: Phidget Basic Compass Bearing

1042 is an older Phidget that doesn't support new features such as internal heading calculation and tracking.

In this case, you will have to do some math, or migrate to an MOT1102, with accompanying VINT hub.
by jdecoux
Fri Sep 23, 2022 1:44 pm
Forum: All Other Phidgets
Topic: DST1200 Sonar Hardware Questions
Replies: 1
Views: 21222

Re: DST1200 Sonar Hardware Questions

1. I can't speak to the exact measurement angle of the sonar Phidget, but a roughly 30 degree cone seems reasonable. It's not in your question, but it is worth noting that you won't likely be able to operate more than one DST1200 in the same space, as it is possible they could interfere with one ano...