06-04-2025
03:05 PM
- last edited on
06-05-2025
10:31 AM
by
robertogni
My name is G Vinhu Praveen, and I am an undergraduate mechanical engineering student working on a Low-Velocity Impact (LVI) testing machine as part of my final-year project.
DAQ System: NI USB-6002
Load Cell: UNV-C (3000 kg, 2.0 ± 0.25 mV/V sensitivity, 700 Ω)
Signal Conditioning: HX711 or AD620 microvolt/millivolt voltage amplifier module
Frame: Custom-built drop-weight system compliant with ASTM D7136
Plot Force vs. Time in LabVIEW
(Optionally later: Force vs. Displacement)
I am new to LabVIEW and would truly appreciate guidance on:
Building a basic LabVIEW VI to acquire and log real-time data from my DAQ system
Creating a real-time Force vs. Time plot
(Bonus) Suggestions for Force vs. Displacement visualization
I’ve successfully wired the system and can read raw voltage from lab view , but I'm struggling to create the full data acquisition and visualization setup in LabVIEW.
If possible, I would be very grateful for a brief Google Meet session (even 30–60 minutes) with an expert to walk me through the LabVIEW setup. This would greatly help me complete my project effectively and on time.
06-05-2025 12:00 PM
Hi PRAVEEN__,
You mentioned about attached files, but I didn't find them, can you send the materials that you have and additional information about what exactly do you want to do.
06-06-2025 05:06 AM
Also, if you want to have a call for help, you can open a case on the webpage with this link Technical Support - NI
06-06-2025 08:00 AM
Hi
As a starting point :
Go to Menu - > Help -> Find Examples -> Hardware input and outpout -> DAQmx -> Analog Input -> Voltage - SW- Timed Input.vi
take a look and understand what the code is doing.
Then you need to add some functions to save the data.
Finally you need to understand XY plot in order to plot force x displacement.