| | |
| | | } |
| | | // 16 2 STACK_COUNT // Count of Defect detected step |
| | | SPRINTRAW(2, "%2d", pDefectData->m_nStackStepCount); |
| | | // 17 60 STACK_STEP // Flow(Step) of defect detection |
| | | // 17 60 -> 400 STACK_STEP // Flow(Step) of defect detection |
| | | if (strlen(pDefectData->m_strStackFirst)) |
| | | { |
| | | SPRINTRAW(60, "%s", pDefectData->m_strStackFirst); |
| | | /* < KMH 20220712 : #4230 MOD Start > */ |
| | | //SPRINTRAW(60, "%s", pDefectData->m_strStackFirst); |
| | | SPRINTRAW(400, "%s", pDefectData->m_strStackFirst); |
| | | /* < KMH 20220712 : #4230 MOD End > */ |
| | | } |
| | | else |
| | | { |