open-insight/LSL2/STPROCINS/RDS_LAYER_INFO_EQU.txt
2024-03-25 15:12:53 -07:00

41 lines
1.1 KiB
Plaintext

compile insert RDS_LAYER_INFO_EQU
* These are equates for the LAYER_INFO field in the RDS table
* so they are the @vm positions. This is used when there are
* same reactor layers.
* each layer is delimited by char(248)
* RL stands for RDS Layer
equ RLConMin$ to 1 ;* could be @svm
equ RLConTarget$ to 2 ;* could be @svm
equ RLConMax$ to 3 ;* could be @svm
equ RLConUnits$ to 4
equ RLRecipeNo$ to 5
equ RLThickRead$ to 6 ;* will be @svm
equ RLEpiTime$ to 7
equ RLSheetRHORead$ to 8 ;* will be @svm
equ RLTThickAvg$ to 9
equ RLTThickStdev$ to 10
equ RLDopantFlow$ to 11
equ RLTThickMax$ to 12
equ RLTThickMin$ to 13
equ RLTThickUnif$ to 14
equ RLOvergrowReq$ to 15
equ Avail2$ to 16
equ RLTResAvg$ to 17
equ RLTResStdev$ to 18
equ RLTResMax$ to 19
equ RLTResMin$ to 20
equ RLTResUnif$ to 21
equ Avail3$ to 22
equ Avail4$ to 23
equ RLThickMin$ to 24
equ RLThickTarget$ to 25
equ RLThickMax$ to 26
equ RLThickUnits$ to 27
equ RLResMin$ to 28
equ RLResTarget$ to 29
equ RLResMax$ to 30
equ RLResUnits$ to 31