home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 2002 January / STC_CD_01_2002.iso / CALAMUS / 2000L_DE / DRUCKER / SETTER / AGFACDT.SET < prev    next >
Text File  |  1997-10-07  |  2KB  |  39 lines

  1. ; all delay values in this config file are in 1/200 seconds
  2. ; delay between command and answer to command
  3. commandDelay    := 200;
  4. ; delay between single inquiry calls to find interface
  5. searchDelay        := 80;
  6. ; delay between two scsi commands 
  7. scsiDelay        := 100;
  8. ; delay before a new command is send to the interface
  9. preDelay        := 50;
  10. ; delay between two lines in page printing
  11. lineDelay        := 1;
  12. ; delay if interface is busy
  13. busyDelay         := 10;
  14. ; this is the device number of the agfa interface (speeds up search)
  15. preferredScsiID := 4;
  16. ; command result codes should be read from interface
  17. getAgfaResultCode     := TRUE;
  18. ; errors from agfa should be ignored
  19. ignoreAgfaErrors     := FALSE;
  20. ; one line should be added to the page height
  21. ; with this feature the agfa should perform a reset at the 
  22. ; end of each page
  23. addOneLine            := FALSE;
  24. ; before each command the interface buffer for answers from 
  25. ; the agfa should be cleared
  26. clearCmdBuffer        := TRUE;
  27. ; if alternateMode is set to true, the driver has a completely
  28. ; different behaviour. It tells the interface that the page
  29. ; is very, very long and the user has to send a feed or any other
  30. ; command except from print to the setter so that the setter stops 
  31. ; printing. In this case the setter performs a reset before the 
  32. ; feed or other command is send to the setter.
  33. alternateMode        := FALSE;
  34. ; with resetDelay the delay between two single commands to test if the 
  35. ; interface is ready again (default is 400 which means 2 seconds)
  36. resetDelay            := 400;
  37. ; with resetRetry the maximum retry value in the loop waiting for the 
  38. ; setter is set. Default value is 30
  39. resetRetry            := 30;