If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
You must have the network scangear tool installed on your computer then hit the scan tab and put the device online. Open up any of the apps that i mention before, if you have any of them. You can use word for now. Go to the insert tab in word, look for picture or scanner. When you have the driver installed you will see the network scangear. The copier must have a IP address set up. Give me a email address, I think i have one of the drivers around there.
Actually i cannot use my ir3300 as a scanner now.how to set the mfc ir3300 as a scanner?
Step 1. Is your copier networked (that is, is there a NIC aka ethernet port on the right side of the copier) Yes: Proceed to step 2. No: Get Network Kit C1 and install it, update system software to N version and configure IP address etc.
This software is publicly available with no password, which makes sense because to use it you have to have a copier with the right accessories attached and correct firmware installed on the machine.
Step 3. Set up scanning software e.g. Adobe Acrobat to use Network ScanGear Tool.
Step 4. When you want to scan press Options button (Blue button to right of Copy, Fax and Mailbox button). The button may be called something else but it's the one on the far right of the four buttons. Press Online on the display.
Step 5. Go back to computer and scan using scanning software
Step 6. Go back to copier, collect document, press offline on the display and press the Copy key so that the copier's ready for people to photocopy again.
Let us know if you have any problems with any of these steps.
thank bnmand for your promt reply.
I will try now and tell you the result.
regard,
petrus
Good.
Elaborating on one point: I believe Adobe Acrobat is the best program to use. The downside is the cost.
Using Adobe Acrobat 9 Standard/Professional (it doesn't matter which so get Standard if you don't need Pro features and wish to get Adobe Acrobat) it will make the document a pdf straight away (rather than needing to use CutePDF or something similar to print to a PDF), perform OCR, rotate pages (using OCR can detect if individual page is landscape or portrait), tries to straighten the page and if you select Hide Scanner's Native Interface it will scan e.g. 50 pages and then once the last page has been scanned and only then prompt for more pages.
The ScanGear software settings will need to configured for each Windows user on each computer. I use a .bat script that merges .reg files and get it to run on each login so that the settings are loaded automatically (saves time and effort if configuring for multiple users).
In Windows XP the relevant registry keys are
Adobe Acrobat 9 (if you use it)
[HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\Scan]
To get these keys once you've configured scanning to work how you like, go into
Start > Run > regedit
Select the Key and right click and select export. Save it where you want.
Then in your script type e.g.
regedit /s "\\server\scanning\networkscangear.reg"
Make the appropriate corrections for the name of the file and the network location
If doing this you should make your script check to ensure that the relevant software is installed before changing the registry. You can do this by checking if the default installation directory exists: e.g. if you use Acrobat 9 you can use the following (all on one line):
IF EXIST "%SYSTEMDRIVE%\Program Files\Adobe\Acrobat 9.0\" IF EXIST "%SYSTEMDRIVE%\Program Files\Canon\Network ScanGear" cmd /c "\\server\scanning\networkscangear.bat"
Make the appropriate corrections for the name of the file and the network location.
Note: if you have more than one scanner using Network ScanGear you may wish to create extra scripts to make it easier for the computer illiterate to change which one they use.
If you go down this route you need to be careful as a software update such as Adobe Acrobat v9 to v10 or a newer version of Canon Network Scangear may change what is in the parts of the registry I refer to above or use a different part of the registry for its settings.
A networked IR3300 (if firmware is installed properly) should also be able to print so if you haven't set it up to print already you may want to get the latest PCL5e drivers from Canon. See Canon U.S.A: Support
You can print through the parallel port if you have a n boot rom installed and n firmware installed, but scanning must be done over a network and thus requires the NIC (ethernet port) being installed. Most copiers with a N boot rom should have a NIC as well
Comment