ladcp1
changeset 12 5e67754f6457
parent 5 f41d45fe7ae9
--- a/ladcp1	Thu Nov 21 14:01:21 2013 +0000
+++ b/ladcp1	Fri Jul 03 10:25:08 2020 -0400
@@ -2,9 +2,9 @@
 #======================================================================
 #                    L A D C P 1 
 #                    doc: Wed Mar 10 22:23:52 2004
-#                    dlm: Fri Dec 10 14:32:12 2010
+#                    dlm: Fri Jul  3 10:16:21 2020
 #                    (c) 2004 A.M. Thurnherr
-#                    uE-Info: 20 59 NIL 0 0 72 2 2 8 NIL ofnI
+#                    uE-Info: 21 40 NIL 0 0 72 2 2 8 NIL ofnI
 #======================================================================
 
 # HISTORY:
@@ -18,6 +18,7 @@
 #  Aug 25, 2010: - DEFAULTS.expect -> CRUISE_SETUP.expect
 #		 - libBB.expect -> libRDI.expect
 #  Dec 10, 2010: - allow restarting a cast with same number
+#  Jul  3, 2020: - expunged master/slave terminology
 
 #----------------------------------------------------------------------
 # Setup
@@ -95,12 +96,12 @@
 }
 
 exec mkdir $cast_dir;
-exec cp $master_cmd_file $cast_dir;
+exec cp $DL_cmd_file $cast_dir;
 exec echo $stn > .last_stn;
 cd $cast_dir;
 
-if {![file isfile $master_cmd_file]} {
-	error "Failed to copy $master_cmd_file to [pwd]";
+if {![file isfile $DL_cmd_file]} {
+	error "Failed to copy $DL_cmd_file to [pwd]";
 }
 
 
@@ -115,9 +116,9 @@
 set_instrument_clock;
 
 send_user "\nSetting deployment name...";
-set_deployment_name [format $master_deployment_name_fmt $stn];
+set_deployment_name [format $DL_deployment_name_fmt $stn];
 
 send_user "\nUploading command file";
-upload_file $master_cmd_file [format %s_log $master_cmd_file] "[format $master_deployment_name_fmt $stn].hwconfig";
+upload_file $DL_cmd_file [format %s_log $DL_cmd_file] "[format $DL_deployment_name_fmt $stn].hwconfig";
 
 send_user "\nDone\n";