do_specs

Purpose:

Process digital output specifications to configure digital output channels in CyFlex.

Enter:

do_specs [digital_output_spec_file] [add]

Where:

digital_output_spec_file

Optional. Specify the name of digital output specification file. The default is do_specs.nnn.

add

Optional unless a digital_output_spec_file is specified. Specify a string that represents specifications in the digital_output_spec_file to add to the existing specifications.

Example:

do_specs
The above command processes the digital output channels within the file do_specs.nnn at test cell nnn.

do_specs /specs/cell_do add
The above command adds the do specifications in the file /specs/cell_do being to the existing specifications in memory.

Notes:

The do_specs command configures digital output channels with the specified file.

Logical variables are created by do_specs. Integer variables must be created elsewhere in CyFlex.

Use the errs command to check for errors.

Channels can also be added via the PNP approach by adding a line to /specs/pnp/output_specs_pnp with a LOGICAL_VARIABLE label and spec file name, following the keyword @DO_SPECS_PNP.

See Also:

ao_specs, errs