...so far. Please keep it goingvanpeebles wrote:This has been a very enjoyable and interesting thread to read

...so far. Please keep it goingvanpeebles wrote:This has been a very enjoyable and interesting thread to read
Thanks for your comments.tcat wrote:Your MDV2_ seems on average a bit slower, is that your star performer? Usually it is the drive mounted as MDV1_ , as MDV2_ picks some noise in the QL case, the QL board is a subject to applying the documented mod for better drive performance.
The facts we have learnt about your Iss#5,6 drives:Generally speaking I can say that both drives got evident superior results in comparison with the key-edged ones.
After some tests I can say that the best results are averagely obtained with mdv2. I got 238/241 sectors, but frankly I don't think that a so slight speed difference could be sufficient to produce such results.Cristian wrote:concerning my straight-edged mdv: when I mounted them in the QL i decided to swap the units (and the shield). So my current mdv2 was originally the mdv1.
I did't pay much attention on which unit got the best performance. I'll do some tests
Yes the wiring seems to correspond. Please see the pictures I posted:tcat wrote: Can you comment on motor power leads, if they are laid each from either side of the Iss#5 head board, as shown in RWAPs' pictures?
Consider Loop time formula.I don't think that a so slight speed difference could be sufficient to produce such results.
Code: Select all
LoopTime[s] = TapeLenght[mm] / ( RollerDiameter[mm] * PI) / MotorSpeed [r/m] * 60
Code: Select all
SectorCount[n] = LoopTime[s] * 10^6 / SectorTime[us]
Hi,Cannot believe that 0.00004 of a second can take one byte, that is 8 bits, can it?
Code: Select all
Sector time [us]: 31760
Tape length [mm]: 5080 ~ 200"
Loop time [s]: 7,19
Nominal sectors [n]: 225
Code: Select all
SectorLenght[mm] = TapeLenght[mm] / SectorCount[n]
Code: Select all
ByteLenght[mm] = SectorLenght[mm] / BytesPerSector[n]
Erm, no. Probably not. There is no mechanism that ever uses the two tracks on the tape in a parallel way. The tracks are being used for alternate bits, most probably to compensate for the time needed to magnetize and de-magnetize the heads and to space the bits wider apart on the tape to minimize interference.Pr0f wrote:Technical docs and hardware shows there are 2 heads, so your calculations need to reflect that 2 heads are in use.