Constructor
new RejectBinScaleModel(siteId)
RejectBinScaleModel Constructor
Parameters
-
siteId
number
The Site ID associated with this Reject Bin Scale
Source
Members
autoPackrunChangeObject
The Auto Packrun Change Configuration for this Reject Bin Scale
Type
-
Object
Source
autoWeighingFinishAtGrossTargetboolean
Whether Live Weighing should be Automatically Finished when the Target Gross Weight is Met
Type
-
boolean
Source
autoWeighingFinishDelaynumber
The Delay in Milliseconds before Auto Live Weighing would Finish
Type
-
number
Source
autoWeighingFinishThresholdnumber
The Minimum Weight Change Required to Automatically Finish Live Weighing
Type
-
number
Source
autoWeighingStartDelaynumber
The Delay in Milliseconds before Auto Live Weighing would Start
Type
-
number
Source
autoWeighingStartThresholdnumber
The Minimum Weight Change Required to Automatically Start Live Weighing
Type
-
number
Source
deletedboolean
Whether the Reject Bin Scale has been deleted
Type
-
boolean
Source
freshPackIntegrationObject
The FreshPack Integration Configuration for this Reject Bin Scale
Type
-
Object
Source
idstring
The Reject Bin Scale ID
Type
-
string
Source
incorrectOperationTolerancenumber
The Maximum Weight Change allowed while Live Weighing before an Incorrect Operation is Logged
Type
-
number
Source
liveWeighingDecreaseTolerancenumber
The Maximum Weight Decrease allowed within a single Live Weighing Update Interval
Type
-
number
Source
liveWeighingIncreaseTolerancenumber
The Maximum Weight Increase allowed within a single Live Weighing Update Interval
Type
-
number
Source
liveWeighingUpdateIntervalnumber
The Interval in Milliseconds between Live Weighing Updates
Type
-
number
Source
liveWeighingUsesStableStatusboolean
Whether the Loadcell Stable Status is used to ignore Changes during Live Weighing
Type
-
boolean
Source
manualInterventionMaximumDurationnumber
The Maximum Duration in Milliseconds before a Manual Intervention would end
Type
-
number
Source
namestring
The Name of this Reject Bin Scale
Type
-
string
Source
packingLineIdstring
The Packing Line that owns this Reject Bin Scale
Type
-
string
Source
packrunGroupnumber
The Packrun Group this Reject Bin Scale is a part of
Type
-
number
Source
packrunSourceIdstring
The Permanent Object that provides the Next Packrun for this Reject Bin Scale
Type
-
string
Source
pointsObject
The Points used by this Reject Bin Scale
Type
-
Object
Source
rtuIdnumber
The RTU this Reject Bin Scale belongs to
Type
-
number
Source
siteIdnumber
The Site ID associated with this Reject Bin Scale
Type
-
number
Source
sourcesArray.<({type: string, sortingTableId: string, classType: string, varietyClassTypes: Array.<{varietyId: string, classType: string}>}|{type: string, beltName: ?string, classType: string, varietyClassTypes: Array.<{varietyId: string, classType: string}>}|{type: string, sizerId: string, outletNumber: number})>
An Array of Sources that deliver Fruit to this Reject Bin Scale
Type
-
Array.<({type: string, sortingTableId: string, classType: string, varietyClassTypes: Array.<{varietyId: string, classType: string}>}|{type: string, beltName: ?string, classType: string, varietyClassTypes: Array.<{varietyId: string, classType: string}>}|{type: string, sizerId: string, outletNumber: number})>
Source
supportsLiveWeighingboolean
Whether this Reject Bin Scale supports Live Weighing
Type
-
boolean
Source
updateTimestampDate
When the Reject Bin Scale was last updated
Type
-
Date
Source
Methods
fromJSON(json, siteId) → {RejectBinScaleModel}
Create a new RejectBinScaleModel from a JSON Object or JSON String
Parameters
-
json
Object.<string, any>
|string
A JSON Object or JSON String
-
siteId
number
The Site ID associated with this Reject Bin Scale
Returns
-
RejectBinScaleModel