Intermec IF2 Basic Reader Interface Programmer's Reference Manual (BRI version - Page 75

SWVER, TRIGGER, Example 2, Purpose, Syntax, Parameters

Page 75 highlights

Chapter 4 - BRI Commands H1234567890ABCDEF OK> Example 2: This example includes the command and command line parameters. SET YOURREADMACRO="READ TAGID WHERE INT (20,2)=2000" OK> To execute this command, use the command line below: $YOURREADMACRO H1234512345123456 H2468246824682468 OK> SWVER Purpose: Syntax: Example: This command returns the current firmware version of the reader module. SWVER OK>SWVER 9.04 OK> TRIGGER Purpose: This command creates, deletes, and displays trigger events that are based on the state of the GP inputs supported by the reader. The maximum number of triggers you can create is 10. The available non-volatile memory must also be used for macros. If this memory space overflows, the BRI returns MERR. Note: Intermec recommends that you do not create more than ten triggers. Syntax: Parameters: TRIGGER [RESET|DELETEALL| FILTER [ACTION"MACRO_NAME"]] [RESET] = This reserved keyword completely resets the entire triggering system. This command deletes all triggers from memory and removes all trigger events from the event queue. This command returns the triggering system to a known state. You do not specify any other parameters when you issue a TRIGGER RESET command. [DELETEALL] = This reserved keyword removes from memory all programmed triggers. This command does not delete queued trigger events from the reader. You do not specify any other parameters when you issue a TRIGGER DELETEALL command. Basic Reader Interface Programmer Reference Manual 63

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146

Chapter 4 — BRI Commands
Basic Reader Interface Programmer Reference Manual
63
H1234567890ABCDEF<CRLF>
OK><CRLF>
Example 2:
This example includes the command and command line parameters.
SET YOURREADMACRO=“READ TAGID WHERE INT (20,2)=2000”<CRLF>
OK><CRLF>
To execute this command, use the command line below:
$YOURREADMACRO<CRLF>
H1234512345123456<CRLF>
H2468246824682468<CRLF>
OK>
SWVER
Purpose:
This command returns the current firmware version of the reader module.
Syntax:
SWVER
Example:
OK>SWVER<CRLF>
9.04<CRLF>
OK>
TRIGGER
Purpose:
This command creates, deletes, and displays trigger events that are based on the
state of the GP inputs supported by the reader.
The maximum number of triggers you can create is 10. The available non-volatile
memory must also be used for macros. If this memory space overflows, the BRI
returns MERR.
Syntax:
TRIGGER [RESET|DELETEALL|<“NAME”> <GPIO|GPIOEDGE> <MASK>
<VALUE> FILTER<DELAY> [ACTION“MACRO_NAME”]]
Parameters:
[RESET] = This reserved keyword completely resets the entire triggering system.
This command deletes all triggers from memory and removes all trigger events from
the event queue. This command returns the triggering system to a known state. You
do not specify any other parameters when you issue a TRIGGER RESET command.
[DELETEALL] = This reserved keyword removes from memory all programmed
triggers. This command does not delete queued trigger events from the reader. You
do not specify any other parameters when you issue a TRIGGER DELETEALL
command.
Note:
Intermec recommends that you do not create more than ten triggers.