Command Files

This section shows an example of the sample command files you can run remotely from any one of the OEM’s machines.

On this page:

AppTestA1

Image of example AppTestA1.txt file

This example command file loads three batch files:

  • AppTestA_Loaded.csv contains the #DBCurrentlyLoaded table which defines the variable that returns the name of the last loaded command file. See Loading of Batch Files for more information.
  • AppTestA1.csv contains the tables that define the VCCs, VMDs, association control variables, and device points that allow for the following types of communication:
    • An application’s OPC UA server to pass Block 1 and Block 2 data to a remote ICCP client.
    • A remote ICCP client to pass Block 5 controls to the application’s OPC UA server.

See the VCC, VMD, Variables, and Node Batch File Definitions for AppTestA1 section for more information on these tables.

  • AppTestA2.csv contains the tables that define the VCCs, VMDs, association control variables, and device points that allow for the following types of communication:
    • A remote ICCP client to transfer Block 1 and Block 2 data to an application’s OPC UA server.
    • An application’s OPC UA server to pass Block 5 controls to the remote ICCP client.

See the VCC, VMD, Variables, and Node Batch File Definitions for AppTestA2.csv section for more information on these tables.

Back to Top

AppTestARemove.txt

This file removes AppTestA_Loaded.csv, AppTestA1.csv, and AppTestA2.csv.

AppTestARemoveAll.txt

This file removes all of the batch files that have been loaded by AppTestA1.txt and AppTestA_Loaded.txt as well as the header batch file AppTestAHeader.csv.

Note: It is unlikely you will need to use this command file once the IFE is in production.

Back to Top