Barcode Navigation
Barcode Scanning
Navigation Commands
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:
#CMD#STARTALL#CMD#
Cancel All Tests
Command String: CANCELALL
Example:
#CMD#CANCELALL#CMD#
Start Individual Slot
Command String: STARTID,
Example:
#CMD#STARTID,1#CMD#
Cancel Individual Slot
Command String: CANCELID,
Example:
#CMD#CANCELID,1#CMD#
Open User Dialog
Command String: DIALOGOPENID,
Example:
#CMD#DIALOGOPENID,1#CMD#
Enter String to User Dialog
Command String: DIALOGENTRYID,{slot id},
Example:
#CMD#DIALOGENTRYID,1,serialnumber#CMD#