added CHRON_ID to LOT_EVENT table to have a sequential integer for debugging

This commit is contained in:
Infineon\StieberD
2025-08-13 15:53:30 -07:00
parent a094971d7d
commit adc247fd4c
3 changed files with 34 additions and 23 deletions

View File

@ -19,5 +19,7 @@ compile insert LOT_EVENT_EQUATES
equ LOT_EVENT_EVENT_OPERATION_ID$ to 10
equ LOT_EVENT_EVENT_OPERATOR_ID$ to 11
equ LOT_EVENT_SEQUENCE$ to 12
equ LOT_EVENT_CHRON_ID$ to 13
#endif