User manual ALK PC MILER AS400 V22

DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Diplodocs provides you a fast and easy access to the user manual ALK PC MILER. We hope that this ALK PC MILER user guide will be useful to you.


ALK PC MILER AS400 V22: Download the complete user guide (2023 Ko)

You may also download the following manuals related to this product:

   ALK PC MILER V22 (2741 ko)
   ALK PC MILER RAIL 17 (1851 ko)
   ALK PC MILER FUELTAX 13 (1461 ko)
   ALK PC MILER RAIL V15_E (2955 ko)
   ALK PC MILER CONNECT V22 (501 ko)
   ALK PC MILER MAPPING V22 (598 ko)
   ALK PC MILER BATCHPRO V22 (276 ko)
   ALK PC MILER GUIDED TOUR V22 (816 ko)
   ALK PC MILER SPREADSHEETS V22 (571 ko)
   ALK PC MILER RAIL BATCHPRO 17 (505 ko)
   ALK PC MILER RAIL- CONNECT 17 (900 ko)
   ALK PC MILER STREETS GUIDED TOUR V22 (996 ko)
   ALK PC MILER SPREADSHEETS EX FUNCTIONS (78 ko)
   ALK PC MILER MULTI-VERSION SWITCH AS400 V22 (959 ko)
   ALK PC MILER FOR UNIX & LINUX & AIX & SOLARIS V22 (2057 ko)
   ALK PC MILER MULTI-VERSION SWITCH FOR WINDOWS V22 (258 ko)
   ALK PC MILER CONNECT FOR UNIX, LINUX, AIX, SOLARIS V22 (288 ko)
   ALK PC MILER BATCHPRO V22 FOR UNIX, LINUX, AIX, SOLARIS (629 ko)

Manual abstract: user guide ALK PC MILERAS400 V22

Detailed instructions for use are in the User's Guide.

[. . . ] ALL RIGHTS RESERVED You may print one (1) copy of this document for your personal use. Otherwise, no part of this document may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language, in any form or by any means electronic, mechanical, magnetic, optical, or otherwise, without prior written permission from ALK Technologies, Inc. IBM is a registered trademark of International Business Machines Corporation. PC*MILER, CoPilot, and ALK are registered trademarks and BatchPro and RouteMap are trademarks of ALK Technologies, Inc. [. . . ] The only way to take advantage of this new functionality is to pass in the new code in position 1 of the Request Options. Previously the five available codes were: P = Practical S = Shortest N = National Network T = Toll Discouraged 5 = 53 Foot Trailer New Codes: P = Practical S = Shortest B = Toll Discouraged/Practical C = National Network/Practical D = 53 Foot Trailer/Practical E = Toll Discouraged/National Network/Practical F = Toll Discouraged/53 Foot Trailer/Practical PC*MILER-AS/400 User's Guide 38 G = Toll Discouraged/Shortest H = National Network/Shortest I = 53 Foot Trailer/Shortest J = Toll Discouraged/National Network/Shortest K = Toll Discouraged/53 Foot Trailer/Shortest Use of the old codes is still supported, no changes are required. Old codes for National Network (N), Toll Discouraged(T), and 53 Foot Trailer(5) will be generated using the Practical network. NOTE: For users upgrading from PC*MILER|Streets, the Light/Heavy vehicle option has been renamed to `Override Restrictions'. Parameter codes have changed from L (Light) to Y (Override Restrictions) and H (Heavy) to N (Obey Restrictions). NOTE: For Version 16 and higher, the HS (Turn-by-Turn Driving Instructions) return packet was changed from previous versions. The fields for Route and Interchange were lengthened and the number of sets of route information was reduced from 4 sets per packet to 3. See section 6. 2. 4. 1 for full details. REMINDER: Users of PC*MILER Versions 14 and 15, and PC*MILER|Streets Versions 1, 2000, 3, and 4 must type a comma between the city and the state or province. For Version 16 and higher you have the option of using a comma or a space between the city and state or province abbreviation. PC*MILER-AS/400 User's Guide 39 6. 1 Technical Overview The PC*MILER-AS/400 system uses distributed processing techniques (i. e. The user interface or interactive software is written in RPG and runs on the AS/400. Small CL programs are used for the creation and removal of temporary data queues (output or response queues). The mileage calculation software is written in C++ and runs on a PC in the Windows environment. The RPG programs communicate with the PC mileage calculation software through Client Access Express. The interactive software on the AS/400 allows multiple users to look up point-to-point mileage and routes for up to thirty stop-off points. The Windows server application creates a data queue on the AS/400 at startup called MIDQUE. The server application waits for mileage requests and processes them when received. While the server application is waiting for work to do, the PC can be used for other tasks such as PC*MILER graphics or RUMBA terminal emulation. AS/400 Programs Files MIINQ CITALK CRTQ DELQ GETLAT GETLATC GETMIL GETMILC GETQNAME VALDR Description Main AS/400 inquiry program that sends request to MIDQUE data queue RPG program that verifies city ZIP spelling CL program that creates an output data queue based on the job number CL program that deletes the queue created by CRTQ Sample RPG Program that converts City, Jurisdiction pairs or zipcodes to Lat/longs CL program that creates output queue and starts GETLAT RPG Sample RPG Program performs point-to-point mileage lookups CL program that creates output queue and starts GETMIL RPG RPG Program that determines library and data queue name for sending requests RPG Program that validates ZIP codes, place names, and street addresses; also provides pick lists of ZIPs codes, names and addresses when partial name, ZIP or address is passed in RPG parameters. Data queue that contains input mileage lookup records CL program that creates output data queue and starts MIINQ rpg CL program that writes to the MIDQUE request data queue External data structure for sending mileage requests External data structure for receiving mileage output External data structure for sending graphics requests to PC External data structure with field mappings for Borders and Use Ferry Distance External data structure with field mappings for Borders and Use Ferry Distance MIDQUE MIINQC QUEUE MISEND MIRESP DRAW MISEND2 TLSEND2 PC*MILER-AS/400 User's Guide 40 The program MIINQ contains two subroutines that can be used to integrate miles with other transportation software. The subroutine SNDREQ sends mileage requests to PC*MILER and the subroutine RSLT receives mileage results from PC*MILER. The subroutine PLOT can be used to send graphics requests for ETA truck display of graphics. For example, a truck or vehicle ID's Lat/Long, ZIP, or city name position can be sent to the PC using PLOT and the "DT" request. Then a "DR" request with the truck's origin and destination can be sent so that a graphical ETA can be determined. [. . . ] the PC*MILER|Tolls-compatible version: The mileage server executable name is "Srv32. exe". There are two distinct builds of this file: 1) the PC*MILER build and 2) the PC*MILER-AS/400 User's Guide 111 PC*MILER|Tolls build. If you have purchased the PC*MILER|Tolls add-on, both versions will be installed to C:\Program Files\ALK Technologies\ Pmw220\AS400. If the Tolls component is checked during installation, you will have the PC*MILER|Tolls build (Srv32. exe) and also "Srv32_Hwy. exe", which is a renamed copy of the standard PCMILER build. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE ALK PC MILER




Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual ALK PC MILER will begin.

 

Copyright © 2015 - manualRetreiver - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.