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#

Command Summary

CommandFormatDescription
Start All#CMD#STARTALL#CMD#Start all tests
Cancel All#CMD#CANCELALL#CMD#Cancel all running tests
Start Slot#CMD#STARTID,{id}#CMD#Start specific slot
Cancel Slot#CMD#CANCELID,{id}#CMD#Cancel specific slot
Open Dialog#CMD#DIALOGOPENID,{id}#CMD#Open slot dialog
Enter Text#CMD#DIALOGENTRYID,{id},{text}#CMD#Submit dialog input