Learn PLCs free
Advanced20 min readWater & Wastewater

Inovance Communications for Pump Control

Learn Communications programming for Pump Control using Inovance InoProShop / AutoShop. Includes code examples, best practices, and step-by-step implementation guide for Water & Wastewater applications.

πŸ’»
Platform
InoProShop / AutoShop
πŸ“Š
Complexity
Intermediate
⏱️
Project Duration
2-4 weeks

Mastering advanced Communications techniques for Pump Control in Inovance's InoProShop / AutoShop unlocks capabilities beyond basic implementations. This guide explores sophisticated programming patterns, optimization strategies, and advanced features that separate expert Inovance programmers from intermediate practitioners in Water & Wastewater applications.

Inovance's InoProShop / AutoShop contains powerful advanced features that many programmers never fully utilize. With ~2% global, top-3 in China market share and deployment in demanding applications like municipal water systems and wastewater treatment, Inovance has developed advanced capabilities specifically for intermediate projects requiring system integration and remote monitoring.

Advanced Pump Control implementations leverage sophisticated techniques including multi-sensor fusion algorithms, coordinated multi-actuator control, and intelligent handling of pressure regulation. When implemented using Communications, these capabilities are achieved through distributed systems patterns that exploit Inovance-specific optimizations.

This guide reveals advanced programming techniques used by expert Inovance programmers, including custom function blocks, optimized data structures, advanced Communications patterns, and InoProShop / AutoShop-specific features that deliver superior performance. You'll learn implementation strategies that go beyond standard documentation, based on years of practical experience with Pump Control systems in production Water & Wastewater environments.

Inovance InoProShop / AutoShop for Pump Control

Inovance ships InoProShop as its primary programming IDE for the AM600 / AM610 / H5U medium-PLC families and AutoShop for the Easy-series compact PLCs. InoProShop is built on the CODESYS 3.5 platform, which means engineers transferring from Beckhoff TwinCAT, WAGO e!Cockpit, or Schneider EcoStruxure Machine Expert will recognise the project tree, IEC 61131-3 editors, and visualisation tools immediately. AutoShop is a more traditional ladder-and-IL editor closer to compact-PLC tradition. Inovance'...

Platform Strengths for Pump Control:

  • CODESYS-based InoProShop for IEC 61131-3 compliance

  • Tight integration with Inovance servo drives and inverters

  • Strong motion, robotics, and elevator-control product lines

  • EtherCAT support across mid-tier and high-end CPUs


Unique ${brand.software} Features:

  • InoProShop built on CODESYS 3.5 β€” full IEC 61131-3 compliance

  • Native EtherCAT motion across mid-tier and high-end CPUs

  • Tight integration with Inovance servo drives, inverters, and HMIs

  • AutoShop for compact AC800 / Easy-series CPUs (lighter IDE)


Key Capabilities:

The InoProShop / AutoShop environment excels at Pump Control applications through its codesys-based inoproshop for iec 61131-3 compliance. This is particularly valuable when working with the 5 sensor types typically found in Pump Control systems, including Pressure transmitters, Flow meters, Level sensors.

Control Equipment for Pump Control:

  • Centrifugal pumps for high flow applications

  • Positive displacement pumps for metering

  • Submersible pumps for wet well applications

  • Booster pump systems for pressure maintenance


Inovance's controller families for Pump Control include:

  • AM600: Suitable for intermediate Pump Control applications

  • AM610: Suitable for intermediate Pump Control applications

  • H5U: Suitable for intermediate Pump Control applications

  • AC800: Suitable for intermediate Pump Control applications

Hardware Selection Guidance:

Inovance CPU choice ranges from Easy320 / Easy510 (compact, AutoShop-programmed, FX-style memory model) through AC800 (mid-range compact) to AM600 / AM610 / H5U (medium PLC with EtherCAT, OPC UA, redundant networking on H5U). AM600 is the volume product for OEM machinery; H5U is the choice for higher-axis-count motion applications and lithium-battery / EV manufacturing lines where EtherCAT and tig...

Industry Recognition:

High in China across textiles, packaging, lithium battery, EV manufacturing, elevators, robotics; growing in SE Asia and MEA. High in Chinese EV manufacturing β€” Inovance is a major automation supplier to BYD, NIO, and Tier 2/3 EV-component plants. AM600 + H5U with EtherCAT motion controls battery-cell assembly, module welding, pack assembly, and end-of-line test stations. Less common in Western Tier 1 automotive but appear...

Investment Considerations:

With $$ pricing, Inovance positions itself in the mid-range segment. For Pump Control projects requiring intermediate skill levels and 2-4 weeks development time, the total investment includes hardware, software licensing, training, and ongoing support.

Understanding Communications for Pump Control

Industrial communications connect PLCs to I/O, other controllers, HMIs, and enterprise systems. Protocol selection depends on requirements for speed, determinism, and compatibility.

Execution Model:

For Pump Control applications, Communications offers significant advantages when multi-plc systems, scada integration, remote i/o, or industry 4.0 applications.

Core Advantages for Pump Control:

  • System integration: Critical for Pump Control when handling intermediate control logic

  • Remote monitoring: Critical for Pump Control when handling intermediate control logic

  • Data sharing: Critical for Pump Control when handling intermediate control logic

  • Scalability: Critical for Pump Control when handling intermediate control logic

  • Industry 4.0 ready: Critical for Pump Control when handling intermediate control logic


Why Communications Fits Pump Control:

Pump Control systems in Water & Wastewater typically involve:

  • Sensors: Pressure transmitters for discharge and suction pressure, Flow meters (magnetic, ultrasonic, or vortex), Level transmitters for tank or wet well level

  • Actuators: Variable frequency drives (VFDs) for speed control, Motor starters (DOL or soft start), Control valves for flow regulation

  • Complexity: Intermediate with challenges including Preventing cavitation at low suction pressure


Control Strategies for Pump Control:

  • constant: Maintain fixed speed or output

  • pressure: PID control to maintain discharge pressure setpoint

  • flow: PID control to maintain flow rate setpoint


Programming Fundamentals in Communications:

Communications in InoProShop / AutoShop follows these key principles:

1. Structure: Communications organizes code with remote monitoring
2. Execution: Scan cycle integration ensures 5 sensor inputs are processed reliably
3. Data Handling: Proper data types for 5 actuator control signals

Best Practices for Communications:

  • Use managed switches for industrial Ethernet

  • Implement proper network segmentation (OT vs IT)

  • Monitor communication health with heartbeat signals

  • Plan for communication failure modes

  • Document network architecture including IP addresses


Common Mistakes to Avoid:

  • Mixing control and business traffic on same network

  • No redundancy for critical communications

  • Insufficient timeout handling causing program hangs

  • Incorrect byte ordering (endianness) between systems


Typical Applications:

1. Factory networks: Directly applicable to Pump Control
2. Remote monitoring: Related control patterns
3. Data collection: Related control patterns
4. Distributed control: Related control patterns

Understanding these fundamentals prepares you to implement effective Communications solutions for Pump Control using Inovance InoProShop / AutoShop.

Implementing Pump Control with Communications

Pump control systems use PLCs to regulate liquid flow in industrial processes, water treatment, and building services. These systems manage pump operation, protect equipment, optimize energy use, and maintain process parameters.

This walkthrough demonstrates practical implementation using Inovance InoProShop / AutoShop and Communications programming.

System Requirements:

A typical Pump Control implementation includes:

Input Devices (Sensors):
1. Pressure transmitters for discharge and suction pressure: Critical for monitoring system state
2. Flow meters (magnetic, ultrasonic, or vortex): Critical for monitoring system state
3. Level transmitters for tank or wet well level: Critical for monitoring system state
4. Temperature sensors for bearing and motor monitoring: Critical for monitoring system state
5. Vibration sensors for predictive maintenance: Critical for monitoring system state

Output Devices (Actuators):
1. Variable frequency drives (VFDs) for speed control: Primary control output
2. Motor starters (DOL or soft start): Supporting control function
3. Control valves for flow regulation: Supporting control function
4. Isolation valves (actuated for remote operation): Supporting control function
5. Check valves to prevent backflow: Supporting control function

Control Equipment:

  • Centrifugal pumps for high flow applications

  • Positive displacement pumps for metering

  • Submersible pumps for wet well applications

  • Booster pump systems for pressure maintenance


Control Strategies for Pump Control:

  • constant: Maintain fixed speed or output

  • pressure: PID control to maintain discharge pressure setpoint

  • flow: PID control to maintain flow rate setpoint

  • level: Control tank/wet well level within band


Implementation Steps:

Step 1: Characterize pump curve and system curve

In InoProShop / AutoShop, characterize pump curve and system curve.

Step 2: Size VFD for application (constant torque vs. variable torque)

In InoProShop / AutoShop, size vfd for application (constant torque vs. variable torque).

Step 3: Implement primary control loop (pressure, flow, or level)

In InoProShop / AutoShop, implement primary control loop (pressure, flow, or level).

Step 4: Add pump protection logic (minimum flow, temperature, seal)

In InoProShop / AutoShop, add pump protection logic (minimum flow, temperature, seal).

Step 5: Program lead/lag sequencing with alternation

In InoProShop / AutoShop, program lead/lag sequencing with alternation.

Step 6: Implement soft start/stop ramps for smooth operation

In InoProShop / AutoShop, implement soft start/stop ramps for smooth operation.


Inovance Function Design:

InoProShop strongly favours function-block reuse via the Library Manager β€” Inovance ships standard libraries for motion, drives, HMI, OPC UA, and industry-specific applications (lithium-battery, EV, elevator). AutoShop reuse is open-coded via P-label subroutines. OEM machine-builders increasingly default to InoProShop / AM600 to access the FB libraries.

Common Challenges and Solutions:

1. Preventing cavitation at low suction pressure

  • Solution: Communications addresses this through System integration.


2. Managing minimum flow requirements

  • Solution: Communications addresses this through Remote monitoring.


3. Coordinating VFD speed with system pressure

  • Solution: Communications addresses this through Data sharing.


4. Handling pump cycling with varying demand

  • Solution: Communications addresses this through Scalability.


Safety Considerations:

  • Dry run protection using flow or level monitoring

  • Overtemperature protection for motor and bearings

  • Overload protection through current monitoring

  • Vibration trips for mechanical failure detection

  • Emergency stop with proper system depressurization


Performance Metrics:

  • Scan Time: Optimize for 5 inputs and 5 outputs

  • Memory Usage: Efficient data structures for AM600 capabilities

  • Response Time: Meeting Water & Wastewater requirements for Pump Control

Inovance Diagnostic Tools:

InoProShop online mode with full POU monitoring and breakpoint debug,EtherCAT diagnostics page with topology and slave status,Trace tool for analogue / motion signal capture,OPC UA server diagnostics page,Modbus communication trace utility,AutoShop online mode for legacy AC800 / Easy series,Inovance HMI integrated diagnostics for HMI-PLC binding faults,Servo-drive panel diagnostics with InoProShop drive-monitor view,EtherCAT slave-firmware update tool,Project compare tool for change tracking

Inovance's InoProShop / AutoShop provides tools for performance monitoring and optimization, essential for achieving the 2-4 weeks development timeline while maintaining code quality.

Inovance Communications Example for Pump Control

Complete working example demonstrating Communications implementation for Pump Control using Inovance InoProShop / AutoShop. Follows Inovance naming conventions. Tested on AM600 hardware.

// Inovance InoProShop / AutoShop - Pump Control Control
// Communications Implementation for Water & Wastewater
// On InoProShop projects, conventions follow CODESYS / IEC nor

// ============================================
// Variable Declarations
// ============================================
VAR
    bEnable : BOOL := FALSE;
    bEmergencyStop : BOOL := FALSE;
    rPressuretransmitters : REAL;
    rCentrifugalpumps : REAL;
END_VAR

// ============================================
// Input Conditioning - Pressure transmitters for discharge and suction pressure
// ============================================
// Standard input processing
IF rPressuretransmitters > 0.0 THEN
    bEnable := TRUE;
END_IF;

// ============================================
// Safety Interlock - Dry run protection using flow or level monitoring
// ============================================
IF bEmergencyStop THEN
    rCentrifugalpumps := 0.0;
    bEnable := FALSE;
END_IF;

// ============================================
// Main Pump Control Control Logic
// ============================================
IF bEnable AND NOT bEmergencyStop THEN
    // Pump control systems use PLCs to regulate liquid flow in ind
    rCentrifugalpumps := rPressuretransmitters * 1.0;

    // Process monitoring
    // Add specific control logic here
ELSE
    rCentrifugalpumps := 0.0;
END_IF;

Code Explanation:

  • 1.Communications structure optimized for Pump Control in Water & Wastewater applications
  • 2.Input conditioning handles Pressure transmitters for discharge and suction pressure signals
  • 3.Safety interlock ensures Dry run protection using flow or level monitoring always takes priority
  • 4.Main control implements Pump control systems use PLCs to regulat
  • 5.Code runs every scan cycle on AM600 (typically 5-20ms)

Best Practices

  • βœ“Follow Inovance naming conventions: On InoProShop projects, conventions follow CODESYS / IEC norms β€” PascalCase for
  • βœ“Inovance function design: InoProShop strongly favours function-block reuse via the Library Manager β€” Inova
  • βœ“Data organization: InoProShop uses GVLs and persistent variables for shared data. AutoShop uses D /
  • βœ“Communications: Use managed switches for industrial Ethernet
  • βœ“Communications: Implement proper network segmentation (OT vs IT)
  • βœ“Communications: Monitor communication health with heartbeat signals
  • βœ“Pump Control: Use PID with derivative on PV for pressure control
  • βœ“Pump Control: Implement soft start ramps even with VFD (200-500ms)
  • βœ“Pump Control: Add flow proving before considering pump operational
  • βœ“Debug with InoProShop / AutoShop: Use InoProShop's online mode to set breakpoints in POUs and step throu
  • βœ“Safety: Dry run protection using flow or level monitoring
  • βœ“Use InoProShop / AutoShop simulation tools to test Pump Control logic before deployment

Common Pitfalls to Avoid

  • ⚠Communications: Mixing control and business traffic on same network
  • ⚠Communications: No redundancy for critical communications
  • ⚠Communications: Insufficient timeout handling causing program hangs
  • ⚠Inovance common error: EtherCAT slave order mismatch after physical re-cabling β€” slave addressing break
  • ⚠Pump Control: Preventing cavitation at low suction pressure
  • ⚠Pump Control: Managing minimum flow requirements
  • ⚠Neglecting to validate Pressure transmitters for discharge and suction pressure leads to control errors
  • ⚠Insufficient comments make Communications programs unmaintainable over time

Related Certifications

πŸ†Inovance Certified Engineer
πŸ†InoProShop / AutoShop training certificates
πŸ†EV / Lithium Battery automation specialist tracks
πŸ†Inovance Industrial Networking Certification

Mastering Communications for Pump Control applications using Inovance InoProShop / AutoShop requires understanding both the platform's capabilities and the specific demands of Water & Wastewater. This guide has provided comprehensive coverage of implementation strategies, working code examples, best practices, and common pitfalls to help you succeed with intermediate Pump Control projects.

Inovance's ~2% global, top-3 in China market share and high in china across textiles, packaging, lithium battery, ev manufacturing, elevators, robotics; growing in se asia and mea demonstrate the platform's capability for demanding applications. The platform excels in Water & Wastewater applications where Pump Control reliability is critical.

By following the practices outlined in this guideβ€”from proper program structure and Communications best practices to Inovance-specific optimizationsβ€”you can deliver reliable Pump Control systems that meet Water & Wastewater requirements.

Next Steps for Professional Development:

1. Certification: Pursue Inovance Certified Engineer to validate your Inovance expertise
2. Advanced Training: Consider InoProShop / AutoShop training certificates for specialized Water & Wastewater applications
3. Hands-on Practice: Build Pump Control projects using AM600 hardware
4. Stay Current: Follow InoProShop / AutoShop updates and new Communications features

Communications Foundation:

Industrial communications connect PLCs to I/O, other controllers, HMIs, and enterprise systems. Protocol selection depends on requirements for speed, ...

The 2-4 weeks typical timeline for Pump Control projects will decrease as you gain experience with these patterns and techniques. Remember: Use PID with derivative on PV for pressure control

For further learning, explore related topics including Remote monitoring, Wastewater treatment, and Inovance platform-specific features for Pump Control optimization.