I have done more reading, and I am not sure if you are mistaken, or I am simply not familiar enough with the terminology and therefore am misunderstanding your answer.
There seem to be two different types of strain-gauge load sensors. The one like the RB-Phi-120 actually has 4 strain sensors inside, and are arranged internally like a Wheatstone bridge. They have the 4 wires necessary to make the connections.
But, the RB-Spa-488 is different and has only 3 wires. If you use 4 of the RB-Spa-488, you can form a Wheatstone bridge. Your circuit board Load Sensor Combinator RB-Spa-122, is an easy way to do this.
This page explaings the differences;
learn.sparkfun.com/tutorials/ge … load-cells
So, for my application, I have two possible approaches, both of which require that I have something like an Arudino that can accept the digital data;
1st approach;
Qty 4 of the $7, 50 Kg Micro Load Cell RB-Phi-120
Qty 1 of the $90, Phidgets PhidgetBridge Wheatstone Bridge Sensor Interface RB-Phi-10 (this accepts 4 separate Wheatstone bridge strain type sensors)
2nd approach;
Qty 4 of the $9.95, SFE Load Sensor-50kg RB-Spa-488
Qty 1 of the $1.95, SparkFun Load Sensor Combinator BOB-13281(this wires the sensors as a Wheatstone bridge)
Qty 1 of the $9.95, SparkFun Load Cell Amplifier - HX711
(or alternatively, Qty 1 of the $16.90, DFRobot HX711 Load Cell / Wheatstone Bridge Interface RB-Dfr-519)
Obviously, option 2 is the cheapest. And if I go with the DFRobot RB-Dfr-519, I have the option of just using the analog voltage to drive a separate servo board.
For other readers, I should also mention that there is a 3rd type of load sensor that you sell. This is the variable resistor type. They simply change their resistance to pressure, and can be read directly by an Arduino without using an amplifier. However, they are prone to drift if the load is kept on them, and are not nearly as accurate as the straing gauge type of sensors.
-Joe