Search Results

by gdeol
Thu Jul 19, 2018 9:56 pm
Forum: Python
Topic: Running motor loop in parallel with data acquisition
Replies: 1
Views: 5186

Running motor loop in parallel with data acquisition

I want to move my stepper in a reciprocating motion (45 degrees to -45 degrees) While simultaneously measuring data through a DAQ. I have my DAQ sampling frequency set to 600[hz] Currently I'm running the stepper in a loop something like this motor.setTargetPosition(45) while motor.getismoving(): ac...
by gdeol
Mon Jul 16, 2018 12:54 pm
Forum: Python
Topic: Sampling faster than 125[Hz]
Replies: 1
Views: 5715

Sampling faster than 125[Hz]

I wasn't able to find any information on this topic.

Is it possible to sample the phidgets faster than their advertised sampling rate?

I'm interested in 500[Hz] on my encoders & wheatstone bridge for higher resolution data.