Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open Ignition Designer and from the File menu import the attached ABBTotalflowUtils.zip file
    • This will import the ABbTotalflowUtils ABBTotalflowUtils script containing the utility classesutility classes
  2. Open the Tools > Script Console and copy the attached ABBTotalFlowClone.py file
    • This is the simple code script which allows you execute the cloning of your base device
  3. Set up the required clone configuration and select Execute
    • The configuration to set includes:
      • DeviceName
      • Hostname
      • StationId
      • GroupId, EdgeNodeId and DeviceId
      • Creating the base device
        • If you are cloning connections onto a clean Edge device, you will need to first save the base device configuration to file and set createBaseDevice to True to recreate on the clean Edge device using files 
  4. Verify the cloned devices are complete and able to connect

...