Ion Setup 3.2 Better

ION Setup 3.2 is a free, user-friendly configuration tool designed by Schneider Electric for managing power and energy meters. It provides a standardized interface for configuring meters across the PowerLogic, ION, and Tesys product lines. Key Features and Capabilities

Configuration Assistant: Simplifies meter setup with a wizard-like interface for basic tasks like setting communications, security, and logging.

Advanced Configuration: Allows power users to access technical ION module settings by holding the CTRL key and clicking on a meter.

Firmware Support: Version 3.2 is specifically required for certain hardware updates, such as the PM8000 series v2.2.1 firmware.

Customization: Users can create custom display screens for meters (up to 6 parameters per screen) or modify configuration files to enable remote meter resets.

Update Management: Includes a built-in update tool accessible via Help -> Check For Update to ensure the software stays current. Technical Maintenance Check Version

View the build number in the Help menu (e.g., Build 3.2.20246.01). Enable Advanced Mode ion setup 3.2

Hold CTRL and click the meter, or change device properties to "Show Advanced ION Setup". Firmware Upgrades

Download ION Setup 3.2 before upgrading high-end meters like the ION 9000 or PM8000. Compatibility and Downloads

The software is compatible with modern Windows environments and serves as the primary gateway for configuring the following series: ION Meters: ION 9000, ION 8650, ION 7650 PowerLogic PM Series: PM8000, PM5000, PM3000

Network Protectors: Specialized RMP network settings and data mapping

For the most reliable experience, users should download the latest release of ION Setup directly from the Schneider Electric website to avoid bugs found in older builds. If you'd like, I can help you with:

Steps for a specific meter model (like the PM8000 or ION 9000) Troubleshooting connection issues (Serial vs. Ethernet) Finding the exact download link for the current build Solved: ION 9000 Error "problem programming RMP network" ION Setup 3


6. Troubleshooting Common Issues

  • "Device Not Responding": Usually caused by mismatched baud rates or incorrect IP subnet masks.
  • Drivers: The software requires specific USB-to-Serial drivers if connecting to a meter’s optical port via a laptop. Schneider typically supplies drivers for their USB-485 cables.
  • Legacy Compatibility: If opening a file created in a newer version (e.g., ION Setup 3.3) inside version 3.2, the file may fail to open due to schema changes.

Mastering ION Setup 3.2: A Complete Guide to Installation and Configuration

If you’ve ever tried to run an encoded PHP script and been greeted by a blank white screen or an error like ERROR: The encoded file requires ionCube Loader, you know the struggle. The ionCube Loader is essential for running protected PHP applications.

With the release of Setup 3.2, the process has become more streamlined. This guide will walk you through what’s new, how to install it, and how to verify everything is working.

5. File Management

ION Setup 3.2 saves configuration files in a proprietary format.

  • .ION files: Used for offline configuration templates.
  • Backups: Users can "Read" the configuration from a physical meter and save it to a file, allowing them to clone settings across multiple meters of the same model. This is critical for fleet management in substations.

Chapter 3: First Launch & Site Creation

When you first launch Ion Setup 3.2, you are greeted with an empty Site Manager.

Creating a New Site:

  1. Click FileNew Site.
  2. Name the site (e.g., "Substation A - Q3 2024").
  3. Save Location: Store the .ism (Ion Site Manager) file on a network drive for team collaboration.

Adding a Meter Manually:

  1. Right-click on the Site → Add Device.
  2. Select Communication Protocol (TCP/IP for Ethernet, Serial for RS-485).
  3. Input the IP Address (e.g., 192.168.1.100) or COM port settings (9600, 8, N, 1).
  4. Ion Setup 3.2 will attempt a "Handshake"—sending a *IDN? command. A successful response will populate the Model, Serial Number, and Firmware Revision automatically.

Using Auto-Discovery:

  • Click ToolsDiscover Devices.
  • Enter IP range (e.g., 192.168.1.1 to 192.168.1.254).
  • Set timeout to 500ms for a local network.
  • Result: A list of all responding devices. Select all → Add to Site.

1. Setting Up Ionic

First, ensure you have Node.js and npm installed on your computer. Then, you can install Ionic using npm:

npm install -g ionic

Method 1: Using the Wizard (Recommended)

  1. Download the setup wizard (replace x86_64 with aarch64 if on ARM):

    wget https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
    tar -xzf ioncube_loaders_lin_x86-64.tar.gz
    
  2. Run the setup script:

    cd ioncube
    php ioncube-setup.php
    
  3. Follow the interactive menu:

    • Select "1" for automatic installation.
    • The wizard detects your PHP version and extension directory.
    • Choose whether to add the loader to php.ini globally or per CLI/Web server.
  4. Restart your web server:

    sudo systemctl restart apache2   # or nginx + php-fpm
    sudo systemctl restart php8.2-fpm
    

Error 3: "Version Mismatch"

Symptom: Loader requires PHP 8.1, but you are running PHP 7.4. Fix: Download the correct loader manually from ionCube’s archive. Alternatively, use Ion Setup 3.2 to select the correct PHP binary path under "Custom Scan".

1. Expanded Device Support

  • New meters added: Full support for PM5563, PM5660, and ION 9000T series.
  • Firmware compatibility: Works with ION firmware versions 3.2x through 4.1x.
  • Legacy support: Continued compatibility with ION 7300, 7500, and 8600 series.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. AcceptRead More