Search Results

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: 29410

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: 17829

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: 17829

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...