2024-06-03
This commit is contained in:
10
OI-Metrology/tasks/archive-is-iis-at-50301.md
Normal file
10
OI-Metrology/tasks/archive-is-iis-at-50301.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
completed: "2023-09-19T16:12:59.533Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:07.250Z"
|
||||
updated: "2024-01-06T01:22:07.250Z"
|
||||
---
|
||||
|
||||
# Archive is IIS at 50301
|
16
OI-Metrology/tasks/change-eaf-to-save-and-info-pdsf.md
Normal file
16
OI-Metrology/tasks/change-eaf-to-save-and-info-pdsf.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
status: "1-Backlog"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:07.250Z"
|
||||
updated: "2024-01-06T01:22:07.250Z"
|
||||
---
|
||||
|
||||
# change-eaf-to-save-and-info-pdsf
|
||||
|
||||
## Sub-tasks
|
||||
|
||||
- [ ] change-eaf-to-save-and-info-pdsf
|
||||
|
||||
## Relations
|
||||
|
||||
- ~~change-eaf-to-save-and-info-pdsf.md~~
|
9
OI-Metrology/tasks/check-in-nginx-branch.md
Normal file
9
OI-Metrology/tasks/check-in-nginx-branch.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:07.250Z"
|
||||
updated: "2024-01-06T01:22:07.250Z"
|
||||
---
|
||||
|
||||
# Check in nginx branch
|
10
OI-Metrology/tasks/html-is-static-from-nginx.md
Normal file
10
OI-Metrology/tasks/html-is-static-from-nginx.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
completed: "2023-09-19T16:13:16.783Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:07.250Z"
|
||||
updated: "2024-01-06T01:22:07.250Z"
|
||||
---
|
||||
|
||||
# HTML is static from nginx
|
@ -0,0 +1,10 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-09-19T16:14:07.044Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:07.249Z"
|
||||
updated: "2024-01-06T01:22:07.249Z"
|
||||
---
|
||||
|
||||
# Jonathon Sperling Message-ID: <7ef01d1ca49e48d69a66ce0842a4d657@infineon.com>
|
10
OI-Metrology/tasks/remove-ifx-file-share.md
Normal file
10
OI-Metrology/tasks/remove-ifx-file-share.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-10-04T15:38:03.999Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:07.249Z"
|
||||
updated: "2024-01-06T01:22:07.249Z"
|
||||
---
|
||||
|
||||
# Remove IFX File-Share
|
10
OI-Metrology/tasks/server-is-iis-at-50302.md
Normal file
10
OI-Metrology/tasks/server-is-iis-at-50302.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
completed: "2023-09-19T16:13:07.500Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:07.250Z"
|
||||
updated: "2024-01-06T01:22:07.250Z"
|
||||
---
|
||||
|
||||
# Server is IIS at 50302
|
67
OI-Metrology/tasks/three-new-oi-api-endpoints.md
Normal file
67
OI-Metrology/tasks/three-new-oi-api-endpoints.md
Normal file
@ -0,0 +1,67 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
started: "2023-10-03T15:47:01.195Z"
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:07.250Z"
|
||||
updated: "2024-01-06T01:22:07.250Z"
|
||||
---
|
||||
|
||||
# Three new OI API Endpoints
|
||||
|
||||
```sql
|
||||
--- # 2. GetUCL
|
||||
--- ProductDataAverageSumOfDefectsProcessMeanProcessSigma
|
||||
--- product-data-average-sum-of-defects-process-mean-process-sigma
|
||||
--- Parameters: ReactorKey (41), TencorRecipe (8IN_THIN ROTR)
|
||||
SELECT [f_mean] AS ProcessMean,
|
||||
[f_sp] AS ProcessSigma
|
||||
FROM [spcepiworld].[dbo].[test_dat] test
|
||||
JOIN [spcepiworld].[dbo].[ctrl_lim] ctrl
|
||||
ON test.f_test = ctrl.f_test
|
||||
AND test.f_tsgp = 1104848523 /* Product Data */
|
||||
JOIN [spcepiworld].[dbo].[part_dat] part
|
||||
ON part.f_part = ctrl.f_part
|
||||
AND ctrl.f_test = 1125073605 /* Average Sum of Defects */
|
||||
JOIN [spcepiworld].[dbo].[prcs_dat] process
|
||||
ON process.f_prcs = ctrl.f_prcs
|
||||
WHERE test.f_name = 'Average Sum of Defects'
|
||||
AND process.f_name = '41'
|
||||
AND part.f_name = '8IN_THIN ROTR'
|
||||
```
|
||||
|
||||
```sql
|
||||
--- Parameters: RDSKey (608325), TencorRecipe (8IN_THIN ROTR) , ScanDTM (09/11/2023 01:34:11PM)
|
||||
--- DECLARE @RDS varchar(10)
|
||||
--- DECLARE @RECIPE varchar(30)
|
||||
--- DECLARE @INSERT_DT datetime SET @RDS = '608325' SET @RECIPE = '8IN_THIN ROTR' SET @INSERT_DT = '09/11/2023 01:34:11PM'
|
||||
SELECT child.slot,
|
||||
child.sumOfDefects,
|
||||
child.sort
|
||||
FROM Metrology.dbo.TencorRunHeader header
|
||||
INNER JOIN Metrology.dbo.TencorRunData child
|
||||
ON header.id = child.headerId
|
||||
WHERE header.rds = @RDS
|
||||
AND header.recipe LIKE @RECIPE + '%'
|
||||
AND child.InsertDate BETWEEN (SELECT(DATEADD(MINUTE, -5, @INSERT_DT)))
|
||||
AND (SELECT(DATEADD(MINUTE, 5, @INSERT_DT)))
|
||||
ORDER BY header.insertDate DESC,
|
||||
child.slot ASC
|
||||
```
|
||||
|
||||
```sql
|
||||
--- 3. GetWaferImagePath
|
||||
--- Parameters: RDSKey (608325), TencorRecipe (8IN_THIN ROTR), WaferNo (*01)
|
||||
--- DECLARE @RDS varchar(10)
|
||||
--- DECLARE @RECIPE varchar(30)
|
||||
--- DECLARE @WFRID varchar(10) SET @RDS = '608325' SET @RECIPE = '8IN_THIN ROTR' SET @WFRID = '*01'
|
||||
SELECT TOP (1)
|
||||
child.AttachmentID,
|
||||
child.insertDate
|
||||
FROM metrology.dbo.TencorRunData header
|
||||
INNER JOIN metrology.dbo.TencorRunData child
|
||||
ON header.id = child.headerid
|
||||
WHERE header.rds = @RDS
|
||||
AND header.recipe LIKE @RECIPE + '%'
|
||||
AND child.slot =
|
||||
```
|
9
OI-Metrology/tasks/update-pipeline-for-stealth.md
Normal file
9
OI-Metrology/tasks/update-pipeline-for-stealth.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:07.250Z"
|
||||
updated: "2024-01-06T01:22:07.250Z"
|
||||
---
|
||||
|
||||
# Update Pipeline for Stealth
|
9
OI-Metrology/tasks/update-pipleline-to-new-iis-ports.md
Normal file
9
OI-Metrology/tasks/update-pipleline-to-new-iis-ports.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:07.250Z"
|
||||
updated: "2024-01-06T01:22:07.250Z"
|
||||
---
|
||||
|
||||
# Update Pipleline to new IIS Ports
|
17
OI-Metrology/tasks/work-material-page.md
Normal file
17
OI-Metrology/tasks/work-material-page.md
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
assigned: ""
|
||||
progress: 0
|
||||
type: "note"
|
||||
created: "2024-01-06T01:22:07.250Z"
|
||||
updated: "2024-01-06T01:22:07.250Z"
|
||||
---
|
||||
|
||||
# WorkMaterial Page
|
||||
|
||||
- [x] Update SP1 TIBCO logic to support seconds after minutes
|
||||
- [ ] Update BioRad to support this again after breaking it
|
||||
|
||||
```
|
||||
\\messv02ecc1.ec.local\EC_Metrology_Si\WorkMaterialOut\API\2023_Week_17\2023-04-26_13\WMO-48B.json
|
||||
\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy\CDE5\638181148290431160\Staging__v2_49_0__CDE5__RsM__WMO\3426O036.RsM
|
||||
```
|
Reference in New Issue
Block a user