Functional Description
Purpose
This function calculates the distance between two locations and passes it back in Proximity (DISN).
This function will also get the latitude, longitude and height from the Location Master (F4100) if
they are not passed in.
Setup Notes and Prerequisites
The Branch/Plant (MCU), Base Location (LOCN) and Location (LOCN) are required parameters.
Technical Specification
^
D4600540A - F4100 Calculate Proximity
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szBaseLocation | LOCN | char | NONE | NONE |
The storage location from which goods will be moved. | ||||
mnBaseLatitude | DISX | MATH_NUMERIC | NONE | NONE |
The X or latitude coordinate of a location in the warehouse. The system can use latitude, longitude, and height as a tiebreaker when
| ||||
mnBaseLongitude | DISY | MATH_NUMERIC | NONE | NONE |
The Y or longitude coordinate of a location in the warehouse. The system can use latitude, longitude, and height as a tiebreaker when
| ||||
mnBaseHeight | DISZ | MATH_NUMERIC | NONE | NONE |
The Z or height coordinate of a location in the warehouse. The system can use latitude, longitude, and height as a tiebreaker when
| ||||
szLocation | LOCN | char | NONE | NONE |
The storage location from which goods will be moved. | ||||
mnLatitude | DISX | MATH_NUMERIC | NONE | NONE |
The X or latitude coordinate of a location in the warehouse. The system can use latitude, longitude, and height as a tiebreaker when
| ||||
mnLongitude | DISY | MATH_NUMERIC | NONE | NONE |
The Y or longitude coordinate of a location in the warehouse. The system can use latitude, longitude, and height as a tiebreaker when
| ||||
mnHeight | DISZ | MATH_NUMERIC | NONE | NONE |
The Z or height coordinate of a location in the warehouse. The system can use latitude, longitude, and height as a tiebreaker when
| ||||
cErrorCode | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
szErrorMessageID | DTAI | char | NONE | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
| ||||
szBranchPlant | MCU | char | NONE | NONE |
An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit
| ||||
mnProximity | DISN | MATH_NUMERIC | NONE | NONE |
The distance from the base location to the random rule location that is stored in the Proximity Tiebreaker file (F46029). |
None |
None |