Manual Changes Depending on ROM Version
Change 1
N+8.321900E-004,N+2.290100E-003,N+3.298500E-003,N+3.635200E-003,
N+3.723200E-003,N+3.744200E-003,N+3.750600E-003,N+3.753600E-003,
N+3.756300E-003,N+3.758900E-003,N+3.761200E-003,N+3.763700E-003,
N+3.765400E-003,N+3.767700E-003,N+3.769600E-003,N+3.771600E-003,
N+3.773400E-003,N+3.775300E-003,N-2.994400E-005,N+5.370400E-006,
N+2.329300E-004,N+1.301200E-003,N+3.434400E-003,N+4.893700E-003,
N+5.395400E-003,N+5.534300E-003,N+5.571000E-003,N+5.582700E-003,
N+5.588900E-003,N+5.593600E-003,N+5.597700E-003,N+5.601500E-003,
N+5.605600E-003,N+5.608800E-003,N+5.612400E-003,N+5.615200E-003,
N+5.618500E-003,N+5.621600E-003,N+5.624300E-003,N-3.992100E-005,
N+1.014500E-005,N+3.293800E-004,N+1.772600E-003,N+4.517500E-003,
N+6.396500E-
This is because the length of data output from the HP 4155A/4156A and HP
4145B is dierent as follows:
HP 4145B data output format in system mode:
X+NN.NNNE+NN,X+NN.NNNE+NN, ... X+NN.NNNE+NN[cr][lf]
Each data consists of 13 characters (including a comma) except for the last
data, which consists of 12 characters.
HP 4155A/4156A data output format in system mode of 4145 syntax
command mode:
X+N.NNNNNNE+NNN,X+N.NNNNNNE+NNN,X+N.NNNNNNE+NNN, ... X+N.NNNNNNE+NNN
Each data consists of 16 characters (including a comma), except for the last
data, which consists of 15 characters.
X
Data status
+
+or
0
N
Numeric character
In this example, number of data points is 21
2
4=84 (21 Var1 steps and 4 Var2
steps). So, length of data string A$ should be at least 1343 (16 char
2
84
points - 1). Please modify line 20 as follows:
20 DIM A$[1343] ! <<< Modified 16 x 84 - 1 = 1343
The result display is as follows (all data is displayed):
N-9.984700E-006,N-5.928300E-007,N+6.088100E-005,N+3.772600E-004,
N+1.107160E-003,N+1.642400E-003,N+1.825100E-003,N+1.870300E-003,
N+1.879800E-003,N+1.882700E-003,N+1.884200E-003,N+1.885200E-003,
N+1.886500E-003,N+1.887500E-003,N+1.888700E-003,N+1.889700E-003,
N+1.890600E-003,N+1.891200E-003,N+1.892300E-003,N+1.893100E-003,
N+1.893700E-003,N-1.996500E-005,N+1.678600E-006,N+1.426100E-004,
N+8.323300E-004,N+2.290400E-003,N+3.298600E-003,N+3.634900E-003,
N+3.722600E-003,N+3.743600E-003,N+3.749900E-003,N+3.753400E-003,
N+3.756100E-003,N+3.758400E-003,N+3.761100E-003,N+3.763100E-003,
N+3.765100E-003,N+3.767500E-003,N+3.769500E-003,N+3.771400E-003,
N+3.773200E-003,N+3.775000E-003,N-2.994400E-005,N+5.361800E-006,
7-7