JacobR Posted November 25, 2022 Report Posted November 25, 2022 Hi, I'm developing a project with a potentiometer and Measurement computing hardware (MC-200 usb) all connected to a barbell to give me the speed and position when going up and down. At the moment I can't create repeats. I should make an xy graph with the peak of position(y) and instead of having the time on (x) I should have the reps done. I am attaching a link of a video to explain myself better. (Minute 5.20) is it possible to recreate the same graph in labview? The file that vi. that I enclose is provided only with the position based on the time. How do I create reps with peak speed or position? proof_pot.vi Quote
Gribo Posted November 26, 2022 Report Posted November 26, 2022 You will have to calculate what position (# rotations?) each rep generates. For speed, differentiate over time. Quote
JacobR Posted November 26, 2022 Author Report Posted November 26, 2022 What can be a possible block diagram to insert in labview? unfortunately I can't go on 🙏🏻 Quote
Gribo Posted November 26, 2022 Report Posted November 26, 2022 You have to divide this problem into smaller parts: 1. Detect start, top and bottom positions of the potentiometer 2. Calculate distance based on potentiometer position. 4. Calculate speed (distance over time) 5. Detect repeats. 6. LabVIEW has the XY graph control, it can create a bar display. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.