// dateINT = 20131020 date = ConvertToString("%8d",dateINT) dirImages = "C:\\PKZdata2013_fall\\" + date LOG_DIRECTORY Master,dirImages // Variables specific to this FPI for the log files logDir = "C:\\PKZPrograms\\Logs" logID = "PKZ" logIDD = "PKZ_" logOrder = 321 // You shouldn't have to make modifications below this line. //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Create the various log files LOG_DIRECTORY Master,logDir,logID,logOrder LOG_DIRECTORY Communicate,logDir,logID,logOrder zipDir = "C:\\PKZImagesCompressed\\" zipFilename = "PKZ" + date + ".zip" st=FileXferStatus(0) // these should both be -1 (no status, because xfer hasn't taken place) st=FileXferStatus(1) DELAY 5 // FILE_COMPRESS imageDir, "*.img", zipDir, zipFilename FILE_COMPRESS dirImages, "*.img", zipDir, zipFilename twait = 400 // Check send status periodically for 60 sec for (i=0; i