Applic.RateAp
{{ curPlayRec.appRateAp | appRate:playMatType:isUS:null:false }}
Applic.RateRq
{{ curPlayRec.applicRate | number:'1.2-2':'en'}} {{ curPlayRec.applicRateUnit | rateUnit:2:false }}
{{ curPlayRec.applicRate | appRate:playMatType:isUS:null:false }}
FlowRateAp
{{curPlayRec.flowRateAp || 0 | flowRate:isUS }}
FlowRateRq
{{curPlayRec.flowRateRq || 0 | flowRate:isUS }}
AvgRMP
{{(curPlayRec.avgRMP || 0) | number:'1.1-1':'en' }}
AppRateAp
{{(curPlayRec.flowRateAp || 0) | appRate:playMatType:isUS }}
AppRateRq
{{(curPlayRec.flowRateRq || 0) | appRate:playMatType:isUS }}
Flow Control
{{curPlayRec.flowControl }}
Bm Pressure
{{curPlayRec.bmPressure | number:'1.1-1':'en'}} psi
Area
{{ curPlayRec.area | number:'1.1-1':'en'}} {{ currentJob.measureUnit | areaUnit:false }}
AreaSprIn
{{ UnitUtils.toArea(areaSprIn.total, isUS) | number:'1.1-1':'en'}} {{ currentJob.measureUnit | areaUnit:false }}
AreaSprTot
{{ UnitUtils.toArea(areaSprTot.total, isUS) | number:'1.1-1':'en'}} {{ currentJob.measureUnit | areaUnit:false }}
Swath Width
{{curPlayRec.swathWidth | length:isUS }}
AvgSprSpd
{{sprSpd.avg | speed:isUS:true }}
{{playMatType === MatType.LIQUID ? 'RPM' : 'AppRPM' }} 1/2
{{curPlayRec.rpm[0] || 0}} / {{curPlayRec.rpm[1] || 0}}
{{playMatType === MatType.LIQUID ? 'RPM 3/4' : 'TarRPM 1/2' }}
{{curPlayRec.rpm[2] || 0}} / {{curPlayRec.rpm[3] || 0}}
RPM 5/6
{{curPlayRec.rpm[4] || 0}} / {{curPlayRec.rpm[5] || 0}}
RPM 7/8
{{curPlayRec.rpm[6] || 0}} / {{curPlayRec.rpm[7] || 0}}
RPM 9/10
{{curPlayRec.rpm[8] || 0}} / {{curPlayRec.rpm[9] || 0}}
GFC VIn
{{curPlayRec.rpm[4] | number:'1.1-1':'en'}}
Revs/Lb
{{UnitUtils.revkgTolb(curPlayRec.rpm[6]) | number:'1.2-2':'en'}} / {{UnitUtils.revkgTolb(curPlayRec.rpm[7]) | number:'1.2-2':'en'}}
Amp 1/2
{{curPlayRec.rpm[8] | number:'1.1-1':'en'}} / {{curPlayRec.rpm[9] | number:'1.1-1':'en'}}
AutoSpr On/Off
{{curPlayRec.sprOnLag | number:'1.2-2':'en' }} / {{curPlayRec.sprOffLag | number:'1.2-2':'en'}}
Pulses/Liter
{{curPlayRec.pulsesPLiter | number:'1.0-0':'en'}}