Search Results

by jdecoux
Thu Feb 01, 2018 2:40 pm
Forum: General
Topic: Encoder API 22
Replies: 1
Views: 3704

Re: Encoder API 22

The easiest way to get all the Encoder channels working is to start with the Encoder example for your language. Then duplicate the channel as many times as necessary, being sure to address each one properly, as shown in our recent article Addressing Many Phidgets , or in our video on addressing Phid...
by jdecoux
Tue Jan 30, 2018 2:10 pm
Forum: Linux
Topic: Python Phidget22 module - scan usb
Replies: 2
Views: 5483

Re: Python Phidget22 module - scan usb

To view all attached Phidgets, you can use the Phidget Manager. You can use the Manager example as a starting point to see how it works. That can be found here.
by jdecoux
Tue Jan 23, 2018 2:11 pm
Forum: Python
Topic: Data logging with library 22
Replies: 2
Views: 5163

Re: Data logging with library 22

Hi Mark, Every event handler in Phidget22 for Python has a self parameter that references the instance of the object that called the event. To pass data to the event handlers, you can add attributes to the object instance, and it will be available using the self parameter of the event, which is the ...
by jdecoux
Fri Jan 12, 2018 11:41 am
Forum: General
Topic: Should state be persistent when closing phidget channel or not?
Replies: 5
Views: 35249

Re: Should state be persistent when closing phidget channel or not?

The intended behavior for Phidgets in Phidget22 is to return to an "off" state after they are closed. This mode of operation allows you to keep track of a Phidget's state at all times while it is in use. We will make a note of this change in our documentation for future reference. As for a...
by jdecoux
Mon Nov 13, 2017 11:29 am
Forum: Labview
Topic: Error 7003 and LV2017 64-bit crash after 2nd time running stepper run mode example.
Replies: 4
Views: 21505

Re: Error 7003 and LV2017 64-bit crash after 2nd time running stepper run mode example.

cvaum: A similar problem with StepperAddPositionOffset.vi has been fixed in a recent release. Please update your Phidget LabVIEW library and try again.

https://www.phidgets.com/docs/Language_ ... #Libraries
by jdecoux
Mon Nov 13, 2017 11:14 am
Forum: Labview
Topic: Error 7003 and LV2017 64-bit crash after 2nd time running stepper run mode example.
Replies: 4
Views: 21505

Re: Error 7003 and LV2017 64-bit crash after 2nd time running stepper run mode example.

cburak : Error 7003 means the the library has timed out when looking for your device. Since the program has already successfully run once, chances are LabVIEW is holding on to something after your program has been run. Try running Reset All.vi under the Phidgets->Phidget Common palette after runnin...