WIP
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user