Products > Test Equipment
Old Philips Fluke 97 / 96B (maybe others?)
harrimansat:
With the tool created by Marrob is easy to change firmware, but calibration data is not compatible with some versions, 3.xx with 4.xx for example. If you have acces to a calibrator you can calibrete your scope/multimeter. If not is better dont do it. Anyway you can make a calibration data backup and return scope to original firmware. I have flash a B firmare in non B scope and it works. With the Marrob tools is you can always recover the scope.
DeckelHead:
Ah! Thank you! When i was going over all of the pages of posts on the thread, I missed the one taking you to the other thread! That helps a LOT.
david69:
This is working ID for broken scopemeter
'nacteni identifikatoru pristroje.
CLS 'Clears the PC screen.
OPEN "COM1:1200,N,8,1,CS,DS,RB2048" FOR RANDOM AS #1
PRINT #1, "ID" 'Sends IDENTIFICATION query.
GOSUB Acknowledge 'Input acknowledge from test tool.
INPUT #1, IDENT$ 'Inputs the queried data.
PRINT IDENT$ 'Displays queried data.
CLOSE #1
END
Acknowledge:
INPUT #1, ACK 'Reads acknowledge from test tool.
IF ACK <> 0 THEN
PRINT "Error "; ACK; ": ";
SELECT CASE ACK
CASE 1
PRINT "Syntax Error"
CASE 2
PRINT "Execution Error"
CASE 3
PRINT "Synchronization Error"
CASE 4
PRINT "Communication Error"
CASE IS < 1
PRINT "Unknown Acknowledge"
CASE IS > 4
PRINT "Unknown Acknowledge"
END SELECT
PRINT "Program aborted."
END
END IF
RETURN
It is possible to use for programing flash???
'nahrani flashe pristroje
CLS 'Clears the PC screen.
OPEN "COM1:1200,N,8,1,CS,DS,RB2048" FOR RANDOM AS #1
PRINT #1, "PF" 'Sends program flash query.
GOSUB Acknowledge 'Input acknowledge from test tool.
INPUT "c:\qbasic\basic\dumb\97.bin" ; IDENT$ 'Inputs the queried data.
PRINT #1, IDENT$ 'Sends queried data.
CLOSE #1
END
Acknowledge:
INPUT #1, ACK 'Reads acknowledge from test tool.
IF ACK <> 0 THEN
PRINT "Error "; ACK; ": ";
SELECT CASE ACK
CASE 1
PRINT "Syntax Error"
CASE 2
PRINT "Execution Error"
CASE 3
PRINT "Synchronization Error"
CASE 4
PRINT "Communication Error"
CASE IS < 1
PRINT "Unknown Acknowledge"
CASE IS > 4
PRINT "Unknown Acknowledge"
END SELECT
PRINT "Program aborted."
END
END IF
RETURN
Thanks for any idea...
masterok:
Hi guys.
Maybe someone knows how to transfer calibration data of Fluke 97 memory from version 3.20 to version 4.02 and higher?
I extracted N28F010 memory chip, and put a socket instead. Now I can play with the dump.
It was also possible to read calibration data and flash memory of version 3.20.
I also found the location of the calibration data of version 4.
After re-flash device to version 4 by programmer, all additional functions appeared.
But when trying to insert calibration data from a dump 3.20 V 4, the device gives an error.
zagor:
hello I am looking for the firmware version 4.02 of the fluke 97 scopemeter if anyone could help me. thank you
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version