![]() |
Property | Description |
---|---|
Control name | The descriptive name associated with the control. The Control name does not appear on the form. Use a functionally descriptive name so that references to this control are recognizable in the Main Log and in audit trail reports. For details, see About the naming of form controls. |
Icon | Optional. You may select an image to use as an icon in addition to the button caption. Image files must be imported into the VWorks file storage system before they are available for use in the VWorks software. To use an image in the form: 1 If the image file is not yet in the VWorks file storage, import the image file. See Importing and exporting miscellaneous files. 2 Click the Icon field, and then click the ![]() 3 In the Open File dialog box, locate and select the image file (.jpg, .png, .bmp, or .ico), and then click Open. ![]() |
Caption | To change the label that appears on the button, type the new text in the field. |
Font size | Optional. To change the font size for the selected control and subsequently created controls, type a new number in the field. Default: 10 |
Font color, Background color (button) | Optional. To change the font or background color for the selected control and subsequently created controls: 1 Click the field, and then click the ![]() 2 In the palette list, select the color, or click Custom Color to open the Select Color dialog box and create a custom color. Default font color: Web Black Default background color: 240, 240, 240 |
Minimum user level to interact | Select the VWorks access level required for this form control. The options are Operator (default), Technician, or Administrator. For example, you would probably set this property to Operator for a Run Protocol button. But you might want to set this property to Technician for a Menu Action button. |
Property | Description |
---|---|
Form file | To select the form file that this button will open: 1 Click the field, and then click the ![]() 2 In the Open File dialog box, locate and select the .VWform file, and then click Open. |
Form switch | Select the check box if you want the currently open form to close when the user clicks the Form button. Clear the check box if you want both forms to remain open. |
Property | Description |
---|---|
Action | Click the field, and then click the ![]() |
Menu Action button commands | For details, see… |
---|---|
• Display Gantt Charts • Labware Editor • Liquid Library Editor • Pipette Technique Editor • System State Editor • Tip State Editor • Configure Labware • Backup, Restore (Backup Manager) • Log Management • Error Library • Inventory Editor • Global Options (Tools > Options) | These commands are also available in the Tools menu of the VWorks window. For a description of the Tools menu commands, see Tools menu. |
• Export (exports the form and all associated files) | The Export command is also available in the File menu. For details on the Export command, see Exporting and importing protocols and associated records. |
• Hit Picking Format wizard–Bravo | This command is also available in the Tools menu of the VWorks window. For a description of the Tools menu commands, see Tools menu. |
• Toggle Watcher | This command is also available in the Tools menu as Watcher is OFF, Watcher is ON. For details, see Setting up and using the Watcher tool. |
• Diagnostics | Opens device diagnostics for the loaded device file. This command is also available in the Control toolbar. |
• Experiments Editor • Experiments Archive • Add Experiment Note | Experiments database only. See Menu Action buttons for the Experiments Editor. |
![]() |
Property | Description |
---|---|
Runset file | To select the runset that this form will run: 1 Click the field, and then click the ![]() 2 In the Open File dialog box, locate and select the .rst file, and then click Open. |
Property | Description |
---|---|
Protocol file | To select the protocol that this form will run: 1 Click the field, and then click the ![]() 2 In the Open File dialog box, locate and select the .pro file, and then click Open. |
Number of times to run | Type the number of times the protocol will run after the form user clicks the run button. |
Script for pre-run checks | Specify a script only if you want to perform prerun checks before the protocol starts. To enter the script that this button will run: 1 Click the field, and then click the ![]() 2 In the Input Text dialog box, type the JavaScript code in the box. Alternatively, click Browse. In the Open File dialog box, select a file that contains the JavaScript code, and then click Open. 3 Click OK to close the Input Text dialog box. 4 Specify the JavaScript variable for pre-run check property. |
JavaScript variable for pre-run check | Type the name of the variable that contains the result of the prerun checks specified in the Script for pre-run checks property. For example, if this variable name is goOrNoGo, the script might be as follows: \var goOrNoGo = false; if (all checks pass) goOrNoGo = true; else Notify user of failure. When the Run Specified Protocol button is pressed, the prerun checks would be performed. If the checks failed, the form’s user would be notified of the failure. If the checks passed, the protocol would start. |
Property | Description |
---|---|
Script | To enter the script that this button will run: 1 Click the field, and then click the ![]() 2 In the Input Text dialog box, type the JavaScript code in the box. Alternatively, click Browse. In the Open File dialog box, select a file that contains the JavaScript code, and then click Open. 3 Click OK to close the Input Text dialog box. |
For information about... | See... |
---|---|
Workflow for creating or editing a form | |
Forms and Form Designer overview | |
Controls under General Controls in the Form Designer window | |
Controls under Specialized Display Controls in the Form Designer window | |
Form properties in the Form Designer window | |
Creating a basic protocol |