Siemens SIMATIC RF1060R Operating Instructions Manual

Siemens SIMATIC RF1060R Operating Instructions Manual

Simatic ident
Hide thumbs Also See for SIMATIC RF1060R:

Advertisement

SIMATIC Ident
RFID systems
SIMATIC RF1060R
Operating Instructions
05/2017
C79000-G8976-C432-02
___________________
Introduction
___________________
Installation
___________________
Installing and commissioning
___________________
Programming interface
___________________
Technical specifications
___________________
Dimension drawing
___________________
Appendix
1
2
3
4
5
6
A

Advertisement

Table of Contents
loading

Summary of Contents for Siemens SIMATIC RF1060R

  • Page 1 ___________________ Introduction ___________________ Installation ___________________ SIMATIC Ident Installing and commissioning ___________________ Programming interface RFID systems SIMATIC RF1060R ___________________ Technical specifications ___________________ Dimension drawing Operating Instructions ___________________ Appendix 05/2017 C79000-G8976-C432-02...
  • Page 2 Note the following: WARNING Siemens products may only be used for the applications described in the catalog and in the relevant technical documentation. If products and components from other manufacturers are used, these must be recommended or approved by Siemens. Proper transport, storage, installation, assembly, commissioning, operation and maintenance are required to ensure that the products operate safely and without any problems.
  • Page 3: Table Of Contents

    User interface of the demo application ................... 20 4.2.2 Creating your own application ....................22 Technical specifications ........................23 Dimension drawing ..........................25 Appendix............................... 27 Certificates & approvals ......................27 Ordering data .......................... 29 Service & Support ........................30 SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 4 Table of contents SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 5: Introduction

    With the increasing need for security and growing requirements for documentation, solutions are demanded with which access to machines and plants can be controlled on a user basis. The SIMATIC RF1060R reader provides the option of using employee identification cards also when operating machines. This allows finely graded access concepts to be implemented or user-specific instructions zo be stored - all with one card.
  • Page 6 The SIMATIC RF1060R is a reader for connection to a Windows based computer. The connection is via a USB interface of the computer. The SIMATIC RF1060R is handled by the computer like a keyboard. This makes it unnecessary to install specific RFID drivers.
  • Page 7: Installation

    Note Maximum thickness of the mounting wall The thickness of the wall on which the reader is mounted may be a maximum of 7 mm. Figure 2-1 Mounting the RF1060R SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 8 Installation in a cabinet or metal housing When operating the reader in an industrial environment installation in a cabinet or closed metal housing is recommended. The following picture shows an example of an application of the SIMATIC RF1060R in conjunction with a SIMATIC HMI. Figure 2-2 Example of an application of a SIMATIC RF1060R in conjunction with a SIMATIC HMI (e.g.
  • Page 9: Installing And Commissioning

    Installing and commissioning Proceed as follows to install and commission the SIMATIC RF1060R reader: 1. Connect the RF1060R reader to your PC using the USB cable. Reaction: The message "A USB device was installed successfully" appears. 2. Install DLL drivers and the demo application on your PC using the installation file "RF1060R.exe".
  • Page 10 Installing and commissioning SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 11: Programming Interface

    Programming interface General information On the Siemens support page "Industry Online Support (https://support.industry.siemens.com/cs/ww/en/view/109741590)" you will obtain the file "RF1060R.zip". This contains access functions as a DLL file and a demo application that illustrates the use of the DLL file. With the demo application "AccessControlDemo" you can address the RF1060R directly from your application via the USB interface..
  • Page 12: Brp_Close_Session

    This parameter terminates a connection. Handle The session key returned by the function "brp_open_usb_session()". Return value BRP_OK • BRP_ERR_WRONG_HANDLE • You will find more information on return values in the section "Return values (Page 18)". SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 13: Syscmd_Reset

    The function reads out information about the firmware of the reader. The value read out contains information on the type of firmware, the version and the serial number of the reader. Function call syscmd_get_info( int Handle, char * fws, int * Status SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 14: Syscmd_Get_Boot_Status

    You will find more information on the reader status in the section "Status codes (Page 19)". Return value You will find more information on return values in the section "Return val- ues (Page 18)". SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 15: Syscmd_Set_Port

    • You will find more information on return values in the section "Return val- ues (Page 18)". Table 4- 1 Values of the "port_mask" parameter Value LED color 0x0000 0x0001 Green 0x0002 0x0003 Orange SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 16: Vhl_Select

    0x0008 (bit 4) 0x4X ISO 14443 B 0x0010 (bit 5) 0x5X Reserved 0x0020 (bit 6) 0x6X Reserved Function call vhl_select( int Handle, word CardTypeMask, bool Reselect, bool AllowConfig, byte * CardType, int * Status SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 17: Vhl_Get_Snr

    You will find more information on the reader status in the section "Status codes (Page 19)". Return value BRP_OK • CARD_NOT_SELECTED_ERR • You will find more information on return values in the section "Return val- ues (Page 18)". SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 18: Vhl_Is_Selected

    0x06 BRP_ERR_UNEXPECTED_FRAME An unexpected frame was detected. 0x07 BRP_ERR_GENERAL_IO The underlying serial port has caused an error. 0x08 BRP_ERR_BUFFER_OVERFLOW The reader sent more data than expected. 0x09 BRP_ERR_NO_MORE_HANDLES There is no free session key. SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 19: Status Codes

    The functions are constructed so that if execution fails, they are automatically repeated. This compensates any communications problems that may occur, e.g. due to bad RF signal quality as a result of external influences. SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 20: The Demo Application

    This gives you the opportunity of testing your readers directly using the demo application. Note Disclaimer of liability Note that Siemens AG accepts no liability for the demo application. 4.2.1 User interface of the demo application Requirement To be able to work with the demo application, .NET 3.5 must be installed on your PC and the...
  • Page 21 Figure 4-2 Sample view of a scan The acquired data is displayed in the display area. 3. To clear the display area click the Clear button. 4. To stop scanning, click the "Stopp Scan" button. SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 22: Creating Your Own Application

    – Signal the application that the transponder with the serial number "x" is no longer recognized. 3. Terminate the connection to the reader ("brp_close_session"). The source code of the demo application can serve as an example for your own application. SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 23: Technical Specifications

    Degree of protection to EN 60529 In the installed status: on the front IP65; on the rear IP20 Shock-resistant to EN 60721-3-7, Class 7 M2 300 m/s² Vibration-resistant to EN 60721-3-7, Class 7 M2 50 m/s² SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 24 Tightening torque ≤ 1.5 Nm; Installation wall thickness maximum 7 mm Cable length reader ↔ communications module 1.8 m USB connecting cable Display elements 3 color LED display Approvals CE / FCC / IC MTBF 28 years SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 25: Dimension Drawing

    Dimension drawing ① Figure 6-1 Dimension drawing RF1060R with optional card holder All dimensions in mm SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 26 Dimension drawing SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 27: Appendix

    "This device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may not cause harmful interference, and • (2) this device must accept any interference received, including • interference that may cause undesired operation." SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 28 Mexico (IFETEL) Mexico (IFETEL) RCPSIRF16-2053 China (CMIIT) China (CMIIT) CMIIT ID: 2016DJ7412 South Korea (KCC) MSP-CRM-RF5-RF1060R SIMATIC RF1060R Operating Instructions, 05/2017, C79000-G8976-C432-02...
  • Page 29: Ordering Data

    Appendix A.2 Ordering data Ordering data Table A- 2 Ordering data RF1060R Product Article number SIMATIC RF1060R 6GT2831-6AA50 Table A- 3 Ordering data accessories Product Article number Card holder for RF1060R 6GT2890-0CA00 Optional USB connecting cable 0.5 m 6GT2891-0UE50 SIMATIC RF1060R...
  • Page 30: Service & Support

    Service & Support Industry Online Support In addition to the product documentation, the comprehensive online information platform of Siemens Industry Online Support at the following Internet address: Link 1: (https://support.industry.siemens.com/cs/de/en/) Apart from news, there you will also find: ● Project information: Manuals, FAQs, downloads, application examples etc.

Table of Contents