Modify
- or -
ERROR: oricfg query failed!");
$row = pg_fetch_array($res); extract($row);
$eep = array($reg00,$reg01,$reg02,$reg03,$reg04,$reg05,$reg06,$reg07,
$reg08,$reg09,$reg10,$reg11,$reg12,$reg13,$reg14,$reg15);
$hexeep = array();
for($idx=0; $idx<16; $idx++) {
$hexeep[$idx] = sprintf("0x%02x", $eep[$idx]);
$allregs .= $hexeep[$idx]; if($idx<15) $allregs .= ",";
}
?>
- or -
(*)a comma separated list of 16 hexadecimal numbers
Comments
Configuration
";
echo "Current Thresh: ".$thrshld_curr." [mA]
";
echo "Laser Rdyn: ".$lsrdiod_rdyn." [Ohm]
";
echo "Slope I(monitor)/I(bias): ".$slope_imd_ib." [uA/mA]
";
echo "OpticalPower/I(monitor): ".$ratio_op_imd." [uW/uA]
";
echo "Registers(00-03): ".$hexeep[0]." - ".$hexeep[1]." - ".$hexeep[2]." - ".$hexeep[3]."
";
echo "Registers(04-07): ".$hexeep[4]." - ".$hexeep[5]." - ".$hexeep[6]." - ".$hexeep[7]."
";
echo "Registers(08-11): ".$hexeep[8]." - ".$hexeep[9]." - ".$hexeep[10]." - ".$hexeep[11]."
";
echo "Registers(12-15): ".$hexeep[12]." - ".$hexeep[13]." - ".$hexeep[14]." - ".$hexeep[15]."
";
print "
Parameters in the serial EEPROM for the operation of the laser driver chip LTC5100:
";
print_eep_details($eep);
$test_link = "TEST RESULTS";
print "
Access ".$test_link." for this ORI (use Back on page bottom to return to this page!)";
?>
History