";
print "SerNr $sernr
\n";
print "
Parameters in the serial EEPROM for the operation of the laser driver chip LTC5100
";
print "\n";
print"OP set[uW] | OP measured[uW]\ Addr | 0x60 | 0x61 | 0x62 | 0x63 | 0x64 | 0x65 | 0x66 | 0x67 | 0x68 | 0x69 | 0x6A | 0x6B | 0x6C | 0x6D | 0x6E | 0x6F |
\n";
$eep_0_hex = dechex($eep_0);
if ($eep_0 == 0x96){
$eep_1_hex = dechex($eep_1u);
$eep_4_hex = dechex($eep54u & 0xFF);
$eep_5_hex = dechex($eep54u >> 8);
$eep_8_hex = dechex($eep98u & 0xFF);
$eep_9_hex = dechex($eep98u >> 8);
print"$opsetu uW | $opmeau uW | 0x$eep_0_hex | 0x$eep_1_hex | 0xc7 | 0x2 | 0x$eep_4_hex | 0x$eep_5_hex | 0x8 | 0x0 | 0x$eep_8_hex | 0x$eep_9_hex | 0x4 | 0x0 | 0x72 | 0xa | 0x21 | 0x10 |
\n";
}
$eep_1_hex = dechex($eep_1n);
$eep_4_hex = dechex($eep54n & 0xFF);
$eep_5_hex = dechex($eep54n >> 8);
$eep_8_hex = dechex($eep98n & 0xFF);
$eep_9_hex = dechex($eep98n >> 8);
$eep_d_hex = dechex($eep_dn);
print "$opsetn uW | $opmean uW | ";
print "0x$eep_0_hex | 0x$eep_1_hex | 0xc7 | 0x2 | 0x$eep_4_hex | 0x$eep_5_hex | 0x8 | 0x0 | 0x$eep_8_hex | 0x$eep_9_hex | 0x4 | 0x0 | 0x72 | 0x$eep_d_hex | 0x21 | 0x10 |
\n";
print "
\n";
print "
";
print "Current consumption:
";
print "- after reset $irst [A]
";
print "- after configurating $icnf [A]
";
print "- after shutdown of TLK and LTC $iasd [A]
";
print "- after shutdown $ioff [A]
";
print "Input voltage: $uin [V]
";
print "Internal voltages:
";
print " 3.3V digital (CPLD) on/off $u33d / $u33d_off [V]
";
print " 3.3V analog (LTC5100) on/off $u33a / $u33a_off [V]
";
print " 2.35 analog (TLK2501) on/off $u25a / $u25a_off [V]
";
}
} else {
print "go away!";
}
print "
";
print "Back";
print "
";
print "
please send any comments to: $contactemail
";