di_attr
Purpose:
-
Load DI device attributes from a specified file into shared memory for the DI driver.
Enter:
-
di_attr [filename] [index]
Where:
| filename | Optional. Specify the filename to access and obtain DI attributes for a DI driver. The default filename is ‘specs/di_attr.nnn’ where nnn is the test cell number. |
| index | Optional. Specify the index into the DI Device Attributes shared memory to use. The default is to use the next unused block in the shared memory area. |
Example:
-
di_attr
The above accesses the DI attributes specified in the file /specs/di_attr.nnn and places them in the 1st unused block in the shared memory for DI attributes. nnn is the test cell number associated with the node executing the command.di_attr /specs/di_attr.fast 2
The above accesses the DI attributes specified in the file /specs/di_attr.fast and places them in the 2nd block in the shared memory for DI attributes
Notes:
-
Execute this command via the CyFlex startup script (go.scp).