First working implementation
- Currently only with one sided gripper
This commit is contained in:
@@ -10,8 +10,10 @@ VAR_GLOBAL CONSTANT
|
||||
// Scheduler constants
|
||||
MAX_STATIONS : UINT := 10;
|
||||
|
||||
// Factor to calc dynmaic priority from age of job in prio/s
|
||||
AGE_FACTOR : REAL := 1.0;
|
||||
// Factor to calc dynamic priority from age of job in prio/s
|
||||
AGING_STEP : UINT := 1;
|
||||
|
||||
MAX_PRIORITY : UINT := 65535;
|
||||
|
||||
// Job queue constants
|
||||
MAX_JOBS_IN_QUEUE : UINT := 10;
|
||||
|
||||
Reference in New Issue
Block a user