I have a 0.78 kg load cell connected to a HX711 amp connected to a USB-6009 oem NI card. If the load cell is directly connected to the NI card, and I average over enough measurements, the load cell force can be properly measured (around 1mV signal). However, the signal is fairly low, so I would need an amplifier to get more precise measurements. Once I attach the HX711, the signal becomes much higher, but it is always constant at around 1.3V, even though I apply a force on the load cell.
I followed the HX711 hookup guide on the SparkFun website. The vcc and vdd are therefore shorted to 5V. The measurement rate in LabView is set to 10 Hz, which I believe is the proper rate for the HX711.
The output from the HX711 is digital data, not an analog signal. You need to send commands to the HX711 to get back the digital data. A microcontroller like an Arduino is usually used to do this. Please see our [hookup guide for details on how to connect the HX711 to an Arduino if you want to learn how to access data from the HX711 digitally.