Started transportation job queue

This commit is contained in:
2026-02-17 11:37:34 +01:00
parent b35746eab0
commit 7126a7dd7e
5 changed files with 158 additions and 12 deletions

View File

@@ -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>