4/10/2013 2:09 PM | |
Posts: 60 Rating: (1) |
Hi All, I'm looking for example of Read/Write data to RFID RF640R from S7 1200 through Ethernet Communication. I have found this from https://support.automation.siemens.com but it is for RFID RF670R only. Can i use the example code given to RFID RF640R ? since RF640R support the Ethernet communication too ? Regards layudhi |
4/10/2013 2:26 PM | |
Joined: 7/7/2010 Last visit: 11/12/2024 Posts: 15392 Rating: (2443)
|
From your linked library page: A SIMATIC RF670-Reader with ethernet interface is to be linked with a SIMATIC S7-1200 controller. With the aid of the RF600-device information from the mobile data memory of the RF6xxT series is read and written. Looks to me like it would be quite reasonable to expect the same sample code to work with the entire family of RF6xxT devices. |
science guy |
|
4/12/2013 12:20 PM | |
Joined: 2/4/2013 Last visit: 10/10/2023 Posts: 12 Rating: (1) |
Hi layudhi, |
Last edited by: Valident at: 4/12/2013 12:22 PM |
|
5/20/2013 2:37 PM | |
Posts: 60 Rating: (1) |
Hi All, Here i Attached some modification that I have made. 1. Attachment 01 - DB185 - As per Valident's guideline, I changed the host-greeting message. From RF670R to RF640R. - Based on this guideline, I also changed all the source name from default value "Source_1" to "sPES01" 2. Attachment 02 - FB184 Network46 - Because of change on Source name character length from 8 (Source_1) to 6 (sPES01), I have to modify the network (see attachment for details) 3. Attachment 03 - FB184 ReadID Timeout - I changed the Timeout timer setting from 2s500ms to 1M. Because on step 403 and 405 it needs more time to execute the fuction. Default timer just made this step to be time-out before it was executed completely 4. Attachment 04 - ReadID Step 406 - The result of my Modification was the Status "Read ID tags Ok" bit become True. It means that the sequence can read the Tag. But on the "Return Tags ID" field was still empty and the "Number of Tag Detected" still 0. - I checked on FB184 Network 406, the Box for S_CONV String to String , on the IN field, it is only filled with '' . Is it ok ? Regards layudhi AttachmentMAttachments.pdf (598 Downloads) |
Follow us on