<p dir="ltr"><br>
On May 21, 2015 12:32 PM, Alan Frisbie <frisbie@flying-disk.com> wrote:<br>
><br>
> Mark,<br>
><br>
> > > The difference with the simulator vs the real hardware is that,<br>
> > > in general the TPC program may never get a chance to queue more<br>
> > > than one I/O to the device since the first operation will likely<br>
> > > complete BEFORE control returns to the user mode program.  This<br>
> > > may stress the user mode program in ways which it never saw when<br>
> > > real tape operations took many milliseconds (or seconds).<br>
> ><br>
> > An excellent point, which I had not considered.   I will have to<br>
> > do some exploration in this area.<br>
> ><br>
> > > If this is happening, some adjustments to the behavior of the<br>
> > > TS device can potentially be made to slow it down.  Try<br>
> > > "sim> DEP TS TIME 5000" or change 5000 to some other large number<br>
> > > (the default is 10).<br>
> ><br>
> > I will try this and let you know what happens.<br>
><br>
> I tried this, and it appears to fix the problem!   At least TPC<br>
> completes and has created a file of approximately the right size.<br>
><br>
> Thank you for saving me lots of debugging time.<br>
><br>
> Now the next problem:<br>
><br>
> When I try to create a new SIMH "tape", I am getting a "File open<br>
> error", but no other information.   How can I find out what the<br>
> problem is?   Here are the commands I am issuing:<br>
><br>
> sim> set ts0 format=tpc<br>
> sim> show ts0<br>
> TS0     not attached, write enabled, TPC format<br>
>         unlimited capacity<br>
> sim> attach -n ts0 newrsx11s.tpc<br>
> File open error<br>
> sim> </p>
<p dir="ltr">Simh does not support writing tapes in TPC format.</p>
<p dir="ltr">-Mark<br>
</p>