Search Results

by fraser
Mon Jun 10, 2024 10:08 am
Forum: General
Topic: housing removal
Replies: 1
Views: 853

Re: housing removal

Along the long side of the enclosure between the top half and bottom half, there is a small indent in the plastic. You can insert a small flat heat screw driver into this slot, and while gently pressing the screw driver against the side, twist the driver to "crack" open the enclosure. Some...
by fraser
Mon Apr 15, 2024 7:48 am
Forum: All Other Phidgets
Topic: 5V Digital Output from VINT Hub Phidget
Replies: 1
Views: 6028

Re: 5V Digital Output from VINT Hub Phidget

The digital outputs on the HUB0002 are limited to 3.3V, but there is a VINT device (OUT1100_0) that has 4 digital outputs that operate at 5V.

https://www.phidgets.com/?prodid=714
by fraser
Fri Dec 01, 2023 12:30 pm
Forum: RFID
Topic: RFID slow to read until solid read, then fast.
Replies: 1
Views: 27667

Re: RFID slow to read until solid read, then fast.

I can confirm that I see this behaviour as well. We can look into it and see if it is something that can be fixed via firmware upgrade.
by fraser
Mon Nov 06, 2023 9:21 am
Forum: General
Topic: SBC Port going idle after n time
Replies: 1
Views: 29827

Re: SBC Port going idle after n time

No the device should not ever enter an idle state, it should stay active as long as you have it opened.

1. What behaviour do you see when it loses connection? Is there a detach event?

2. Are you doing anything specific with the encoder when it loses connection or is it happening randomly?
by fraser
Tue Oct 17, 2023 7:47 am
Forum: All Other Phidgets
Topic: 1067 detach issue
Replies: 1
Views: 20224

Re: 1067 detach issue

Are you setting the VelocityLimit at any point? if so what are you setting it to? Additionally, what is your acceleration set to, if you set it?

The more info the better so I can try to replicate the issue
by fraser
Fri Oct 13, 2023 7:15 am
Forum: Python
Topic: 1047 encoder v200 reports firmware upgrade available, where are changes listed on site
Replies: 4
Views: 25509

Re: 1047 encoder v200 reports firmware upgrade available, where are changes listed on site

The major change on the 1047 is going to version 200, where it will no longer allow use with Phidget21 libraries (our older version of the libraries). If you are using Phidget22 libraries, this won't affect you. However going to 301 is advised. Downgrading is an option if 301 introduces any new prob...
by fraser
Fri Oct 13, 2023 7:13 am
Forum: Python
Topic: 1047 encoder v200 reports firmware upgrade available, where are changes listed on site
Replies: 4
Views: 25509

Re: 1047 encoder v200 reports firmware upgrade available, where are changes listed on site

The product revisions can be seen on the product page -> Specifications tab, and scroll down to the very bottom.
by fraser
Thu Oct 12, 2023 8:09 am
Forum: Python
Topic: 1047 API: Specify a counts per revolution (CPR) value to enable velocity
Replies: 5
Views: 27930

Re: 1047 API: Specify a counts per revolution (CPR) value to enable velocity

Yes you are right, the user guide doesn't make it very clear that that is not a function of the device itself, and only a function of the Control Panel Example. The velocity calculations have to be coded in manually when writing your own program. This is done in the onPositionChange event by dividin...
by fraser
Thu Oct 12, 2023 7:52 am
Forum: Python
Topic: Have both ENC1000_0 and 1047_2B encoders attached, how to distinguish?
Replies: 2
Views: 23537

Re: Have both ENC1000_0 and 1047_2B encoders attached, how to distinguish?

The best way to do this is by Serial Number. All USB Phidgets have a serial number, so your VINT Hub will have one, and the 1047_2B will have one. These numbers are always printed on a sticker on the device itself, but can also be found by opening the Phidget Control Panel - the serial number will b...
by fraser
Wed Oct 04, 2023 8:34 am
Forum: InterfaceKits
Topic: Completely bypass acceleration from DCC1002?
Replies: 1
Views: 21915

Re: Completely bypass acceleration from DCC1002?

What is your CurrentLimit set to? With max acceleration, you should see the duty cycle go from 0.0 to 1.0 in 10ms. If the device is current-limited, it will bring down the drive strength to meet this current limit. Using a current limit of 0.5A vs 4.0A could definitely cause a slower acceleration, n...