- 18 Apr 2024
- 4 Minutes to read
- Print
- DarkLight
- PDF
Pharos Canon Integrated MFP 1.0.26 Release
- Updated on 18 Apr 2024
- 4 Minutes to read
- Print
- DarkLight
- PDF
Pharos Canon Integrated MFP 1.0.26 Release
The following attached files contain
Setup Documentation/Instructions
Firmware Files
Training Presentation
Schema.ini
Limitations
Turning off the copier mid way through a copy loses transactions 2.0 fixes this.
1.0 Accessing SMS
The Service Management Service (SMS) is at the heart of installation and configuration of a MEAP enabled device. To access SMS login use a web browser with the printer’s IP address as follows:
http://192.168.1.63:8000/sms
Enter the password: MeapSmsLogin. This will bring you to the SMS main display page.
2.0 - Install the Pharos Login Service
To install the Pharos Login Service for this device:
Login to SMS
Click on the System Management tab in the upper tab list
Click on the Enhanced Sys. App tab in the tab list
Under Enhanced System Application select Browse
Select the file /Pharos Application/Pharos Login Application_1.0.26.jar
Under License File to Install select Browse
Select the file /Pharos Application/2006-11-27-174852_login.lic
Click Install
Click OK on the confirmation page
Enabling the Pharos Login Service
Start the Pharos Login Service:
Login to SMS
Click on the System Management tab in the upper tab list
Click on the Enhanced Sys. App tab in the tab list
Select the Pharos Login Application by highlighting its radio button on the left
Click Select
Make sure that the status changes to “Start after Restart”
Turn off the copier
Turn on the copier
Install the Pharos MEAP Application
Now that our login service is installed it is time to install the Pharos MEAP application.
To install the Pharos MEAP Application:
Login to SMS
Click on the Install tab in the upper tab list
Under Application File click Browse
From the install image select the file /Pharos Application/Pharos Print Copy and Billing_1.0.26.jar
Under License File select the file /Pharos Application/ 2006-11-27-175023_MEAP.lic
Click OK
Click OK on the confirmation page
With PharosPrint Copy and Billing selected click Start
Make sure that the service status changes to “Started”
Configure the Pharos MEAP Application
Using a web browser we will now configure the MEAP application to connect to a Network Terminal on the Uniprint server.
Access the Pharos configuration page http://192.168.1.63:8000/Pharos/Config
At the prompt log in as the Pharos administrator. The default login is Username=pharos and Password=pharos for an unconnected system.
Fill out the configuration information as follows:
Server Address
This is the IP address of the Uniprint server
Password
This is the Uniprint server EDI password that was set up during configuration. The default password is usually “pharos”.
Terminal Name
This is the name of the Network Terminal that is configured on the Uniprint server.
Press the Test Connection button and verify the Connection Status.
Once the test is successful press the Apply button.
Setting Print Release as the Default Application
Now that everything is installed and operational we will configure the copier to use our MEAP application as the default when the user logs on.
Power on the Canon device
If needed, log on to the system
Press Additional Functions from the hard keys
Select Common Settings
Select Initial Function
Select MEAP
After log on the user will be immediately placed on the print release page
MEAP User and Administrator Rights
Overview
In order to prevent unauthorized access to the Remote UI, the Pharos Configuration web page, the Portal Service (if one is installed), and the Additional Function hard key on the MEAP Engine’s front panel a mechanism for securing access to these entry points is defined.
Note that the MEAP Administrator should have the privilege as a system administrator. The default user name and password for access and configuration is:
User Name = pharos
Password = pharos
Theory of Operation
The mechanism associates a user defined in the Uniprint Server’s database to MEAP credentials required to access these functions. Initial settings, useful only until a connection to the Uniprint Server has been established, are also defined.
When the supplied credentials, either at the web page prompt, when accessing the Pharos Configuration page, Remote UI, or Portal Service, or the Pharos Login prompt on the MEAP terminal, match the System Manager Username and System Manager Password values configured on the Pharos Uniprint Server under the Pharos AdministratoràPharos StationsàNetwork Terminalsà<terminal name>àMFD context, the userType of the user’s login context is set to USERTYPE_ADMIN.
If the supplied credentials to not match, the userType of the user’s login context is set to USERTYPE_GENERAL.
Definition of USERTYPE_ADMIN and USERTYPE_GENERAL:
String USERTYPE_ADMIN = Long.toString(Symbol.id_val_user_type_administrator);
String USERTYPE_GENERAL = Long.toString(Symbol.id_val_user_type_generic);
The cpcaUserType of the user’s login context is always set to be “0”, “0” as shown in this code snippet:
cpcaUserType = getCpcaUserType("0", "0")
Department ID Management is not supported and an error is indicated to the user if they attempt to login at the front panel while Department ID Management is enabled.
When Department ID Management is not enabled and the logged in user touches the Additional Functions hard key, access to sub menus is restricted depending in the userType set in the user’s login context.
The System Manager (MEAP side) feature may still be useds, if the user wishes. In this case, the logged in user still needs userType = USERTYPE_ADMIN to gain access to the Additional Functions key and additional information is requested by the system when accessing functions that are controlled by the MEAP side System Manager.
Feeder Jam and User Logout Event
When a feeder jam occurs the error recovery system will alert the user to the jam and instruct them on how to clear it. If the user does not clear the jam and hits the (ID) key to log off the following situation will occur. With the jam still in place the user will log on to the system normally. If the feeder jam is now cleared the user may use the Pharos Copy application to make a copy. In this case, when the start key is pressed, the light will go out but the copy will not start. Pressing the start key again will start the copy.