<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix">On 21-Mar-18 08:24, Jordi Guillaumes
      Pons wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:1C63E4BA-B1AB-4EEA-91E0-18F2F7EAF2EF@jordi.guillaumes.name">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <br class="">
      <div class="">
        <div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode:
          space; line-break: after-white-space;" class="">
          <div style="color: rgb(0, 0, 0); font-family: Helvetica;
            font-size: 12px; font-style: normal; font-variant-caps:
            normal; font-weight: normal; letter-spacing: normal;
            text-align: start; text-indent: 0px; text-transform: none;
            white-space: normal; word-spacing: 0px;
            -webkit-text-stroke-width: 0px;">Jordi Guillaumes i Pons<br
              class="">
            <a href="mailto:jg@jordi.guillaumes.name" class=""
              moz-do-not-send="true">jg@jordi.guillaumes.name</a><br
              class="">
            HECnet: BITXOW::JGUILLAUMES<br class="">
            <br class="">
            <br class="">
          </div>
        </div>
      </div>
      <div><br class="">
        <blockquote type="cite" class="">
          <div class="">On 21 Mar 2018, at 13:19, Timothe Litt <<a
              href="mailto:litt@ieee.org" class=""
              moz-do-not-send="true">litt@ieee.org</a>> wrote:</div>
          <br class="Apple-interchange-newline">
          <div class="">
            <meta http-equiv="Content-Type" content="text/html;
              charset=utf-8" class="">
            <div text="#000000" bgcolor="#FFFFFF" class=""> <br
                class="">
              <div class="moz-cite-prefix">On 21-Mar-18 07:02, Jordi
                Guillaumes Pons wrote:<br class="">
              </div>
              <blockquote type="cite"
                cite="mid:D7277527-0851-42A5-9257-726C674A6658@jordi.guillaumes.name"
                class="">
                <meta http-equiv="Content-Type" content="text/html;
                  charset=utf-8" class="">
                Some years ago I wrote a note to myself:
                <div class=""><br class="">
                </div>
                <div class="">- Enable printing:</div>
                <div class=""><br class="">
                </div>
                <div class="">1) Create file SYS:LPFORMS:INI with the
                  following content:</div>
                <div class=""><br class="">
                </div>
                <div class="">
                  <div style="margin: 0px; font-stretch: normal;
                    line-height: normal; font-family: "Andale
                    Mono"; color: rgb(40, 254, 20);
                    background-color: rgba(0, 0, 0, 0.901961);" class=""><span
                      style="font-variant-ligatures:
                      no-common-ligatures" class="">NORMAL:ALL/BANNER:01/HEADER:01/LINES:66/WIDTH:132/TRAILER:01</span></div>
                </div>
                <div class=""><br class="">
                </div>
                <div class="">2) In OPR: SHUTDOWN PRINTER 0</div>
                <div class="">3) In OPR: START PRINTER 0/<a
                    class="moz-txt-link-freetext" href="device:LPT0"
                    moz-do-not-send="true">DEVICE:LPT0</a></div>
                <div class=""><br class="">
                </div>
                <div class=""><br class="">
                </div>
                <div class="">I don’t remember what problem I was trying
                  to solve, but right now this file exists and printing
                  works. Hope it can help you.</div>
                <div class=""><br class="">
                </div>
                <div class=""><br class="">
                  <div class="">
                    <div dir="auto" style="word-wrap: break-word;
                      -webkit-nbsp-mode: space; line-break:
                      after-white-space;" class="">
                      <div style="font-family: Helvetica; font-size:
                        12px; font-style: normal; font-variant-caps:
                        normal; font-weight: normal; letter-spacing:
                        normal; text-align: start; text-indent: 0px;
                        text-transform: none; white-space: normal;
                        word-spacing: 0px; -webkit-text-stroke-width:
                        0px;" class="">Jordi Guillaumes i Pons<br
                          class="">
                        <a href="mailto:jg@jordi.guillaumes.name"
                          class="" moz-do-not-send="true">jg@jordi.guillaumes.name</a><br
                          class="">
                        HECnet: BITXOW::JGUILLAUMES<br class="">
                        <br class="">
                        <br class="">
                      </div>
                    </div>
                  </div>
                  <div class=""><br class="">
                  </div>
                </div>
              </blockquote>
              LPFORM.INI tells LPTSPL how to process forms (the paper
              stock on which a job is printed).<br class="">
              The default form is "Normal".  Form names with the same 4
              initial characters use the same stock; no operator
              intervention is required to change among them. (This is
              used to allow specifying soft parameters, such as the
              number of banner pages, per job.)  If a job requires
              different stock, the operator is notified.<br class="">
            </div>
          </div>
        </blockquote>
        <br class="">
      </div>
      <div>IIRC the problem was the print spooler didn’t got started on
        boot and a command to tell OPR it had the default form mounted
        was required to start printing. Defining LPFORMS.INI avoided
        that problem and the print spooler started automatically. Does
        it make sense to you?</div>
      <div><br class="">
      </div>
      <div>Blurred memories also tell me there was some alignement test
        involved. After telling OPR the printer had the form mounted it
        asked to confirm the form was correctly aligned.</div>
      <div><br class="">
      </div>
      <div>Doh, memory…</div>
      <div><br class="">
      </div>
      <div><br class="">
      </div>
      <br class="">
    </blockquote>
    Not exactly.  The default form is NORMAL.  The printer is started by
    OPR; as long as INITIA runs, it will start OPR, which will take
    SYSTEM.CMD.  SYSTEM.CMD is what configures the galactic components.<br>
    <br>
    LPTSPL is started by QUASAR whenever it's needed - that is, a stream
    is started and there's a job in the queue (or has been recently). 
    QUASAR maintains the printer state, so LPTSPL doesn't have to stick
    around when idle.  It's possible that LPTSPL prompts for a form if
    LPFORM.INI doesn't exist - I believe there's a default LPFORM.INI on
    the distribution tapes, and I don't recall running without one in a
    VERY long time :-)<br>
    <br>
    Alignment is invoked when the mounted stock changes and /ALIGN is
    specified in LPFORM.INI; it's used to match the VFU to the paper -
    e.g., when printing labels, or pre-printed forms (e.g. invoices,
    checks, greenbar).  <br>
    <br>
    It is likely that that without LPFORM.INI, LPTSPL conservatively
    asks for alignment.  As I said, it's a good idea to have one.<br>
    <br>
    However, the OP wasn't getting that far - the printer status shown
    is "not available", indicating that the stream is assigned to a
    device that doesn't exist or is assigned to another job.  The most
    likely cause is failing to enable it in SimH.<br>
    <br>
    I'm not inclined to read the code to refresh my memory of what
    happens without LPFORM.INI - having one is a good idea, and I don't
    think it relates to the OP's issue.<br>
    <br>
    <br>
  </body>
</html>