Add stationary relay block commands

This commit is contained in:
2021-09-17 16:07:49 +03:00
parent 4ef3ae7605
commit 81c94bcd1e
5 changed files with 133 additions and 9 deletions

View File

@@ -122,7 +122,7 @@ static void getDeviation(object *curobj){
Xc[counter] = curobj->xc; Yc[counter] = curobj->yc;
if(fXYlog){ // make log record
fprintf(fXYlog, "%.2f\t%.1f\t%.1f\t%.1f\t%.1f\t%.1f\t",
dtime() - tstart, curobj->xc, curobj->yc,
dtime(), curobj->xc, curobj->yc,
curobj->xsigma, curobj->ysigma, curobj->WdivH);
}
//DBG("counter = %d", counter);