UIM Service ACM Pairing and download MCF.


For UIM service, in order to do ACM Pairing and download the Machine Configuration File (MCF), a number of sequentials API calls need to be made.

Below are some pre-requisites for these calls to made successfully:


Here is Calls' sequence diargram to indicate the flow:
UIM

Process:

Step 1: ACM Pairing can be done using call method "ACM Pairing' in VDW. In order to use this code snippet, a variable must be set using 'Set Variable' call method with data type 'UIMService'.

Step 2: Downloading Machine Configuration File (MCF) can be done using call method 'GetVehicleConfigurationFile' in VDW. This call method is used with data type 'UIMService'.

  1. If configured correctly and the system is on AGCO's network, the result shall display the location of the path, the MCF file is downloaded and a status code '200'.
  2. If the UIMBaseURL is not configured, below error message shall be displayed.
  3. If the UIMBaseURL is configured properly but the system is not on AGCO's network, the result shalldisplay below error message and a status code '0'.
  4. For any other errors, a status code of 200 or greater shall be displayed along with the error message.