Note: Try to complete tasks 4.1.2, 4.3.1, 4.4.1, 4.4.2, 4.5, and 4.6.1 before coming to the WorkINGLab so that you have more time for the experimental part.
...
4.2.1 Measure the voltage with the multimeter across the strain gauge for both the unloaded and loaded beam. What is the difference in voltage between loaded and unloaded beam? Hint: you can even measure at the screws of the luster terminal as they are in contact with the clamped wires (fig. 6).
Drawio | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
4.3.2 Insert your value for zeroMVinput and your value for mV/digit into the Arduino code. You will need to provide those values in Vips later. 💾 (Please insert your code where the comments mention it and then uncomment those parts!)
Execute the Arduino-program. Pick the correct port and open the serial monitor. Make sure the baud-rate is set correctly! (Check the “Serial.begin(…);” statement.
Set the calibration value to set the zero balance: For this, you need to know the ADC-value for the 0mV input. Then try to achieve a reading "Result in digits" as close to this value as possible, by entering a's or z's to the serial monitor.
...