First Version of ACS Controller #329

Merged
muellerr merged 106 commits from acs-ctrl-v1 into develop 2022-12-02 16:21:58 +01:00
Showing only changes of commit 1844df2195 - Show all commits

View File

@ -48,6 +48,10 @@ void SusDummy::performControlOperation() {
} else { } else {
susSet.setValidity(true, true); susSet.setValidity(true, true);
} }
susSet.channels[0] = 3913;
susSet.channels[1] = 3912;
susSet.channels[2] = 3799;
susSet.channels[3] = 4056;
susSet.commit(); susSet.commit();
} }