| 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  .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 | 
| getjobdata setjobdata | .job_run_data. graph.nodes.  BARCODE. configuration  .jrd | decode.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 .jrc.decode.match_string ‘string to be matched’ To update all match strings of ocr tools in a job sjd .jrc.decode.match_string  ‘string to be matched’ .all To update all match strings of ocr tools in a job of a given slot number sjd .jrc.decode.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 .jrc.decode.match_string aGVsbG8gdBiYXNlNg .base64 To update match string (base64 encoded) to all tools sjd .jrc.decode.match_string aGVsbG8gdBiYXNlNg  .base64 .all To update match string (base64 encoded) to all tools with a given slot number sjd .jrc.decode.match_string aGVsbG8gdBiYXNlNg  .base64 .all .slot 19 |