groupIndex
integer The unique trigger identifier property of the reader which triggered the group.
endTime
integer Trigger event end time (in ms).
endTicks
integer Encoder tick counter at trigger end event time.
Statistics
Operational information about the reader.
Property Type Description
reads
integer The total number of decoded symbols.
noReads
integer The number of times the trigger was received but no symbol was decoded.
triggers
integer The total number of triggers calculated by
totalReads+totalNoReads+missedTriggers
.
bufferOverflows
integer The number of images that were not buffered because of image buffer full
condition.
triggerOverruns
integer The number of missed triggers because acquisition system was busy.
itemCount
integer The number of no reads when buffered no read images are allowed.
passedValidations
integer The number of reads that passed the data validation.
failedValidations
integer The number of reads that failed the data validation.
Output
Output describes the result and events after a decode. It is possible to specify different results for individual protocol
targets. The output object has target-specific properties of type string. The name of the output property is the same as the
target protocol name. If no target-specific output is assigned, the result falls back to the default result taken from the
output.content property.
Property Type Description
content
string The string that is sent as decode result.
events
event These are the output events that are activated. The details of the
DecodeEvents property type are listed in the DecodeEvents table
below.
SetupTool*
string The string that is sent to the Setup Tool as decode result.
Serial*
string The string that is sent to serial and USB connections as decode result.
Telnet*
string The string that is sent to the Telnet connection as decode result.
Keyboard*
string The string that is sent to the HID connection as decode result. Not
available for 5.2.
FTP*
string The string that is sent to the FTP connection as decode result.
PS2*
string The string that is sent to the PS2 connection as decode result. Not
available for 5.2.
NetworkClient*
string The string that is sent to the NetworkClient connection as decode
result.
IndustrialProtocols*
string The string that is sent to the connected PLC as decode result.
*These properties suppress the output information that was previously set via the output.content property.
An example for the protocol-specific formatting feature can be found here:
49
DataMan Application Development