<%= Sensor_Name_Title(CInt(Type_mask("sensor_type")),CInt(Type_mask("mask_revision"))) %> Sensors Available for Mounting
<% If num_sensors>-1 Then %>Sensors with properties recorded (sorted by Vfd)
| Batch | Sensor | Vfd | Voper | Ib @ Voper | Ig @ Voper | <% If (sensor_type>0) and (sensor_type<6) Then %>Plateau | <% End If %>Poly | SOG | ONO | Breaks | Shorts | Pinholes | % Broken | <% If (sensor_type>0) and (sensor_type<6) Then %>Longterm | <% End If %>Acceptance |
| <%= batch(index(i)) %> | <%= sensor(index(i)) %> | <% If Not IsEmpty(Vfd(index(i))) Then Response.Write(CStr(Vfd(index(i)))) Else Response.Write(" ") End If %> | <% If Not IsEmpty(Voper(index(i))) Then Response.Write(CStr(Voper(index(i)))) Else Response.Write(" ") End If %> | <% If Not IsEmpty(Ib_voper(index(i))) Then Response.Write(CStr(Ib_voper(index(i)))) Else Response.Write(" ") End If %> | <% If Not IsEmpty(Ig_voper(index(i))) Then Response.Write(CStr(Ig_voper(index(i)))) Else Response.Write(" ") End If %> | <% If (sensor_type>0) and (sensor_type<6) Then %><% If (Not IsEmpty(PlateauLV(index(i)))) and (Not IsEmpty(PlateauUV(index(i)))) Then Response.Write(CStr(PlateauLV(index(i)))+" - "+CStr(PlateauUV(index(i)))) Else Response.Write(" ") End If %> | <% End If %><% If Not IsEmpty(PolyRes(index(i))) Then Response.Write(CStr(PolyRes(index(i)))) Else Response.Write(" ") End If %> | <% If Not IsEmpty(SOGC(index(i))) Then Response.Write(CStr(SOGC(index(i)))) Else Response.Write(" ") End If %> | <% If Not IsEmpty(ONOC(index(i))) Then Response.Write(CStr(ONOC(index(i)))) Else Response.Write(" ") End If %> | <% If Not IsEmpty(Cbreak(index(i))) Then Response.Write(CStr(Cbreak(index(i)))) Else Response.Write(" ") End If %> | <% If Not IsEmpty(Shorts(index(i))) Then Response.Write(CStr(Shorts(index(i)))) Else Response.Write(" ") End If %> | <% If Not IsEmpty(Pinholes(index(i))) Then Response.Write(CStr(Pinholes(index(i)))) Else Response.Write(" ") End If %> | <% If Not IsEmpty(Percentage(index(i))) Then Response.Write(CStr(100*Percentage(index(i)))) Else Response.Write(" ") End If %> | <% If (sensor_type>0) and (sensor_type<6) Then %><% If (Not IsEmpty(LT_current(index(i)))) and (Not IsEmpty(LT_time(index(i)))) Then Response.Write(CStr(LT_current(index(i)))+" ľA after "+CStr(LT_time(index(i)))+" days") Else Response.Write(" ") End If %> | <% End If %><% If Not IsEmpty(Acceptance(index(i))) Then Response.Write(CStr(Acceptance(index(i)))) Else Response.Write(" ") End If %> |
Sensors with no properties recorded (must be done with batch report)
| Batch | Sensor | Acceptance |
| <%= Avail_sensor_nd("batch") %> | <%= Avail_sensor_nd("sensor") %> | <%= Avail_sensor_nd("description") %> |