Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
Scott
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Scott Sun
Scott
Commits
1142d287
Commit
1142d287
authored
Jan 04, 2021
by
Scott Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scott
parent
b3160cdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
ATS_AIM_customer_data_analysis.js
ats/topcam/ATS_AIM_customer_data_analysis.js
+8
-7
No files found.
ats/topcam/ATS_AIM_customer_data_analysis.js
View file @
1142d287
...
...
@@ -839,7 +839,7 @@ try {
// }
// mkPath(jobpath,["user","opcam","steps"])
script_info
({
msg
:
"Error-Signal layer analysis"
})
script_info
({
progress
:
85
})
script_info
({
progress
:
85
})
stepList
.
forEach
(
function
(
step
){
GEN
.
openStep
({
job
:
job
,
name
:
step
})
// 曝光
...
...
@@ -942,6 +942,7 @@ try {
GEN
.
clearLayers
()
GEN
.
affectedLayer
({
affected
:
'no'
,
mode
:
'all'
})
console
.
log
(
"==================================> Drill analysis"
)
// 钻孔
var
drillToSignals
=
drillLayers
.
map
(
function
(
v
){
// 获取到钻孔层对应的顶层和底层
...
...
@@ -1140,10 +1141,10 @@ catch (e) {
where
:{
job_id
:
JobId
,
attr_name
:
"cam_workflow_info"
},
})
IKM
.
save_job_info
({
jobid
:
JobId
,
jobinfohash
:{
cam_workflow_info
:
"err"
}})
sendEmail
({
subject
:
db_customer
+
' / '
+
Job
+
" analysis error"
,
content
:
_
.
toString
(
e
)
})
//
sendEmail({
//
subject:db_customer + ' / '+Job+ " analysis error",
//
content:_.toString(e)
//
})
}
IKM
.
msg
(
_
.
join
(
GEN
.
STATUS
,
"
\n
"
))
IKM
.
msg
(
e
)
...
...
@@ -2224,9 +2225,9 @@ function analysisDrill(par, step){
GEN
.
COM
(
"chklist_close,chklist=valor_analysis_drill,mode=hide"
)
GEN
.
COM
(
"chklist_close,chklist=tmp_chk,mode=hide"
)
GEN
.
deleteLayer
({
job
:
job
,
layer
:
drl_layer
})
GEN
.
deleteLayer
({
job
:
job
,
layer
:[
layer
,
layer
+
"+++"
]})
//
GEN.deleteLayer({job:job, layer:[layer, layer+"+++"]})
var
meas
=
GEN
.
getCheckMeas
({
job
:
job
,
step
:
step
,
chklist
:
'tmp_chk'
,
nact
:
1
})
meas
=
meas
.
filter
(
function
(
v
){
return
/^touch/
.
test
(
v
)})
if
(
meas
.
length
){
meas
.
forEach
(
function
(
v
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment