added remaining LSL2 entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:12:53 -07:00
parent 15b25a611c
commit 81e4baccb1
4474 changed files with 99825 additions and 0 deletions

View File

@ -0,0 +1,34 @@
compile insert SCHEDULE_EVENT_SUMMMARY_EQUATES
/*------------------------------------------------------------
Author : Infineon
Written : 07/25/2017
Description : Equates for the GetScheduleEventSummary service.
-------------------------------------------------------------*/
Equ SES_TYPE$ to 1
Equ SES_SUSCEPTOR$ to 2
Equ SES_CUSTNAME$ to 3
Equ SES_CUSTNAMESHORT$ to 4
Equ SES_EPIPARTNO$ to 5
Equ SES_STARTDATE$ to 6
Equ SES_ENDDATE$ to 7
Equ SES_TOTALDAYS$ to 8
Equ SES_TOTALWAFERS$ to 9
Equ SES_REMAINING$ to 10
Equ SES_COMPLETE$ to 11
Equ SES_WOCLOSEDFLAG$ to 12
Equ SES_HOTLOTFLAG$ to 13
Equ SES_CURRENTFLAG$ to 14
Equ SES_NOTEFLAG$ to 15
Equ SES_STARTDTM$ to 16
Equ SES_ENDDTM$ to 17
Equ SES_TITLE$ to 18
Equ SES_DESCRIPTION$ to 19
Equ SES_BACKCOLOR$ to 20
Equ SES_FORECOLOR$ to 21
Equ SES_PSN$ to 22
Equ SES_RECIPE$ to 23
Equ SES_DAYLENGTHCODE$ to 24
Equ SES_BLOCK_OUT$ to 25
Equ SES_BLOCK_TYPE$ to 26