Alarms - Siemens SIMATIC RF310M Function Manual

Rfid systems mobile reader
Hide thumbs Also See for SIMATIC RF310M:
Table of Contents

Advertisement

3.4.24

Alarms

Alarms
Event
RfAlarmHandler(sender : object, args : RfAlarmArgs)
Exceptions
RfReaderApiException
Note
This event provides notifications about alarms whereas an alarm is considered not only as a
warning or error condition but also as a means of notification about changed system states.
Contrary to the TagEventNotifications event the Alarms event provides information even
without an explicit subscription (i.e. a call to SubscribeForAlarms in this case).
In order to distinguish errors from notifications the RfAlarmArgs may contain either an array
of RfAlarm objects or an array of RfInfoItem objects. Following is a list of the public members
of the alarm arguments.
Member
Alarms
InfoItems
AlarmMessage
IsDataBuffering
IsConfigStart
IsScanning
Mobile Reader
Function Manual, 02/2009, J31069-D0198-U001-A1-0076
Type
Description
RfAlarm[
Whenever a system error or warning isissued, it is contained
in one or more RfAlarm structures in this member.
If the alarm is a notification only this member is null.
RfInfoItem[
This member contains information about configuration
changes or the current system state packed in RFInfoItem
structures.
If the alarm signals an error or warning, this member is null.
string
If an alarm occurs that does not apply to one of the two
options above, it is delivered as a simple string in this
member. The default value is null.
bool
This member is a shortcut for a configuration notification that
signal the begin or end of local data buffering with true.
In all other cases this member is false.
bool
This member is a shortcut for a configuration notification that
signal the begin of a reconfiguration due to new configuration
data received from a connected RF_MANAGER.
In all other cases this member is false.
bool
This member is a shortcut for a configuration notification that
signals the begin or end of a current progressing scan with
true.
In all other cases this member is false.
RFID Reader Interface Reference
Error while communicating with the reader
service.
Check the Error member for more information.
3.4 IRfReaderApi
73

Advertisement

Table of Contents
loading

This manual is also suitable for:

Simatic rf610m

Table of Contents