@ ------------------------------------------------------------------------ @ ------------------------------------------------------------------------ @ @ BatchCfg for SBEDataProcessing-Win32 CTD Windows processing. Called by a .BAT file. (pro476.bat) @ @ %1 - input file directory without final backslash @ %2 - input file filename not including extension, wild cards not ok @ %3 - Output file directory without final backslash @ %4 - .psa file directory without final backslash @ @ >>>> Important! Do not use tab key, only spaces. <<<< @ @ Note: The cast specific .CON file is specified with the /c parameter. @ Do this for DERIVE, DERIVEO2 ROSSUM and DATCNV. @ @ Comment out the first DERIVE if not using oxygen sensors. @ @ Vers Date Remarks @ ==== ==== ======= @ 2.473 28-Feb-10 Edit for EN473, include BottleSum @ 2.475 14-May-10 Edit for EN475, remove BottleSum @ 2.476 25-May-10 Edit for EN476, include BottleSum @ @ ------------------------------------------------------------------------ @ ------------------------------------------------------------------------ DatCnv /i%1\%2.hex /o%3 /f%2 /p%4\476DatCnv_a.psa /xdatcnv:pump /c%1\%2.con Filter /i%3\%2.cnv /o%3 /f%2 /p%4\476Filter_a.psa AlignCtd /i%3\%2.cnv /o%3 /f%2 /p%4\476Alignctd_a.psa CellTm /i%3\%2.cnv /o%3 /f%2 /p%4\476CellTm_a.psa LoopEdit /i%3\%2.cnv /o%3 /f%2 /p%4\476LoopEdit_a.psa Derive /i%3\%2.cnv /o%3 /f%2 /p%4\476Derive_a.psa /c%1\%2.con BinAvg /i%3\%2.cnv /o%3 /f%2 /p%4\476BinAvg_a.psa @Derive /i%3\%2.cnv /o%3 /f%2 /p%4\476Deriveo2.psa /c%1\%2.con AsciiOut /i%3\%2.cnv /o%3 /f%2 /p%4\476Ascii_Out_a.psa BottleSum /i%3\%2.ros /o%3 /f%2 /p%4\476BottleSum_a.psa /c%1\%2.con