do_attr

Purpose:

Access the DO attributes specified and place them in the specified area of shared memory for DO attributes.

Enter:

do_attr [filename] [index]

Where:

filename

Optional. Specify the filename to access and obtain the DO attributes for a DO driver. The default filename is ‘/specs/do_attr.nnn’ where nnn is the test cell number.

index

Optional. Specify the index into the DO Device Attributes shared memory to place the attribute information read from ‘filename’. The default is to use the next unused block in the shared memory area.

Example:

do_attr
The above accesses the DO attributes specified in the file /specs/do_attr.nnn and places them in the 1st unused block in the shared memory for DO attributes. nnn is the test cell number associated with the node executing the command.

do_attr /specs/do_attr.best 2
The above accesses the DO attributes specified in the file /specs/do_attr.best and places them in the 2nd block in the shared memory for DO attributes.

Notes:

Execute this command via the CyFlex startup script (go.scp).

See Also: