Alarms - Siemens SIMATIC RF310M Function Manual

Mobile readers
Hide thumbs Also See for SIMATIC RF310M:
Table of Contents

Advertisement

RFID Reader Interface Reference
3.4 IRfReaderApi
3.4.30

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
76
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.
Error while communicating with the reader
service.
Check the Error member for more information.
Function Manual, 12/2010, J31069-D0198-U001-A2-7618
Mobile Readers

Advertisement

Table of Contents
loading

This manual is also suitable for:

Simatic rf610mSimatic rf680m

Table of Contents