barcode configuration

barcode configuration

getjobdata .job_run_data.graph.nodes.BARCODE.configuration.type .slot 2
Settings related to job_run_data.graph.nodes.BARCODE.configuration are configured using getjobdata/setjobdata with the sub-parameters in the following table:
BARCODE.configuration
Command
Parameter
Sub Parameter
Range
Example
getjobdata
setjobdata
.job_run_data.
graph.nodes.
BARCODE.
configuration
.jrc
roi.data
.height
Number
gjd .jrc.roi.data.height .slot 3
command: gjd,ok
{response}
sjd .jrc.roi.data.height 3 . slot 3
command: sjd,ok
getjobdata
setjobdata
.job_run_data.
graph.nodes.
BARCODE.
configuration
.jrc
roi.data
.rotation
Number
gjd .jrc.roi.data.rotation .slot 3
command: gjd,ok
{response}
sjd .jrc.roi.data.rotation 1 . slot 3
command: sjd,ok
getjobdata
setjobdata
.job_run_data.
graph.nodes.
BARCODE.
configuration
.jrc
roi.data
.width
Number
gjd .jrc.roi.data.width .slot 3
command: gjd,ok
{response}
sjd .jrc.roi.data.width 1 .slot 3
command: sjd,ok
getjobdata
setjobdata
.job_run_data.
graph.nodes.
BARCODE.
configuration
.jrc
roi.data.x
Number
gjd .jrc.roi.data.x .slot 3
command: gjd,ok
{response}
sjd .jrc.roi.data.x 1 .slot 3
command: sjd,ok
getjobdata
setjobdata
.job_run_data.
graph.nodes.
BARCODE.
configuration
.jrc
roi.data.y
Number
gjd .jrc.roi.data.y .slot 3
command: gjd,ok
{response}
sjd .jrc.roi.data.y 1 .slot 3
command: sjd,ok
getjobdata
setjobdata
.job_run_data.
graph.nodes.
BARCODE.
configuration
.jrd
match_string
.all (update all similiar tools in a job)
.base64 (when base64 encoded string to be given)
.friendly_name (update string should be within single quotes based on friendly name of a tool)
-
string should be within single quotes
sjd .jrd.match_string ‘string to be matched’
To update all match strings of ocr tools in a job
sjd .jrd.match_string  ‘string to be matched’ .all
To update all match strings of ocr tools in a job of a given slot number
sjd .jrd.match_string ‘string to be matched’ .all .slot 19
To update match string ( base64 encoded) to a tool , it should not be within any quotes
sjd .jrd.match_string aGVsbG8gdBiYXNlNg .base64
To update match string (base64 encoded) to all tools
sjd .jrd.match_string aGVsbG8gdBiYXNlNg
.base64 .all
To update match string (base64 encoded) to all tools with a given slot number
sjd .jrd.match_string aGVsbG8gdBiYXNlNg
.base64 .all .slot 19
To update match string to a particular tool based on friendly name
sjd .jrd.match_string 'this is to change only ocr2'
.friendly_name 'ocr2'
To update match string to a particular tool based on friendly name to a particular job of given slot number
sjd .jrd.match_string 'this is to change only ocr2'
.friendly_name 'ocr2'.slot 19
To update base64 encoded match string
sjd .jrd.match_string aGVsbG8gdBiYXcdefergtrrytthtyjNUTyvyvylNg
.base64
.friendly_name 'ocr1'
To update base64 encoded match string slot based
sjd .jrd.match_string aGVsbG8gdBiYXcdefergtrrytthtyjNUTyvyvylNg
.base64
.friendly_name 'ocr2' .slot 19
command: sjd,ok
getjobdata
setjobdata
.job_run_data.
graph.nodes.
BARCODE.
configuration
.jrc
roi.type
RECTANGLE
POLYGON
CIRCLE
ANNULUS
gjd .jrc.roi.type .slot 3
command: gjd,ok
{response}
sjd .jrc.roi.type ANNULUS .slot 3
command: sjd,ok
getjobdata
setjobdata
.job_run_data.
graph.nodes.
BARCODE.
configuration
.jrc
source
_images
.type
ACQUISITION
TOOL
gjd .jrc.source_images.type .slot 3
command: gjd,ok
{response}
sjd .jrc.source_images.type TOOL .slot 3
command: sjd,ok
getjobdata
setjobdata
.job_run_data.
graph.nodes.
BARCODE.
configuration
.jrc
source
_images
.value
String
gjd .jrc.source_images.value .slot 3
command: gjd,ok
{response}
sjd .jrc.source_images.value TOOL .slot 3
command: sjd,ok
getjobdata
setjobdata
.job_run_data.
graph.nodes.
BARCODE.
configuration
.jrc
Enabled
true/false
gjd .jrc.enabled .slot 3
command: gjd,ok
{response}
sjd .jrc.enabled true .slot 3
command: sjd,ok
getjobdata
setjobdata
.job_run_data.
graph.nodes.
BARCODE.
configuration
.jrc
Invert
true/false
gjd .jrc.invert .slot 3
command: gjd,ok
{response}
sjd .jrc.invert true .slot 3
command: sjd,ok
getjobdata
setjobdata
.job_run_data.
graph.nodes.
BARCODE.
configuration
.jrc
data
_formatting
COMPLEX
gjd .jrc.data_formatting .slot 3
command: gjd,ok
{response}
sjd .jrc.data_formatting
COMPLEX .slot 3
command: sjd,ok
getjobdata
setjobdata
.job_run_data.
graph.nodes.
BARCODE.
configuration
.jrc
localData
.
friendly
_name
String
gjd .jrc.localData.friendly_name .slot 3
command: gjd,ok
{response}
sjd .jrc.localData.friendly_name 'Reads'.slot 3
command: sjd,ok
'Reads'
getjobdata
setjobdata
.job_run_data.
graph.nodes.
BARCODE.
configuration
.jrc
localData
.
barcode
_data_
formattin
g_mode
STANDARD
TRAILING_TAB
ADVANCED
TRAILING_LINE
_BREAK
gjd .jrc.localData. barcode_data_formatting_mode .slot 3
command: gjd,ok
{response}
sjd .jrc. localData. barcode_data_formatting_mode
STANDARD .slot 3
command: sjd,ok