02-14-2013 03:49 PM
Hi everyone
I am testing load cell , and as the firstl value which sensors shows me is not 0, I need to initial my first value.
The thing is I use numerical controller and I just substract the initial value from my others data to see actual data.
The thing is I want to make this program automatically , I mean when I press start button the program automatically measure first data, save it and use it as initial data.
do you have any idea , suggestion ? thanks
Solved! Go to Solution.
02-14-2013 04:05 PM
On first run of the while loop, store the value in a shift register.
02-14-2013 04:10 PM
Hi how can I store the first value ? could you tell me setp by step please , thanks
02-14-2013 09:57 PM - edited 02-14-2013 09:57 PM
See below.