Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Short-CodeValid DatatypesDescription
#AllIf a number is a zero but the formula is followed by the # symbolt it will be replaced with a 1 instead.
aOnce A Day, RealTime, Once A Month, Once a Shift, Optimization, LABAverage of all values including zeros.
AOnce A Day, RealTime, Once A Month, Once a ShiftThe time weighted average of all datapoints for the day (including zeros)
bOnce A Day, RealTime, Once A Month, Once a Shift, Optimization, LABAverage of all values excluding zeros.
BOnce A Day, RealTime, Once A Month, Once a ShiftThe time weighted average of all datapoints for the day excluding zeros)
cOnce A Day, RealTime, Once A Month, Once a ShiftCalculated value instead of raw value (including adjustment)
dRealTimeThe difference between the 2 most recent datapoints.
eOnce A Day, RealTimeDuration of time from NOW to the end of the selected timeframe or shift.
fOnce A Day, RealTime, Once A Month, Once a ShiftPerforms the statistical function (STDEV, MIN, MAX) that appears after f and before the PLCid. Example, fSTDEV6120 is the Standard Deviation of DOR Item 6120, including zeroes.
FOnce A Day, RealTime, Once A Month, Once a ShiftPerforms the statistical function (STDEV, MIN, MAX) that appears after F and before the PLCid. Example, FSTDEV6120 is the Standard Deviation of DOR Item 6120, NOT including zeroes.
iOnce A DayMost recent inventory running total (including adjustment)
kRealTime, Once a ShiftThe very last datapoint of the previous day, based on the start date selected.
lOnce A Day, RealTime, Once a ShiftLast value present prior to end date, regardless of start date. Only raw value will be returned, or only adjustment, if present, will be returned.
LRealTime, Once a ShiftThe next to last datapoint of the timeframe specified based on the start and end dates selected.  If no data is present within these times then no data will be returned
mOnce A Day, RealTime, Once A Month, Once a Shift, Optimization, LAB, Silo InventoryMost recent value present prior to end date. Inclusive of data on the end date.  Includes adjustments.
MRealTime, Once a ShiftThe value directly before the most recent value prior to the end date (independent of start time). If used to reference a daily datapoint it will include the adjustment.
nOnce A Day, Once A Month, Once a ShiftSum of values, does not include adjustments.
oOnce A Day, Once A Month, Once a ShiftOffset or adjustment value only.
pOnce A Day, RealTime, Once A Month, Once a Shift, Optimization, LAB, Downtime, Silo InventoryCurrent day's value (including adjustment)
qOnce A Day, RealTime, Once A Month, Once a Shift, Optimization, LABPrevious day's value. (On DOR report, cannot be a manual entry)
rOnce A DayReference value only valid on DOR admin for automated data gathering, NOT reporting, will return 0 otherwise.  Valid for IP21 only.
ROnce A Day, RealTime, Once A Month, Once a Shift, RecipeComponentID of the recipe system.
sOnce A Day, RealTime, Once A Month, Once a ShiftThe sum of InputID from shift comments
SOnce A Day, RealTime, Once A Month, Once a ShiftThe average of InputID from shift comments
tOnce A Day, RealTime, Once a ShiftDuration of time from selected start date to end date.  If selected end date is now then it will be the duration of time from start to now in minutes.
TOnce A Day, RealTime, Once a ShiftDuration of time from selected start date to end date.  If selected end date is now then it will be the duration of time from start to end date.
uOnce A Day, RealTime, DowntimeDuration of time equipment was operating between start date and end date.  If the selected end date is now it will be the duration of selected start date to now.
UOnce A Day, RealTime, DowntimeDuration of time equipment was NOT operating between start and end date.  If selected end date is now it will be the duration of selected start date to now.
vRealTimeDuration of time from the very last datapoint present in that items item's data to now in seconds
VRealTimeDuration of time from the very last datapoint present in that items item's data to the preceding data point in seconds
zOnce A Day, RealTime, Once A MonthThe average of all datapoints for the day excluding zeros
ZOnce A Day, RealTime, Once A MonthThe time weighted average of all datapoints for the day excluding zeros.
dowDate LabelsReturns the day of the week of the start date given DOW for date returns 'Monday' or 'Tuesday'
DOWDate LabelsReturns the day of the week of the start date given dow for date returns 'Monday' or 'Tuesday'
dateDate LabelsThis will return the text representing the end date (MM/dd/yyyy)
DATEDate LabelsThis will return the text representing the start date (MM/dd/yyyy)
datetimeDate LabelsReturns the text representing the end date (MM/dd/yyyy HH:mm)
DATETIMEDate LabelsReturns the text representing the start date (MM/dd/yyyy HH:mm)
DATEFORMAT,HH:mmDate LabelsReturns the start date formatted the way you specify after the comma
dateformat,MM/dd/yyyy HH:mmDate LabelsReturns the end date formatted the way you specify after the comma
NOWDate LabelsReturns the current date time of the site in localized time format
NOW,HH:mmDate LabelsReturns the current time of the site formatted the way you specify after the comma.

...