02-22-2019 10:16 AM
So I have a VI created that will take the voltage given by the accelerometer and translate that to the acceleration from an impact. I'm very new to this and am now having great difficulty trying to add to this program to create a Force vs. Time graph, as well as extracting max / min values in the force graph. Any help would be much appreciated, I've attached the current VI to this. Also, if it helps I'm only using LabView 8.6.1
02-22-2019 10:21 AM
One problem I see. You are collecting 10,000 samples at 1000 Hz rate. That means 10 seconds worth of data.
Your timeout value is also 10 seconds.
You'll get a timeout error right about the same time you are finishing your data capture. Try an 11 second timeout.
02-22-2019 10:29 AM
Ok thank you for pointing that out, I was thinking that setting the timeout at when the sample count completes would work, but I'll change that.
02-24-2019 12:27 PM
Here are some suggestions:
Bob Schor
02-24-2019 02:16 PM
I'm currently doing an unfunded Masters of Science in Engineering, studying the effects of impact loading on carbon fibre polymer sheets placed in pure tension. There hasn't been much dynamic testing done at my university in structural engineering, which is why I assume we only have a 10 year old version of LabView, and as the degree is unfunded, don't have access to a newer version. We have been using strain gauges to measure the strain due to the impact load, and converted that to a force, however the results don't make a whole lot of sense (reading between 6-12kN when expecting around 60kN). This is why I now want to use an accelerometer, attached directly to the drop mass which delivers the load. It's a unidirectional, piezometric accelerometer. I had not expected to need to learn how to program for this, until our strain gauges were giving us odd results, and that is why I'm new to it. I had only began looking into working with this software, in this capacity, the day prior to posting the question on here. I had seen a video online using the DAQ Assistant and was unaware it wasn't really preferable, going off your statement there, and was unaware there were other means of acquiring the data from the accelerometer.