Started transportation job queue
This commit is contained in:
@@ -9,6 +9,12 @@ 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;
|
||||
|
||||
// Job queue constants
|
||||
MAX_JOBS_IN_QUEUE : UINT := 10;
|
||||
END_VAR]]></Declaration>
|
||||
</GVL>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user