ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Scan from Network Scanner Division by Zero
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

karin.rometsch

Germany
5 Posts

Posted - Dec 29 2011 :  06:45:51  Show Profile  Reply
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

xequte

38939 Posts

Posted - Dec 31 2011 :  12:16:19  Show Profile  Reply
Hi Karin

We have received the logs that you have emailed and are reviewing them.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

chouk

Algeria
28 Posts

Posted - Jan 06 2012 :  06:58:50  Show Profile  Reply
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
Go to Top of Page

fab

1310 Posts

Posted - Jan 06 2012 :  08:44:55  Show Profile  Reply
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.
Go to Top of Page

karin.rometsch

Germany
5 Posts

Posted - Jan 06 2012 :  09:00:12  Show Profile  Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: