Project representation in the RF-MANAGER
5.2 RFID function blocks
SIMATIC RF-MANAGER 2008
Getting Started, 06/2010, A5E01070047-03 41
The read RFID data is supplied in variables. This ensures that the data can be reliably
evaluated in a PLC or with VB scripting in RF-MANAGER. The PLC can then trigger
appropriate actions, for example, in production in accordance with the evaluation results.
Through the use of variables, the data can be displayed in output fields in parallel.
● In the labeling scenario, the RFID data link "RFID_Data_link_Labeling" supplies the read
tag ID in the form of a variable. The tag ID is supplied in raw hexadecimal format without
a prefix. Only reliably detected tag IDs are required, so the event filter is set to observed.
Coordination is not necessary in this scenario, because only one tag is in the field at a
given time.
● In the sorting scenario, the RFID data link "RFID_Data_link_Sorting" supplies the read tag
data and additional data, such as the acquisition time, to the PLC in the form of variables.
The separating filters can be set for the conveyor belts via the PLC. The tag ID is
supplied in tag format without a prefix. Only reliably detected tag IDs are required, so the
event filter is set to observed. Coordination using an acknowledgement variable is
appropriate in this scenario to ensure that the separating filter has been set.
● In the outbound logistics scenario, the RFID data link "RFID_Data_link_Gates" supplies
the read tag IDs in the form of a variable. A script is used to check whether the tag data
satisfies the previously specified requirements. The tag ID is supplied in raw hexadecimal
format without a prefix. Only reliably detected tag IDs are required, so the event filter is
set to observed. Coordination using an acknowledgement variable is appropriate in this
scenario to ensure that all the read tag IDs are processed and checked in sequence.
Data from more than one tag is usually read in one read procedure, so data is buffered in the
RFID data link. The data is called in turn via a coordination mechanism, so it can be reliably
evaluated. For further details on using the RFID data link, and especially on the coordination
possibilities, please refer to the online help (Information System) for RF-MANAGER ES.
The configuring of the RFID data link can be traced using the editor of the same name in the
properties dialog box.
5.2.4 ALE connections
The data of the workplaces can be requested in the form of reports by the enterprise system
over the ALE interface (Application Level Events). When data are provided over the ALE
interface, it is generally the case that ALE clients only have a logical view of the workplaces,
precise knowledge of the hardware of the RFID system is no longer necessary.
Note
No user-defined ALE connection was created in the sample project
To keep the sample project as simple as possible, no user-defined ALE connection has been
created. A "Default ALE connection" is, however, always created automatically so that
reports can be accessed.
The data of a workplace can be requested in the form of reports by the enterprise system
over the ALE interface (Application Level Events). The is performed using the following read
procedure: