beta status finished
This commit is contained in:
parent
b085ababfb
commit
6119f76e97
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
******************************************************************
|
******************************************************************
|
||||||
history:
|
history:
|
||||||
V1.0 beta first release
|
V1.0 12.01.19 first release
|
||||||
|
|
||||||
|
|
||||||
******************************************************************
|
******************************************************************
|
||||||
@ -316,7 +316,7 @@ void loop() {
|
|||||||
|
|
||||||
// CG transverse axis
|
// CG transverse axis
|
||||||
if (nLoadcells > 2) {
|
if (nLoadcells > 2) {
|
||||||
CG_trans = (distanceX3 / 2) - ((weightLoadCell1 * distanceX3) / (weightLoadCell1 + weightLoadCell3));
|
CG_trans = (distanceX3 / 2) - (((weightLoadCell1 + weightLoadCell2 / 2) * distanceX3) / weightTotal);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user