This commit is contained in:
2024-03-04 21:30:23 +01:00
parent e7d90c550a
commit 16f1795e32
9 changed files with 160 additions and 47 deletions

View File

@@ -71,11 +71,9 @@ int daqRealtime(int ecmcError)
return executeDAQs();
}
/** Link to data source here since all sources should be availabe at this stage
* (for example ecmc PLC variables are defined only at enter of realtime)
**/
int daqEnterRT(){
return linkDataToDAQs();
return validateDAQs(); //linkDataToDAQs();
}
/** Optional function.