Description
In relation to Tidomat Replicator Plugin, to complete the parameters for Tidomat, we added this plugin to scan and save the crew cards' RFIDs. We have two RFID chips in the card:
RFID Chip | Card Reader |
---|---|
Mifare 1K NXP RFID-Chip 13.56MHz | MIFARE: USB-3317-RRW |
TK4100 RFID-Chip 125 KHz | EMARINE: USB-3320-PT (this works like a keyboard, plug and play, no driver needed) |
Compatibility
Compatible with APM 2020.10 or higher*
Process Flow
Before the Purser gives the crew card, he/she needs to assign the crew card first to the right crew member’s name. This plugin will assign the crew card to the crew member by scanning the card and saving the RFID/s, the information will be saved in Adonis Database.
The following card readers should be installed before using the plugin:
MIFARE: USB-3317-RRW
EMARINE: USB-3320-PT (this works like a keyboard, plug and play, no driver needed)
Plugin location:
Adonis Personal Manager > Tools > Export > Save RFID Interface
Functionality
Read and Save
1.) First, search for a crew member in the dynamic search field. Check the box/es of which persons you want to scan.
2.) Click on Read MIFARE if you are scanning a MIFARE chip. And click on Read EMARINE if you are scanning for EMARINE.
3.) Place the card in the card reader, you will hear a beeping sound. You will notice that the RFID field is populated by unique alphanumeric characters.
4.) Repeat #3 to scan and save EMARINE RFID.
Clear the RFID
1.) To delete or remove the RFID in the person’s name, check the box of the person’s name.
2.) Click on Clear RFID.
3.) Click on Clear MIFARE or Clear EMARINE.
4.) There will be a pop-up message to confirm the deletion.
Housekeeping
Downloading Plugin
To download the plugin, go to your FTP area by following the link below:
http://download.adonis.no/files/upgrade/PersonnelManager/Plugins/SaveRFID
Be advised to download the latest version of the plugin.
Installing
Once the download is complete, follow the link below to get the instructions on how to install the plugin:
Setup
1.) Locates the card reader for MIFARE.
2.) Locates where to save the log file.
PWCARDRFID Database Table
FIELD | FORMAT | PK | FK | DESCIPTION | MAPPING |
---|---|---|---|---|---|
SEQNO | INT | X | unique number to generate standard APM approach. | ||
PIN | INT | X | Unique identifier of a crew member. | PW001P01.PIN | |
ACTSEQ | INT | X | Link to the Activity | PW001P03.SEQUENCENO | |
RFID_MIFARE | VARCHAR | Unique MIFARE RFID from the crew card | PWCARDRFID.RFID_MIFARE | ||
RFID_EMARINE | VARCHAR | Unique EMARINE RFID from the crew card | PWCARDRFID.RFID_EMARINE |