00001 package ProdDatabase; 00002 00003 public interface endcapMetrologyData { 00004 00005 static final String[] endCapStatus = {"Ok","Problem","FAIL"}; 00006 00007 static final String[] xyEndCapMetrologyParameters = {"mhx", 00008 "mhy","msx","msy","midxf","midyf","sepf","sepb","stereo","a1","a2","a3","a4", 00009 "machine","temperature"}; 00010 00011 static final String[] xyEndCapDescriptions = { 00012 "Mounting hole X (mm)", 00013 "Mounting hole Y (mm)", 00014 "Mounting slot X (mm)", 00015 "Mounting slot Y (mm)", 00016 "X centre, front sensors (mm)", 00017 "Y centre, front sensors (mm)", 00018 "Separation of front sensors (mm)", 00019 "Separation of back sensors (mm)", 00020 "Stereo half angle (mrad)", 00021 "Rotation of sensor1 (mrad)", 00022 "Rotation of sensor2 (mrad)", 00023 "Rotation of sensor3 (mrad)", 00024 "Rotation of sensor4 (mrad)", 00025 "Measuring jig", 00026 "Temperature"}; 00027 00028 static final String[] zEndCapMetrologyParameters = { 00029 "zarray","zavef","zaveb","zmaxf","zminf","zmaxb","zminb", 00030 "zrmsf","zrmsb","machine","temperature"}; 00031 00032 static final String[] zEndCapDescriptions = { 00033 "Block of 100 values (mm)", 00034 "Mean Z front sensors (mm)", 00035 "Mean Z back sensors (mm)", 00036 "Max Z front sensors (mm)", 00037 "Min Z front sensors (mm)", 00038 "Max Z back sensors (mm)", 00039 "Min Z back sensors (mm)", 00040 "Z RMS front sensors (mm)", 00041 "Z RMS back sensors (mm)", 00042 "Measuring Jig", 00043 "Temperature"}; 00044 00045 00046 }