AUTOSAVE FIELDS
Prefix Field Source Example
~batchprefix The batch prefix set in Config>Batch>Prefix Prod-
~batchcounter The current batch number 653
~batch Same as "~batchprefix~batchnum" Prod-653
~batchposition The current batch position, or "Roast of the Day" 9
~batch_long Same as Batch field in Roast Properties
"~batchprefix~batchnum (~batchposition)"
Prod-653 (9)
~title From Roast>Properties>Title Ethiopia Guji
~beans_nn Replace “nn” with 10, 15, 20, 25, or 30 to show the first “nn” characters of the Beans field.
From Roast>Properties>Beans
Ethiopia G
~beans_line The entire first line From Roast>Properties>Beans Ethiopia Guji purchased from Royal
~date Roast date in format yy-MM-dd 20-02-05
~date_long Roast date in format yyyy-MM-dd 2020-02-05
~time Roast time in format hhmm 1742
~datetime Roast date and time in format yy-MM-dd_hhmm 20-02-05_1742
~datetime_long Roast date and time in format yyyy-MM-dd_hhmm 2020-02-05_1742
~operator From Roast>Properties>Operator Dave
~organization From Roast>Properties>Organization Dave's Coffee
~machine From Roast>Properties>Machine SF-6
~weight From Roast>Properties>Weight Green 3
~roastedweight From Roast>Properties>Weight Roasted 2.6
~weightunits From Roast>Properties>Weight Kg
~weightloss Calculated weight loss in percent (the “-” sign is not shown, it can be added manually in front of the field if desired) 14.1
~volume From Roast>Properties>Volume Green 4.1
~roastedvolume From Roast>Properties>Volume Roasted 6.8
~volumeunits From Roast>Properties>Volume l
~volumegain Calculated volume gain in percent 61.5
~density From Roast>Properties>Density Green 756.4
~roasteddensity From Roast>Properties>Density Roasted 375.2
~densityunits From Roast>Properties>Density g_l
~densityloss Calculated density loss in percent (the “-” sign is not shown, it can be added manually in front of the field if desired) 46.8
~moisture From Roast>Properties>Moisture Green 11.7
~roastedmoisture From Roast>Properties>Moisture Roasted 2.8
~moistureloss Calculated moisture loss in percent (the “-” sign is not shown, it can be added manually in front of the field if desired) 8.1
~drumspeed From Roast>Properties>Drum Speed 64
~colorwhole From Roast>Properties>Color Whole 103
~colorground From Roast>Properties>Color Ground 98
~colorsystem From Roast>Properties>Color System Tonino
~screenmin From Roast>Properties>Screen Min 16
~screenmax From Roast>Properties>Screen Max 18
~greenstemp From Roast>Properties>(Green) Beans Temperature 68.0
~ambtemp From Roast>Properties>Ambient Temperature 70.0
~ambhumidity From Roast>Properties>Ambient Humidity 35.1
~ambpressure From Roast>Properties>Ambient Pressure 1023.8
~devtime Calculated time from FCs to DROP in seconds 112
~devtime_long Calculated time from FCs to DROP in min_secs 01_52
~dtr From Profile Statistics - DTR (in percent) 22.1
~auc From the Profile Statistics - AUC 218
~aucbase From the Profile Statistics - AUC Base 300
~chargeet From the Profile - ET at CHARGE 379.4
~chargebt From the Profile - BT at CHARGE 375.2
~fcset From the Profile - ET at FCs 397.4
~fcsbt From the Profile -BT at FCs 386.7
~dropet From the Profile - ET at DROP 378.6
~dropbt From the Profile - BT at DROP 412.5
~droptime From the Profile - DROP time in seconds 617
~droptime_long From the Profile - DROP time in min_secs 10_17
~roastingnotes_nn Replace “nn” with 10, 15, 20, 25, or 30 to show the first “nn” characters of the Roasting Notes field.
From Roast>Properties>Roasting Notes
No crash,
~roastingnotes_line The entire first line From Roast>Properties>Roasting Notes No crash, maintained RoR
~cupptingnotes_nn Replace “nn” with 10, 15, 20, 25, or 30 to show the first “nn” characters of the Cupping Notes field.
From Roast>Properties>Cupping Notes
Lots of be
~cupptingnotes_line The entire first line From Roast>Properties>Cupping Notes Lots of berries and chocolate
NOTES:
Anything between single quotes ' will show in the file name only when ON.
Example: 'REC ~batch'

Anything between double quotes " will show in the file name only when OFF.
Example: "~operator"

For backward compatibility, when the Prefix field is text only the date and time are appended to the file name.
Example: 'Autosave' will result in file name 'Autosave_20-01-13_1705'.
To show only the text place a single '!' at the start of the Prefix field
Example: '!Autosave' will result in file name 'Autosave'.

To maintain cross platform compatibility, file names may contain only letters, numbers, spaces,
and the following special characters:
_ - . ( )


EXAMPLES
Data used to replace the fields in the Autosave File Name Prefix are pulled from the current Roast Properties.
Autosave Field Example File Name
~title Roasted on ~date Burundi Roasted on 20-04-25.alog
~batchcounter ~title ~date_long 1380 Burundi 2020-04-25_1136.alog
~beans ~machine ~drumspeedRPM ~weight~weightunits ~poisturePCT ~operator ~date ~batch(~batchposition) Burundi Kiganda Murambi Lot44 SF-25 64RPM 10.3Kg 10.2PCT Roberto 20-04-25 Prod-1380(6).alog
'Recording ~batchcounter' "~batch" ~title ~datetime_long When OFF:
Prod-1380 Burundi Kiganda Murambi 2020-04-25_1136.alog
While Recording:
Recording 1380 Burundi KigandaMurambi 2020-04-25_1136.alog