[NEWSboard IBMi Forum]
  1. #1
    Registriert seit
    Aug 2001
    Beiträge
    309

    HP LaserJet 4200 + WSCST

    Hallo,

    ich möchte auf einem HP 4200, welcher mehrere Fächer (siehe unten) hat, das Fach 2,3 o. 4 (Tray2, Tray3 o. Tray4) per OVRPRTF ansteuern

    PHP-Code:
    Input/Output    Status    Size    Type
        Tray1               ANY SIZE   ANY
        Tray2                   A4    PLAIN
        Tray3                   A4    PLAIN
        Tray4                   A4    PLAIN
    STANDARD OUTPUT 
    Habe mit RTVWSCST bereits eine Quelle erstellt (laut IBM für *HP4000)

    PHP-Code:
        :DWRSLT                   
          DRAWER
    =PAPER            
          DATA 
    ='1B266C3248'X.    
        :
    DWRSLT                   
          DRAWER
    =ENVELOPE         
          DATA 
    ='1B266C3668314F'X.
        :
    DWRSLT                   
          DRAWER
    =DRAWER1          
          DATA 
    ='1B266C3448'X.    
        :
    DWRSLT                   
          DRAWER
    =DRAWER2          
          DATA 
    ='1B266C3148'X
    weis leider nicht was hier das Fach 2, 3 o. 4 (Tray) ist, bzw. was muß ich im WSCST hinzufügen um auf 2,3 u. 4 drucken zu können?

  2. #2
    Registriert seit
    Jul 2002
    Beiträge
    151

    DRAWER

    Du solltest die fehlenden Fächer einfügen:
    ACHTUNG ist ein Beispiel für einen Canon - die genauen ESC-Sequenzen dem Handbuch oder dem Web entnehmen!!!!
    :ADDDRWTBL.
    :ADDDRWTBLE
    NUMBER= 3
    DATA ='1B266C3548'X.
    :ADDDRWTBLE
    NUMBER= 4
    DATA ='1B266C323048'X.
    :ADDDRWTBLE
    NUMBER= 5
    DATA ='1B266C323148'X.
    :ADDDRWTBLE
    NUMBER= 6
    DATA ='1B266C3248'X.
    :ADDDRWTBLE
    NUMBER= 7
    DATA ='1B266C3748'X.
    :EADDDRWTBL.

    :DWRPAGSIZ.
    :DWRPAGSIZE
    DRAWER = 1
    PAGWTH = 11952
    PAGLEN = 16838.
    :DWRPAGSIZE
    DRAWER = 2
    PAGWTH = 11952
    PAGLEN = 16838.
    :DWRPAGSIZE
    DRAWER = 3
    PAGWTH = 11952
    PAGLEN = 16838.
    :DWRPAGSIZE
    DRAWER = 4
    PAGWTH = 16838
    PAGLEN = 23811.
    :DWRPAGSIZE
    DRAWER = 5
    PAGWTH = 11952
    PAGLEN = 16848.
    :DWRPAGSIZE
    DRAWER = 6
    PAGWTH = 11952
    PAGLEN = 16848.
    :DWRPAGSIZE
    DRAWER = 7
    PAGWTH = 11952
    PAGLEN = 16848.
    :EDWRPAGSIZ.

    Gruss Holger

Similar Threads

  1. Farbig Drucken auf HP Color LaserJet 4500 o. 4600n
    By muadeep in forum NEWSboard Drucker
    Antworten: 10
    Letzter Beitrag: 01-10-07, 21:32
  2. Druckproblem HP Laserjet 1320 von AS400
    By R.Lehmann in forum NEWSboard Drucker
    Antworten: 9
    Letzter Beitrag: 22-01-07, 20:27
  3. HP 2300 Linker Seitenrand und WSCST
    By hs in forum NEWSboard Drucker
    Antworten: 0
    Letzter Beitrag: 10-12-04, 14:53
  4. Druckproblem mit HP LJ 4200 auf AS/400
    By Nötzli in forum NEWSboard Drucker
    Antworten: 5
    Letzter Beitrag: 22-10-04, 11:32
  5. SNA-Server
    By Andreas Herzfeldt in forum IBM i Hauptforum
    Antworten: 6
    Letzter Beitrag: 08-04-04, 13:57

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • You may not post attachments
  • You may not edit your posts
  •