Arduino RFID (Wiegand) Continuous reading

Hi guys, I would like to ask you something. I have this RFID reader "Rosslare AY-X12" (Rosslare AY-X12 - Christy Industries) and its working with Wiegand 26bit. I have an arduino mini Pro and connected together its working fine but it only reads the card one time and then i have nothing. When i put on the card arduino reads that card but only one time during the card is near by the reader and it again reads that card when i put off the card and then i put on. But i want to read that card continuously, i mean when the card is near by the Reader still reading the card, every 1ms reads that card.

Do you have any idea how to do that ? Is there any RFID arduino library which can do that ? I had got the Mifare and its can do that. But this 125Khz reader which can comunicate over Wiegand can't do that or i don't know how to do that.

I'm using this library : GitHub - monkeyboard/Wiegand-Protocol-Library-for-Arduino: Wiegand 26 and Wiegand 34 Protocol Library for Arduino

Do you have any idea how to do that ?

It is not something that the Arduino can make happen. The reader detects a change in magnetic field, reads the card, and sends the data to the Arduino. No change in magnetic field means that the reader does nothing.

You'd have to modify the reader to change its behavior.

The format of the data has nothing to do with the capabilities of the hardware.