Skip to content

Barcode Navigation

Barcode Scanning

FixturFab provides a list of GUI navigation command that can run via barcode scanner. These command work as a string of keyboard input, and can be tested without a barcode scanner at all!

By using and generating custom barcodes with these navigation commands, you can run and cancel tests automatically from the Testing Window without needing to click any buttons.

Every command must be entered via the following format: #CMD#<Command String>#CMD

Start All Tests

Command String: STARTALL

Example:

Untitled #CMD#STARTALL#CMD#

Cancel All Tests

Command String: CANCELALL

Example:

Untitled #CMD#CANCELALL#CMD#

Start Individual Slot

Command String: STARTID,

Example:

Untitled #CMD#STARTID,1#CMD#

Cancel Individual Slot

Command String: CANCELID,

Example:

Untitled #CMD#CANCELID,1#CMD#

Open User Dialog

Command String: DIALOGOPENID,

Example:

Untitled#CMD#DIALOGOPENID,1#CMD#

Enter String to User Dialog

Command String: DIALOGENTRYID,{slot id},

Example:

Untitled#CMD#DIALOGENTRYID,1,serialnumber#CMD#