The Museum of HP Calculators


Wheatstone Bridge for the HP-41C/CV/CX

This program is Copyright © HP and is used here by permission. It was originally printed in the HP-67 EE(lab) Solution Book. This program was ported to the HP-41C by reading with the HP-41C card reader and the card reader may be required for operation of this program. This program was entered and uploaded by Tony Duell.

This program is supplied without representation or warranty of any kind. Tony Duell, Hewlett Packard and The Museum of HP Calculators therefore assume no responsibility and shall have no liability, consequential or otherwise, of any kind arising from the use of this program material or any part thereof.

Documentation Information (CD or source code)
How to get this Program to your Calculator (via HP-IL, disk, wand, and fingers)
Download Binary (.raw) program for disk or PC HP-IL Card download
Download Hexadecimal (.dat) program for Serial Port download

Program Listing

LINE  KEYS
 01 LBL "WHTBRG"
 02 LBL 11
 03 LBL B
 04 1
 05 STOP
 06 7P<>S
 07 STO 00
 08 7P<>S
 09 2
 10 STOP
 11 7P<>S
 12 STO 01
 13 7P<>S
 14 3
 15 STOP
 16 7P<>S
 17 STO 03
 18 RCL 00
 19 *
 20 RCL 01
 21 /
 22 7P<>S
 23 GTO 01
 24 LBL 13
 25 LBL D
 26 XEQ 00
 27 RCL 03
 28 RCL 02
 29 R-P
 30 RCL 01
 31 RCL 00
 32 R-P
 33 X<>Y
 34 R^
 35 -
 36 RDN
 37 X<>Y
 38 /
 39 R^
 40 X<>Y
 41 RCL 05
 42 RCL 04
 43 R-P
 44 X<>Y
 45 RDN
 46 *
 47 RDN
 48 +
 49 R^
 50 LBL 01
 51 STOP
 52 X<>Y
 53 GTO 01
 54 LBL 12
 55 LBL C
 56 XEQ 00
 57 RCL 00
 58 RCL 04
 59 *
 60 RCL 02
 61 /
 62 RCL 01
 63 RCL 03
 64 -
 65 RCL 05
 66 +
 67 X<>Y
 68 GTO 01
 69 LBL 00
 70 1
 71 STOP
 72 7P<>S
 73 STO 00
 74 RDN
 75 STO 01
 76 7P<>S
 77 2
 78 STOP
 79 7P<>S
 80 STO 02
 81 RDN
 82 STO 03
 83 7P<>S
 84 3
 85 STOP
 86 7P<>S
 87 STO 04
 88 RDN
 89 STO 05
 90 RTN
 91 STOP
 92 END

Go back to the HP-41 software library
Go back to the general software library
Go back to the main exhibit hall