Form Creation Process

Creating a new form is typically a five step process. The steps are:

  1. Create a new form

  2. Set the form properties

  3. Add controls

  4. Program the form

  5. Test the form

Create a New Form

Single-click to select the Forms submodule.

 

A Forms submodule is found in every module (Programs, System, and Drivers).

Use the insert commands to create a new form. There are three ways to insert a new form.

 

  1. Use the Insert menu from the Menubar.

  2. Click on an Insert icon from the Standard toolbar.

  3. Use an Insert hot-key command:

Alt+Ins

Ctrl+Alt+Ins

Shift+Alt+Ins

If you are creating the first form in a Forms submodule, you will only be able to use the Insert Object Below command (the other insert commands are disabled).

If you are creating the second (or later) form in a Forms submodule, you will only be able to use the Insert Object At or After commands, Insert Object Below is disabled.

Set the Form Properties

Use the Properties window to declare or change the properties of the form. Single click on the for to make it the selected object.

To open the Properties Window, Click on the Properties Window icon in the Standard Toolbar, select "Properties." from the View menu, or press Alt+Enter (hot-key command).

The Properties window provides approximately 50 form attributes you can modify—giving the designer great flexibility in providing for the needs of an automated test system.

Add Controls

Controls are the active elements you add to a form to display information and issue commands. The graphical nature of the controls further increases the flexibility in providing for the needs of an automated test system. Two Toolbars are available to aid the forms designer.

Program the Form

The program (procedures) that support a form add the communications between the form and the outside world. Procedures are used to change user actions (buttons, menus, etc.) into instrument commands, interface with test programs, and translate external stimulus into form actions. ATEasy provides a rich library of functions and events to enhance the programming effort.

Test the Form

A form can be displayed with a simple click of the FormIt! button . This allows you to quickly judge the current design and layout of the form. Testing form interactions through procedures is aided by the tools from the Run and Debug menus.

It is unlikely that designing, building, programming, and testing will ever be a simple five-step process. It is more likely that the process will be iterative. Design, build, program, test. Then re-program, then re-test, and so on until the process is completed.