dartsResend
Purpose:
-
Resend unacknowledged datapoint files by moving them from hold to ready directories for subsequent transfer.
Enter:
-
dartsResend <cell> [dir_type]
Where:
-
cell
Specify the cell number whose datapoints should be resent. Specify ‘all’ to send datapoints for all testcells.
darts_dir_type
Optional. Specify the darts directory from where to resend data. This can be anything as long as the correct directory and subdirectories exist. Examples to use can be “darts_pam”, “mua_data” or “header”. The default is “darts_pam”.
Example:
-
dartsResend all
The above command resends any DARTS Datapoints in all subdirectories of /data/darts_pam/PAMdatapoint/hold/ for all test cells.dartsResend 101
The above commands resends any DARTS Datapoints in /data/darts_pam/PAMdatapoint/hold/101/ for test cell 101.dartsResend all mua_data
The above command resends any mua data in the subdirectories of /data/mua_data/hold for all test cells.
Notes:
-
The program moves files from subdirectories of hold to ready directories. Verify that the specified directories exist to avoid issues.