Creating a provisioning robot

Using a provisioning robot you can customize a provisioning job to perform steps beyond the built-in steps provided. To successfully customize, you should already be familiar with the Baja class structures and methods, as well as the Java syntax used by Baja program code.

You must have super user permissions to add or edit the Program and Robot components, including ProvisioningRobots. The niagara.program.requireSuperUser entry in the Supervisor’s system.properties file controls this requirement.
  1. Copy the ProvisioningRobot component from the provisioningNiagara palette into the Supervisor station.
    Note: The program code in the ProvisioningRobot includes several helpful programming tips within the remark lines near the top of the code.
  2. Modify the robot’s program code as appropriate.
  3. Click the Compile and Save button ().
    The system saves your changes.