1 /* motorstep */ 2 /* 2/7/01bm*/ 3 4 char s25[25]; 5 char save_name[20], save_user[20]; 6 int save_expno,save_procno; 7 int helpi; 8 9 getcurdata; 10 Show_status("AU program motorstep"); 11 (void)strcpy( save_name, name ); 12 (void)strcpy( save_user, user); 13 save_expno = expno; 14 save_procno= procno; 15 fetchpar("L 8", &helpi); 16 17 /* Go to the dataset motor*/ 18 19 DATASET( "motor", 1, 1, disk, user ); 20 rpar("standardim1d", "all"); 21 storepar("PULPROG", "motorstep"); 22 storepar("L 8", helpi); 23 ZG;