Search Results

by peterpolidoro
Wed Jul 15, 2020 6:15 pm
Forum: All Other Phidgets
Topic: Connector pitch of 16x Isolated Solid State Relay Phidget
Replies: 0
Views: 15253

Connector pitch of 16x Isolated Solid State Relay Phidget

Hi. Can you please tell me what is the connector pitch between two of the openings on the screw terminals on the 16x Isolated Solid State Relay Phidget (REL1101_0)? I could not find that in the documentation. It looks to be around 4mm or so in the photos. Thanks!
by peterpolidoro
Fri Jan 31, 2020 10:29 am
Forum: General
Topic: Attached Status Change Before or After Calling onAttach Handler?
Replies: 1
Views: 5769

Attached Status Change Before or After Calling onAttach Handler?

Hi. I am curious, does the attached status returned by getAttached() change before or after the onAttach handler gets called? I would like to call some function once all Phidgets in my system have been attached. This is easy if I use openWaitForAttachment(), but I am curious about how to do this wit...
by peterpolidoro
Thu Jan 16, 2020 9:33 am
Forum: General
Topic: Negative Stepper Rescale Factor to Invert Direction?
Replies: 3
Views: 8239

Re: Negative Stepper Rescale Factor to Invert Direction?

Thank you. When I try using a negative value for the stepper rescale factor, however, I get errors when I try to set the velocity limit. When the rescale factor is negative, does that mean the velocity limit has to be negative when in step mode instead of positive? If so what other values need to be...
by peterpolidoro
Wed Jan 15, 2020 9:30 am
Forum: General
Topic: Negative Stepper Rescale Factor to Invert Direction?
Replies: 3
Views: 8239

Negative Stepper Rescale Factor to Invert Direction?

I do not see any range limitations on the stepper rescale factor in the documentation. Is it possible to use negative values to invert the motor direction?
by peterpolidoro
Fri Mar 08, 2019 9:20 am
Forum: C/C++
Topic: Open from multiple processes
Replies: 4
Views: 19629

Re: Open from multiple processes

If there are multiple VINT hubs connected to the host computer, is it possible to use a separate process for each hub? Or is the communication with the devices always limited to a single process, even if each hub is a separate USB device?
by peterpolidoro
Thu Mar 29, 2018 3:03 pm
Forum: General
Topic: Is the VINT data protocol open or closed source?
Replies: 1
Views: 3379

Is the VINT data protocol open or closed source?

I am curious if you have or if you plan to release details about the VINT data interface so we can communicate with phidgets directly from other microprocessors or create phidgets of our own that are recognized by the hub. Or is that something you try to discourage? Thanks?