Data acquisition on torque sensor

AI Thread Summary
To effectively acquire data from a torque sensor that outputs an analog signal of +/-5V for torque and TTL 5V digital signals for speed, a data acquisition device with a sample rate greater than 10kHz is necessary. Sampling at least twice the maximum frequency of the sensor, ideally around 20kHz, is recommended to capture all relevant data accurately. The user is setting up a test bench for characterizing electric motors, which includes measuring inductance, resistance, rotor inertia, torque, and speed. LabVIEW will be used to control the motor and brake while acquiring and processing the sensor data. Understanding the Nyquist theorem is crucial for ensuring proper data acquisition and signal processing.
Trainee28
Messages
9
Reaction score
0
Hello,

I am a new member. I have some question concerning data acquisition on a torque sensor and I hope someone can help me out.

I have a torque sensor that I use to mesure the torque and speed of a motor. The torque sensor outputs an analog signal of +/-5V (torque) and two digital signals TTL 5V(speed). I need to choose a data acquisition device to acquire the analog and digital signals of this torque sensor but I don't really know the specification to look for when choosing the right device. The torque sensor is able to take 10000 mesure of torque value per second (10kHz). With this information, should I choose a device with a sample rate larger than 10kHz or smaller? Why is that so?
 
Engineering news on Phys.org
If you want to get the full information of the sensor, you'll need at least 10 kHz. Depending on the application, you might be able to get away with a lower sampling rate. What do you want to do?
 
Actually, I am working on a test bench to characterize electric motor. The test bench is used to find out the values of inductance, resistance, rotor inertia, torque and speed of any three phase brushless motor mounted on the test bench. On the test bench, there is an electromagnetic brake to supply load torque, a torque sensor in the middle and at the other end a brushless motor, three of them aligned together. I have to use labview to control the electric motor and the brake as well, and then acquire the signals from the torque sensor where the data is then to be sorted out to generate graphs (Torque=f(Speed), Current=f(Speed), Current=f(Torque) etc). Since the test bench is incomplete, I have to find a data acquisition device as as interface between the torque sensor and the labview program.

I rather new in the field of electronic and I haven't studied signal processing before that's why all these frequency and data acquisition stuff seems kinda complicated to me. I hope you can help me out in this matter.
 
Trainee28 said:
The torque sensor is able to take 10000 measure of torque value per second (10kHz)

Welcome to the PF.

If you want to get all the information from that sensor, you will need to sample at twice the bandwidth, so 20kHz. You can read why here: http://en.wikipedia.org/wiki/Nyquist_frequency :smile:
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top