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.
Prerequisites: 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.
- 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.
- Modify the robot’s program code as appropriate.
- Click the Compile and Save button (
).The system saves your changes.