Versions Compared

Key

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

...

  • Perform a standard Ignition Gateway backup using the Ignition Gateway Web UI.
  • Stop the Ignition Gateway.
  • Navigate to the IGNITION_INSTALL_DIR/user-lib/ directory.
    • On Windows the IGNITION_INSTALL_DIRECTORY this is typically C:\Program Files\Inductive Automation\Ignition
    • On Linux or OSX the IGNITION_INSTALL_DIRECTORY this is typically /userusr/local/bin/ignition
    • Once in the directory, zip the contents of the efmemersonroc directory.
      • On Windows, right-click and zip the folder
      • On Linux or OSX, run the following commandcommands

        Code Block
        languagebash
        cd /usr/local/bin/ignition/user-lib
        sudo zip -r efmroc.zip efmemersonroc/


...

  • Install Ignition as normal and apply the Ignition Gateway Backup file that was previously generated.
  • Navigate to the IGNITION_INSTALL_DIR/user-lib/ directory.
    • On Windows the IGNITION_INSTALL_DIRECTORY this is typically C:\Program Files\Inductive Automation\Ignition
    • On Linux or OSX the IGNITION_INSTALL_DIRECTORY this is typically /userusr/local/bin/ignition
    • Once in the directory, unzip the contents of the efmemersonroc directory that you had previously zipped while creating the backup
      • On Windows, just unzip the previously created zip file in C:\Program Files\Inductive Automation\Ignition\user-lib

      • On Linux, run the following commands

        Code Block
        languagebash
        cd /usr/local/bin/ignition/user-lib
        sudo unzip efmroc.zip


  • Install the EFM Emerson ROC Driver module.
  • At this point the EFM Emerson ROC Driver should be fully working and configured as it was on the original Ignition Gateway.