| T O P I C    R E V I E W | 
              
                | karin.rometsch | Posted - Dec 29 2011 : 06:45:51 If i try to use this scanner, with the USB-Interface
 everything is all right.
 
 If I try the same and use the NetWork Interface
 and I acquire some data from the scanner I get no response.
 I only cann stop the application by using the task manager.
 The problem occurs with Windows XP, Vista and Windows 7.
 
 If I use the Office tool Microsoft Document Scanning
 the scanner works without any failure.
 
 Now I am capable to scan with Nwtwork Interface.
 I Have got one existing Problem:
 If I use the autofeeder the Acquire-Function works properly
 and adds all the pages to the IEMVIEWEN-Window and the
 the scanner-Window ist closed.
 Just at the end I get as division by zero error.
 All Parameter I tried to set had the same result.
 
 I paste a few Code lines, perhaps anybody has got the reason
 for this effect.
 thank you for your help!
 
  
 IEMVIEW.MIO.TwainParams.PixelType.CurrentValue:= 0;
 if (IEMVIew.MIO.TwainParams.PaperDetectable= True)
 then begin
 IEMVIEW.MIO.TwainParams.FeederEnabled:= True;
 IEMVIEW.MIO.TwainParams.AutoFeed:= true;
 IEMVIEW.MIO.TwainParams.DuplexEnabled:= False;
 end;
 IEMVIEW.MIO.TwainParams.CompatibilityMode:= False;
 IEMView.MIO.TwainParams.VisibleDialog:= False;
 IEMVIew.MIO.TwainParams.BufferedTransfer:= True;
 IEMView.MIO.TwainParams.FileTransfer:= True;
 IEMVIEW.MIO.TwainParams.StandardSize.CurrentValue:= IETW_A4;
 IEMView.MIO.TwainParams.UndefinedImageSize:= True;
 IEMVIEW.MIO.TwainParams.UseMemoryHandle:= False;
 IEMView.MIO.TwainParams.ProgressIndicators:= False;
 IEMVIEW.MIO.TwainParams.Update;
 if (IEMVIEW.MIO.TwainParams.CapabilitiesValid = False)
 then IEMVIEW.MIO.TwainParams.GetFromScanner;
 IEMVIEW.MIO.TwainParams.Update;
 try
 ok:= IEMVIEW.MIO.Acquire;
 IEMVIEW.MIO.TwainParams.FreeResources;
 except
 end;
 
 
 Anybody any Idea, what could be the reason.
 
 Best regards .
 
 
 greetings from Balingen
 
 Karin
 | 
              
                | 4   L A T E S T    R E P L I E S    (Newest First) | 
              
                | karin.rometsch | Posted - Jan 06 2012 : 09:00:12 Hi Chouk,
 
 you need to install a network Twain-Driver for the scanner
 or if it's an usb-device you have to attach the
 scanner to a USB-Multifunctions-Server.
 With the new Beta this works fine!
 
 Thanks to Fabrizio who helped me a lot!
 
 
 
 greetings from Balingen
 
 Karin
 | 
              
                | fab | Posted - Jan 06 2012 : 08:44:55 Hi Chouk,
 the scanner driver must be made for this. Installing the driver (maybe a specific driver for network device) it is seen by ImageEn as a local device.
 | 
              
                | chouk | Posted - Jan 06 2012 : 06:58:50 Hi Karin,
 
 I need help, how can you scan with the network interface ? i can't find a way to scan from a scanner attached to other computer.
 
 thanks for help
 
 Chouk
 | 
              
                | xequte | Posted - Dec 31 2011 : 12:16:19 Hi Karin
 
 We have received the logs that you have emailed and are reviewing them.
 
 
 
 Nigel
 Xequte Software
 www.xequte.com
 nigel@xequte.com
 
 |