BER1
2008-08-08 14:10:07 UTC
i have an application where a cylic load is applied to an object via a load cell. I need to record the peak load of every cycle and plot it on an XY graph versus the cycle number.
However, the only trigger available to tell labview to look for a peak and add a count to the cycle number, is when the load goes over a certain threshold. The load is over that threshold for 3/4 seconds normally.
I am struggling to:
1. Add a single count i.e. if I use a case structure the condition is true for 3/4 seconds so the count is not single
2. Record the peak load - If I use a while loop, the live load cell reading freezes at the point the loop starts.
I appreciate it is probably very easy code and I'm being a bit thick - but can someone help please!!
However, the only trigger available to tell labview to look for a peak and add a count to the cycle number, is when the load goes over a certain threshold. The load is over that threshold for 3/4 seconds normally.
I am struggling to:
1. Add a single count i.e. if I use a case structure the condition is true for 3/4 seconds so the count is not single
2. Record the peak load - If I use a while loop, the live load cell reading freezes at the point the loop starts.
I appreciate it is probably very easy code and I'm being a bit thick - but can someone help please!!