Search Results

by jdecoux
Wed Aug 17, 2022 9:28 am
Forum: InterfaceKits
Topic: Failsafe for PhidgetInterfaceKit 0/0/4
Replies: 2
Views: 20594

Re: Failsafe for PhidgetInterfaceKit 0/0/4

It is unlikely Failsafe will be added to the firmware of existing 1014 boards.

However, there is a 1014_3 in the works, slated for release likely before the end of October.
by jdecoux
Tue Jul 12, 2022 4:53 pm
Forum: General
Topic: Using setDeviceSerialNumber()
Replies: 1
Views: 7850

Re: Using setDeviceSerialNumber()

The order of devices connecting to an unspecified channel is not guaranteed. If you want to connect to a specific Phidget, you will need to be specific in your addressing parameters (e.g. setDeviceSerialNumber). The only time you can reasonably expect to connect to the right device without specifyin...
by jdecoux
Mon Jun 27, 2022 10:26 am
Forum: Python
Topic: BrakingStrength on DC Motor Phidget
Replies: 1
Views: 16031

Re: BrakingStrength on DC Motor Phidget

As implemented, DC Motor baking strength only applies when Velocity = 0 The velocity parameter is a target duty cycle, which will by definition apply power in one direction or another when Velocity is non-zero. Braking Strength is the fraction of time the motor will be shorted to itself once it has ...
by jdecoux
Mon Jun 27, 2022 10:03 am
Forum: General
Topic: Scan for Phidget sensors attached?
Replies: 5
Views: 27920

Re: Scan for Phidget sensors attached?

Sounds like you're looking for the Phidget Manager. It will detect any Phidgets that are connected and disconnected from your PC (and network, if configured). https://www.phidgets.com/docs/Phidget_Manager You can check the Hello World examples from the Code Samples page for an example of how to use ...
by jdecoux
Wed Feb 16, 2022 2:25 pm
Forum: All Other Phidgets
Topic: Voltage output update rate
Replies: 5
Views: 19861

Re: Voltage output update rate

OUT1000 has been sped up to have a turnaround time of 2-3ms.
by jdecoux
Wed Feb 16, 2022 2:10 pm
Forum: All Other Phidgets
Topic: VCP1002_0 Voltage Input Phidget - Update Rate
Replies: 1
Views: 13101

Re: VCP1002_0 Voltage Input Phidget - Update Rate

We've looked into it, and it looks like there is indeed headroom to get VCP1002 to go faster, with an expected new minimum interval between 10-20ms. Expect an update in the coming weeks.
by jdecoux
Tue Feb 15, 2022 11:20 am
Forum: General
Topic: 0-500kg Load Cell precision
Replies: 2
Views: 10734

Re: 0-500kg Load Cell precision

To measure 2kg on a 500kg load cell, you are using 0.4% of its full scale range. This would be equivalent to trying to accurately measure weights up to 20g on a 5kg load cell. Possible? Technically, but you're approaching the point where many other small effects could skew the results significantly ...
by jdecoux
Mon Feb 14, 2022 5:23 pm
Forum: All Other Phidgets
Topic: Phidget Spatial Tilt compensation
Replies: 3
Views: 14896

Re: Phidget Spatial Tilt compensation

MOT0109 and MOT1102 are your real options if you want orientation calculated for you.

MOT0109 features temperature compensation and more accurate sensors for applications that need them, but it sounds like the MOT1102 should be good enough for your purposes.
by jdecoux
Wed Feb 09, 2022 5:52 pm
Forum: All Other Phidgets
Topic: Phidget Spatial Tilt compensation
Replies: 3
Views: 14896

Re: Phidget Spatial Tilt compensation

Which Spatial 3/3/3 are you looking at? The ones with AHRS support will give you a tilt-compensated Heading from the algorithmData outlet, alongside Pitch and Roll. If all you need is an attitude-adjusted compass, I'd recommend going with an MOT1102 (which needs a VINT Hub, but still comes out cheap...
by jdecoux
Mon Jan 31, 2022 3:55 pm
Forum: General
Topic: Can't perform calibration on Phidgets 1044_1 IMU (version 502)
Replies: 1
Views: 8533

Re: Can't perform calibration on Phidgets 1044_1 IMU (version 502)

That actually sounds a lot like a crash related to the compass calibration program itself that we fixed a while ago, where the program would crash if the calibration took too long. Try updating you control panel (and by extension the compass calibrator) to the latest version, and let us know if that...