The leader in industrial automation and control solutions

How to Set the RTC in an HMC

There is a STARTUP demo project for the HMC models in the MAPware-7000/Projects folder (C:MapleSystemsMAPware-7000Projects) that can be used to set the Real-Time Clock (RTC) in the HMC. Open the “HMCxxxxA-M STARTUP.mpl” demo project for your particular model and download it to the HMC. Tap the startup screen to go to the next screen, then…

I need help with PID Loop Configuration.

Tech Note 7013, “PID Loop Configuration” explains the PID (Proportional Integral Derivative) instructions available in MAPware-7000 for Maple Systems HMI + PLC and PLC products. The PID function is used to control process variables such as temperature, pressure, liquid level, or flow rate. Because the controlled process characteristics vary widely, this guide explains basic/general methods…

What is a PID controller?

The basic idea behind a PID controller is to read a sensor, then compute the desired actuator output based on a setpoint by calculating proportional, integral, and derivative responses and summing those three components to compute the output. The PID controller receives the process variable (PV) and controls the manipulation variable (MV) in order to…

What is the Ladder Diagram (LD) Editor?

As one of the five programming languages defined by the IEC 61131-3 standard, our HMI+PLC (HMC) and PLC (MLC) configuration software MAPware-7000 supports the Ladder Diagram (LD) editor. The Ladder Diagram editor uses the same programming paradigm as the Native Ladder editor. It is a graphic editor in which instructions are placed in a pseudo…

What is Ladder Logic?

Ladder Logic is the primary programming language for PLCs (programmable logic controllers). Ladder Logic’s is a graphical programming language that uses symbols that resemble circuit diagrams and relay logic hardware. It resembles the rungs of a ladder between two horizontal power rails. Our HMI+PLC (HMC) configuration software MAPware-7000 offers more than one hundred Logic Block…

What is a Logic Block?

Logic Blocks are commands required to create complex ladder logic routines for your PLC application. Our HMI+PLC (HMC) and PLC (MLC) configuration software MAPware-7000 contains more than one hundred logic block instructions. This provides the flexibility and options needed to craft your application.