datasheet,schematic,electronic components, service manual,repairs,tv,monitor,service menu,pcb design
Schematics 4 Free
Service manuals, schematics, documentation, programs, electronics, hobby ....


registersend pass
Bulgarian - schematics repairs service manuals SearchBrowseUploadWanted

Now downloading free:Keithley Kei2303.488

Keithley Kei2303.488 free download

Various electronics service manuals

File information:
File name:Kei2303.488.txt
Size:6 kB
Extension:txt
Mfg:Keithley
Model:Kei2303.488 🔎
Original:Kei2303.488 🔎
Descr: Keithley 2304a calsw Kei2303.488.txt
Group:Electronics > Other
Uploaded:21-05-2020
User:Anonymous
Multipart:No multipart

Information about the files in archive:
Decompress result:OK
Extracted files:1
File name Kei2303.488.txt

Program CalKeithley2303; { Model 2303 calibration program for use with manual calibration} {4/8/2015 v1.0 by GPS} const K2303 = 15; //DUT address K2001 = 16; fourohm = 3.84735; //Use characterized 4 ohm value. threek = 3000; //Use characterized 3 k ohm value. waitforseconds = 180; var ch:char; dateofcal:string; answer:string; dummy:string; value:double; calerr:boolean; label progend,retry; procedure waitforkeypress; begin; EZGPIB_ScreenWriteln('Press a key to continue.'); repeat until EZGPIB_KbdKeyPressed; ch:=EZGPIB_KbdReadKey; if ch = (CHR(27)) then begin; EZGPIB_ScreenClear; EZGPIB_BusWriteData(K2303,'*CLS'); EZGPIB_ScreenWriteln('Calibration aborted!'); calerr:=true; repeat until EZGPIB_KbdKeyPressed; ch:=EZGPIB_KbdReadKey; exit; end; end; procedure calend; begin; repeat EZGPIB_TimeSleep(2); // until EZGPIB_BusSourceOfSrq=K2303; until EZGPIB_BusSrq; // EZGPIB_BusWaitForData(K2303,dummy,0.1); EZGPIB_BusWriteData(K2303,'*ESR?'); EZGPIB_BusWaitForData(K2303,dummy,5.0); end; procedure errcheck; begin; EZGPIB_BusWriteData(K2303,':SYST:ERR?'); EZGPIB_BusWaitForData(K2303,answer,5.0); if answer <> '0,"No error"' then begin EZGPIB_ScreenWriteln('Error: '+answer); EZGPIB_ScreenWriteln('Calibration aborted!'); calerr:=true; end; end; procedure readdmm; begin; EZGPIB_TimeSleep(5); EZGPIB_BusWriteData(K2001,':READ?'); EZGPIB_BusWaitForData(K2001,answer,5.0); answer:=EZGPIB_ConvertToFixed(answer,5); end; begin; calerr:=false; EZGPIB_ScreenWriteln('Wait for program setup...'); EZGPIB_BusFindAllDevices; // GPIB Bus check. retry: EZGPIB_ScreenClear; EZGPIB_BusWriteData(K2303,'*CLS'); // Initialize 2303. EZGPIB_BusWriteData(K2303,'*ESE 1;*SRE 32'); // Enable OPC and SRQ. EZGPIB_BusWriteData(K2001,':SYST:PRES'); // Initialize 2001 EZGPIB_BusWriteData(K2001,':FORM:ELEM READ'); // Reading only. EZGPIB_ScreenWriteln('Model 2303 Calibration Program'); EZGPIB_ScreenWriteln('Enter calibration date (yyyy,mm,dd)'); dateofcal := EZGPIB_kbdReadln; dateofcal := EZGPIB_ConvertToDecimalComma(dateofcal) EZGPIB_ScreenWriteln(''); EZGPIB_ScreenWriteln(''); EZGPIB_ScreenWriteln(dateofcal+' Is it correct? y/n'); answer := EZGPIB_kbdReadln; EZGPIB_ScreenWrite(' '); if answer <> 'y' then // . begin EZGPIB_ScreenClear; goto retry; end; EZGPIB_BusWriteData(K2303,':CAL:PROT:CODE "KI002303"'); // Send KI002303 cal code. EZGPIB_BusWriteData(K2303,':CAL:PROT:INIT'); // Initiate calibratio



>> Download document << eServiceInfo Context Help



Was this file useful ? Share Your thoughts with the other users.

User ratings and reviews for this file:

DateUserRatingComment

Average rating for this file: 0.00 ( from 0 votes)


Similar Service Manuals :
Keithley 98932C(KPCMCIA_RS422_485S) - Keithley 6514RevA_DocSpec - Keithley Selector LowV-LowR - Keithley 2765 Thermistors - Keithley 052207 4ACS - Keithley 79480C(DASCard) - Keithley 3321RevB DocSpec -
 FB -  Links -  Info / Contacts -  Forum -   Last SM download : Samsung MAX-B420;MAX-B450;MAX-ZB450

script execution: 0.03 s