pamResend

Purpose:

Resend unacknowledged files for specified directories by moving them from hold to ready folders.

Enter:

pamResend <cell> [dir_type]

Where:

cell

Specify the cell number whose datapoints should be resent.  A value of ‘all’ will send datapoints for all testcells.

dir_type

Optional. Specify the pam directory from where to resend data. This can be anything as long as the correct directory and subdirectories exist. Examples to use can be “datapoint”, “mua_data” or “header”.
The default is “datapoint”.

Example:

pamResend all
The above command resends any PAM Datapoints in all subdirectories of /data/PAMdatapoint/hold/ for all test cells.

pamResend all header
The above command resends any PAM Header in all subdirectories of /data/PAMHeader/hold/ for all test cells.

pamResend 101
The above commands resends any PAM Datapoints in /data/PAMdatapoint/hold/101/ for test cell 101.

pamResend 101 header
The above command resends any PAM Header files in /data/PAMHeader/hold/101/ for test cell 101.

pamResend 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 the hold directory to the ready directory. Ensure the specified directories exist to avoid errors.

See Also:

PAM Data Collection and Transfer