background image

Address

R/W

Description

2100-2355

R/W

ReadAuthorization   –   authorization   setting   for   any   block   on   read 
operation.
Format (hex): xAxK, where: A – authorization type for block 0-A, 1-B, 
K-number of stored key 0-7.
Ex. 0001 mean authorization type A and second stored key 

2400-2655

R/W

WriteAuthorization – authorization setting for write operation. Same as 
above

2700-2955

R/W

ReadResultCode   –   result   code   for   every   read   block   operation   (0-no 
error)

3000-3255

R/W

WriteResultCode – result code for every write  block operation (0-no 
error)

4000-8095

R/W

Read Buffer Memory

10000-
14095

R/W

Write Buffer Memory

Single Coil:

Address

R/W

Description

1000

R/W

ON 1

 – control relay 1 (off/on)

1001

R/W

ON 2

 – control relay 1 (off/on)

1002

R

COIL STATE 1

 – relay 1 coil state

1003

R

COIL STATE 2

 – relay 2 coil state 

1010

R

INPUT 1

 – input 1 state

1011

R

INPUT 2

 – input 2 state

1012

R/W

LED1

 – control LED 1

1013

R/W

LED2

 – control LED 2

1014

W

BUZZ ACCEPT

 – enable accept sound

1015

W

BUZZ REJECT

 – enable reject sound

1016

R/W

IsNewTag

1-tag recognized
0-no tag

Flag   must   be   reset   (clear   to   0)   before   read 
next tag.

Same as Holding Register 1000.

1017

R/W

ResetFlag

1 – default state for power-on reader
It   can   be   clear   and   set   by   user   for   diagnostic 
purpose

In general use, you have to polling Coil 1016. When it change to 1 it is mean that the 
RFID device read new tag. Holding registers 1002-1011 contains tag ID.

When you read ID number you should release Coil 1016 (or Holding Reg 1000) flag  
(clear to 0). Only after that the reader is able to read next ID tag.

Modification of the output parameters can be done by the Modbus protocol. It is not 
stored   in   the   module's   permanent   memory.   That   means   after   reboot,   the   output 
parameters   previously   saved   to   the   EEPROM   by   the   configuration   program   will   be 
restored.

User manual RFID IND Modbus Mif      

   Page 

16

 z 

22

[B03]

Summary of Contents for RFID IND-M1

Page 1: ...User manual RFID IND Modbus Mif Soft v1 40 INVEO s c ul Rzemie lnicza 21 43 340 Kozy Poland mobile 48 785 552 252 www inveo com pl info inveo com pl...

Page 2: ...ce the basic principles of safety and maintenance Please also keep the user manual so that you can read it during later use Remember The manufacturer is not liable for any damage caused by improper us...

Page 3: ...DEVICE CONFIGURATION 9 6 1 OUTPUTS 10 6 2 INPUTS 11 6 3 LEDS AND SOUND SIGNALING CONTROL 11 6 4 CONTINUOUS READ MODE 12 6 5 RS485 CONFIGURATION OF TRANSMISSION 12 7 MODBUS API 13 7 1 MIFARE TAG STRUCT...

Page 4: ...could cause injury or damage to the reader Important information and guidelines Following this guidelines makes the use of the reader easier Attention The screenshots in this manual can be dissimilar...

Page 5: ...s to comply with the contract of guarantee if the following conditions are met all repairs alterations extensions and device calibrations are performed by the manufacturer or authorized service supply...

Page 6: ...ected directly to the device storage and operation at temperatures from 25 C to 60 C 4 3 Installation and use of the reader The reader should be used following the guidelines shown in next part of the...

Page 7: ...and two inputs Technical data Supply voltage 12 24VDC Power supply 40mA 12V Transponders Supported transponder standard Mifare Carrier frequency 13 56 MHz Reading distance to 10cm depending on the typ...

Page 8: ...equipped with 3 LEDs indicating the module operation status and a sound generator informing about the application of the tag RFID IND Modbus Mif Name Description POWER Power LED Status 1 Error Status...

Page 9: ...ect the USB cable to the computer and the module in this case the external power supply of the module is not required the device is powered via the USB port The first line of the program window displa...

Page 10: ...tatus is engaged or disengaged Astable mode if the channel will be enabled the relay is engage and disengage cyclically Time of engage and disengage relay Time On time when a relay is engaged Time Off...

Page 11: ...ATE INPUT 2 displays the actual state of inputs Square field in black input inactive field in yellow active input 6 3 LEDs and sound signaling control The RFID M1 U1 Configurator allows user to custom...

Page 12: ...atically allow another reading of the same TAG after the declared time 6 5 RS485 Configuration of transmission This field is used to configure the communication of the reader with the MASTER device MO...

Page 13: ...t of operation 7 1 Mifare tag structure Below is Mifare 1k tag structure note from NXP Semiconductor MF1S503x pdf Tag has 1kB EEPROM memory Memory is organized as 16 bytes block At one time tag can re...

Page 14: ...MODBUS RTU functions are supported 0x01 Read Coils 0x03 Read Holding Register 0x05 Write Single Coil 0x06 Write Single Register 0x0F Write Multiple Coils 0x10 Write Multiple Registers For proper opera...

Page 15: ...led 2 for error operation BB 0 no signal 1 signal accept 2 signal reject for valid operation 1 led 1 for valid operation 2 led 2 for valid operation 2007 R W User signaling mode for result write oper...

Page 16: ...te 1011 R INPUT 2 input 2 state 1012 R W LED1 control LED 1 1013 R W LED2 control LED 2 1014 W BUZZ ACCEPT enable accept sound 1015 W BUZZ REJECT enable reject sound 1016 R W IsNewTag 1 tag recognized...

Page 17: ...essing reg MemoryMode Full mode read and write memory is addressed exactly like tag memory structure To read second byte from fisrst block data user has to read 18 buffer offset Modbus Register 1 16 2...

Page 18: ...ata Attention RunReadFlag RunWriteFlag has affect by this setting When mode is Linear RunReadFlag RunWriteFlag omitt first block and any Trailer Sector So first bit mean second block of first sector i...

Page 19: ...one byte of tag data Example If Tag block 0 has first two bytes MSB 0x55 LSB 0xAA than Modbus Reg 0 Buffer Memory offset contain 0xAA and Modbus Reg 1 constain 0x55 Endian 1 every Modbus Holding Regis...

Page 20: ...as own security setting Trailer Sector descript which key A or B is needed to read and or write block Key program is done by USB software Factory security key for any block is key FFFFFFFFFFFF Key is...

Page 21: ...k ReadResultGlobal 2010 for error 10 Clear IsNewTag flag for enable reader 11 Go to step 6 for write another tag or do other things 10 3 Step by step write operation 1 Select User signaling mode it ca...

Page 22: ...erate again 11 Description of terminals The view of the PCB is shown in the figure below Name Description Power Power connector 12 24VDC OUT 1 Relay output 1 OUT 2 Relay output 2 IN 1 Input 1 IN 2 Inp...

Reviews: