Search Results

by fraser
Fri Sep 01, 2023 8:04 am
Forum: All Other Phidgets
Topic: What hardware to buy?
Replies: 5
Views: 14980

Re: What hardware to buy?

We also just released a HUB0007_0 VINT Hub, which is a single port dongle style, if you are only using 1 sensor. If you expect to expand to more sensors, then the 6-port hub might suit you better.
by fraser
Fri Sep 01, 2023 8:02 am
Forum: All Other Phidgets
Topic: What hardware to buy?
Replies: 5
Views: 14980

Re: What hardware to buy?

Yes the cable for the VINT Hub would be USB Type-A to USB Mini-B (standard mini). I think what you have could work, although the sensing area on the 3104_0 is quite small. With these sensors, force needs to be applied directly to the inside of the sensing area, so you might have better luck with the...
by fraser
Thu Aug 31, 2023 9:34 am
Forum: All Other Phidgets
Topic: What hardware to buy?
Replies: 5
Views: 14980

Re: What hardware to buy?

A Load Cell could be difficult to mount to a chair, but would work if you find a way to do that. Force sensors would also work, and could probably be placed into the cushion. An accelerometer might work as well, but it could be hard to tell the difference between someone sitting on the chair vs simp...
by fraser
Tue Jul 04, 2023 8:01 am
Forum: Python
Topic: setTargetPosition Variable Speeds
Replies: 3
Views: 20565

Re: setTargetPosition Variable Speeds

In ControlMode 1, you only need to set "VelocityLimit" to control your speed and direction. MinVelocityLimit and MaxVelocityLimit are constants, and in control mode 1 they will be fixed to specific values. To control direction, you will set VelocityLimit to a positive number for one direct...
by fraser
Tue Jun 13, 2023 1:22 pm
Forum: RFID
Topic: RFID Reader AND touch sensors with VINT Hub?
Replies: 2
Views: 20072

Re: RFID Reader AND touch sensors with VINT Hub?

Unfortunately I think that might be the only option available to you.
by fraser
Tue May 23, 2023 10:07 am
Forum: Python
Topic: stepper moving with getState
Replies: 2
Views: 15922

Re: stepper moving with getState

calling mot4.close() will cause the motor to shutdown and stop doing whatever you just asked it to do. So it is "clacking" because it engages, and tries to move, then gets shut down immediately.

It seems more likely that you want to call close after the "else:"
by fraser
Mon May 15, 2023 2:24 pm
Forum: General
Topic: Scan for Phidget sensors attached?
Replies: 5
Views: 23500

Re: Scan for Phidget sensors attached?

The IsOpen property tells you whether a channel you created is open (open() was called on it).
Interesting, didn't know that distinction
by fraser
Mon May 15, 2023 9:14 am
Forum: General
Topic: Scan for Phidget sensors attached?
Replies: 5
Views: 23500

Re: Scan for Phidget sensors attached?

I believe you can check the "IsOpen" property from the channel in question in the Manager, which should tell you whether or not Open has been called on it
by fraser
Fri Apr 28, 2023 2:54 pm
Forum: All Other Phidgets
Topic: Gearbox question from a newby
Replies: 4
Views: 14436

Re: Gearbox question from a newby

The gearbox ratio listed in the product name (i.e., "42DMW61 NEMA17 Brushless Motor with 4.9:1 Gearbox") is usually an approximation of the ratio, and the actual specific gearbox ratio is always listed in the Specifications tab of the product. For this motor, it is listed as 4 7⁄8 : 1, whi...
by fraser
Fri Apr 28, 2023 7:14 am
Forum: All Other Phidgets
Topic: Gearbox question from a newby
Replies: 4
Views: 14436

Re: Gearbox question from a newby

those numbers are the gearbox "ratio" - for example a 30:1 means every 30 rotations of the input shaft on the gearbox, would produce 1 rotation on the output shaft of the gearbox. This is typically proportional to the increase in torque you will get from the gearbox. so a larger number (i....